Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Suitelet List: Can I source with a filter?
Hi,
We have a custom record called "Group Subscription". Each group subscription can have multiple "Individual Subscription" records associated with it. On the group subscription record type, individual subscriptions are set as a child record.
I've created a front-end suitelet that is called from the group subscription page. Users can select an individual subscription from a select field that is sourced from the individual subscription record:
var fldIndSubID = frmInactivate.addField('custpage_sog_indsubid', 'select', 'Individual Subscription', 'customrecord_sog_individual_subscription', 'custpage_sog_fieldgroup_edit');I would like to limit this list to individual subscription records that are children of the current group subscription (right now it shows all individual subscriptions). I looked at the nlobjField & nlobjForm but couldn't find a way to do this.
Tagged:
0