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!
Client script pageInit not triggering when the record is opened using link from url.resolveRecord
Hi!
We have record A, which has an User Event script that creates a button to open record B. We want to fill some fields and trigger fieldChanged when record B is created.
For some reason, when record B is opened from the button press, the record's Client Script is not triggered. Even the pageInit function is not triggered (I have checked with logging).
I am using url.resolveRecord with isEditMode set to true to create the URL that opens the record.
I also observed that changing isEditMode to false didn't have any effect on the created record B. It was still opened in Edit mode.