Where can i see the method and parameters for the context object
Where can i see the method and parameters for the context object
Look at the entry points section of your script type (https://system.na0.netsuite.com/app/help/helpcenter.nl?fid=chapter_4387172495.html)
For example, a user event script’s beforeSubmit entry point documentation is found at: https://system.na0.netsuite.com/app/help/helpcenter.nl?fid=section_4407992070.html
Thanks the second link you provided is what i was looking for
context.parameters dude
Need the API link so i can see what methods are in there e.g context.mode context.sublist i see them in peoples code but where is the API for reference
I need the API like on N/records records I have all the methods like getValue setValue Thats what i mean. I need where i can see the API from the Context object or a link to it