hey guys, I've hit a roadblock on my first major script, I'm not getting anything on my log for timesheet object
b
battk
09/16/2020, 5:51 PM
general advice is to use console.debug in your client side scripts
battk
09/16/2020, 5:51 PM
console logs are more consistent than server logs
battk
09/16/2020, 5:52 PM
that said, your code should probably go in a different entry point, the line has already been saved in sublistChanged
battk
09/16/2020, 5:52 PM
its too late to make changes
battk
09/16/2020, 5:53 PM
my recommendation is fieldChanged
battk
09/16/2020, 6:13 PM
if you are up for more advanced techniques, you can use sourcing to get your customer field onto your sublist, in which case you could use postSourcing