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.
Global Subscription Status - how to update programmatically?
Hi there,
How do I programmatically update the Global Subscription Status field on a customer card? I have a web form that has a checkbox for the customer to (un)check for subscribing to our e-mail newsletters, and I'd like to update the Global Subscription Status field on the customer card based on the state of that checkbox.
When I click on the help link for "Global Subscription Status" field, it shows that its Field ID is globalsubscriptionstatus, and these are the possible values for it:
[LIST=1]
[*]Confirmed Opt-In
[*]Soft Opt-In
[*]Soft Opt-Out
[*]Confirmed Opt-Out
[/LIST]
So on my web form, I set the checkbox's ID and name to be globalsubscriptionstatus, then on form submit, I tried setting the checkbox's value to 0, 1 or 2, but the value on the customer card stayed the same... am I not approaching the problem correctly?