`scriptContext.mode` is not available in `lineInit...
# suitescript
r
scriptContext.mode
is not available in
lineInit
? How can I handle different behaviors based on create / edit / etc.?
b
store the mode in a variable during the pageInit to use in the lineInit
👍 2