Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Is there a way to set fields in beforeLoad
It's been awhile but I thought we could pre-set fields in beforeLoad.
SetFieldValue seems to have no effect, yet I CAN set values through the UI object APIs. Perhaps I'm rusty in this area. Are we allowed to set values for a form loading in beforeLoad? If not directly through GetNewRecord, is there a work around?
Thing is that there are fields I have to set which clear and disable certain other fields and doing it on page init on the client side can be seen which is distracting. Would prefer to have it all set prior to loading visually on the screen.