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.
Invalid Record Type error
Hi Geeks,
i want to add button on a custom form of a Custom Record type using User Event script. and when the button is pressed i am trying to Resolve a URL on client script which will give me the current record id which i will fetch on the User event Script and will load the record with that id and will fetch the values of that record and will pass it to the new record which is opened with nlapiGetNewRecord(). This approack is giving me an suiteScript Error of Invalid Record Type. But the Same approach worked properly for me
0