Hey guys, newbie here. I'm struggling with one cli...
# suitescript
s
Hey guys, newbie here. I'm struggling with one client event script where i need to write a simple validation over timesheet such that, it would not allow partial submission of timesheet. i've implemented that now, the issue is that how to differentiate between save and submit in client script as the validation is working for both save and submit. But, I only intend it to work with the submit button. btw i'm using suitescript 1.0 and saveRecord & fieldChanged functions.