Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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.
0