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!
beforeload nlapiSetFieldValues doesn't seem to work
I have a before load script running on a new record and I have a multi-select record on the case form and want to select all fields in a beforeload event.
Here is the code segment:
[SIZE=2][COLOR=#0000c0]var[/COLOR][/SIZE] ufld [SIZE=2][COLOR=#5c5c5c]=[/COLOR][/SIZE][SIZE=2][COLOR=#0000c0]this[/COLOR][/SIZE][SIZE=2][COLOR=#5c5c5c].[/COLOR][/SIZE]form[SIZE=2][COLOR=#5c5c5c].[/COLOR][/SIZE]getField[SIZE=2][COLOR=#5c5c5c]([/COLOR][/SIZE]pcCaseField[SIZE=2][COLOR=#5c5c5c].[/COLOR][/SIZE]USERASSIGNEDPARTNERS[SIZE=2][COLOR=#5c5c5c]);[/COLOR][/SIZE]
[SIZE=2]var[/SIZE] opts [SIZE=2][COLOR=#5c5c5c]=