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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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