Has anyone had any experience using SuiteScript to...
# general
m
Has anyone had any experience using SuiteScript to manipulate native sub-list data? Specifically, attempting to locate an invoice that is not located within the first 10,000 in the Customer Payment “apply” sub-list. If I could filter the sub-list, or even sort by date, that would get me where I need to be. Any insight is greatly appreciated!
b
you would need to use defaultValues to limit the number of invoices that appear in the apply subtab
for customer payments, the usual choices are the
invoices
or
inv
default values
default values also work as query parameters in the url, so i usually advise trying them out in the ui while creating a customer payment to see what they do