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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Holding Field id names in an array
Hi All,
I need to set some fields on a record after sending a email from a custom record, after the email is sent I want to capture the date and that it has been sent in a checkbox. Have done this millions of times with single fields but in the case I have a FOR loop to loop through 2 email addresses and send the email to each one independently then capture that has been sent i.e Sent 1, Sent 2.
I have tried to create an array to store the field id's FieldArray1 = Sent 1 field name, Sent 2 field name & FieldArray2 = Sent On 1 field name, Sent On 2 field name. These array position are then accessed during the FOR loop in the nlapiSetFieldValue, all works ok no errors and the emails get sent but the fields are not being updated on the record.