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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
call another custom record to another different form
dear house,
I have been working on a script that is supposed to update another custom record on save but it keeps giving me reference error
take a look and see if there is something am not calling
i have 2 custom records books record ( customrecord_books_records) and borrowed book (customrecord_rental )
on the borrowed book for i want when i submit the form it should update a field named available( custrecord_available) on books record ( customrecord_books_records) to false.
function beforeSubmit(type)
{
// run this script for existing records
// call the old record
// Get or load the existing record
0