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 w/Sublist: Push only checked lines as search filter in scheduled script
I've created a custom record to which 'customer' is the parent. Under that custom record I've set a custom 'rate class' which overrides the rate on invoice transactions based on the date of service provided. All of this works fine so far.
My next challenge is to create a process to bulk create the invoices for a given date.
So far I've created 2 suitelet forms...'suitelet_1' grabs information from the rate schedule, and when submitted passes the necessary parameters to populate some filter information for 'suitelet_2', which calls a saved search (of type 'customer') and populates a sublist with checkboxes next to each result.
0