Is it possible to trigger validate Line Function o...
# suitescript
a
Is it possible to trigger validate Line Function on only edit mode ?? cause I am seeing empty value when i try to log context.mode. Please let me know your thoughts.
b
The mode is only available during pageInit
store the mode in the pageInit for later use
a
ok got it Thanks @battk