Sunday, June 9, 2019

Display the “Days Till Net Due” field from the Term record on a Saved Search

Right now the ability to display the fields on the Term record is not yet available in NetSuite. However customers can use the alternate solution below to be able to display the information on the saved search:

Customer can add a Formula field on the Results tab and deduct the Transaction Date from the Due Date to be able to get the number of days till net due on the Invoice. Customer has to edit their search > Go to the Results tab and add the field below:

            Field = Formula (Numeric)

Set Formula = {duedate}-{trandate}

No comments:

Post a Comment