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!
Suitelet - Select Calendar to add event to
Hi all,
I am developing some custom event functionality and wish to allow the user to select from a dropdown list(or potentially a multiselect) the calendar that they wish to add the event they are creating to.
So far when creating my form i have tried adding the following fields, however when the Suitelet is displayed in both cases the 'select' field is empty.
var calendar = form.addField('custpage_calendar', 'select', 'Calendar', 'resource');
[CENTER]and[/CENTER]
var calendar = form.addField('custpage_calendar', 'select', 'Calendar', 'calendar');
Has anyone attempted this before?
Any assistance would be great! Thanks in advance!