-
Custom Dynamic Dropdown in Sublist level
Hi Greetings, I want to ask, I have a case to create a dynamic dropdown at the sublist level in Suitlet Custom Form , now the dropdown must be filtered based on one of the sublist fields in the sublist. and for the dropdown field type is the SELECT type. I use the search module to get the filtered list value for the…
-
Search filter equivilent to SQL SELECT TOP 1
Hi, Does something like in SQL "SELECT TOP 1" in SuiteScript searches/filters exist? Cheers, Tristan
-
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…
-
Dynamic Suitelet Forms
I am trying to create an inventory management suitelet that requires validation on a number of select fields. Rather than do all of my validation when I post, I'd like to limit invalid select options from being submitted in the first place. For example, I have 3 select fields: [LIST] [*]Hardware Type [*]Status [*]Purchase…
-
Select a subtab in a Suitelet's script?
Hi, Does anyone know how to select a default subtab for a Suitelet? var slSOLines = objForm.addSubList('sl_so_lines', 'list', 'Sales Order Lines'); var slBillLines = objForm.addSubList('sl_bill_lines', 'list', 'Bill Event Lines'); // how do I select this tab as default and open on page load?? Thanks, Tristan