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.
Programatically creating a calendar event with recurrence
Hi,
I am trying to programatically submit an event to netsuite calendar with recurrence options set. I can't find any documented way of doing this.The SuiteScript Record Browser mentions two fields(frequency and period) that I think should be set to make a recurrence event. If I load an event record in the debugger, I found extra fields with similar names (_frequency, _original_frequency, _original_period etc).
I have tried setting these fields with the values I am getting against these in the debugger, but it doesn't work. Some combinations throw unexpected error while others simply do not cause any changes to default recurrence behavior(i.e. when I reload the record, I get the default values for recurrence).