hey guys, I've hit a roadblock on my first major s...
# suitescript
s
hey guys, I've hit a roadblock on my first major script, I'm not getting anything on my log for timesheet object
b
general advice is to use console.debug in your client side scripts
console logs are more consistent than server logs
that said, your code should probably go in a different entry point, the line has already been saved in sublistChanged
its too late to make changes
my recommendation is fieldChanged
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