My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Hi Nicole, I had already tried that and it did not help. Below is the code, var bankDetailsRecord = record.create({ type: 'customrecord_2663_entity_bank_details', isDynamic: true }); bankDetailsRecord.setValue({ fieldId: 'name', value: name }); bankDetailsRecord.setValue({ fieldId: 'custrecord_2663_parent_employee', value:…