What is Balance Forward in Individual Statement?
# general
b
What is Balance Forward in Individual Statement?
m
It is the summarized balance of A/R for that customer prior to the start date of your Statement
b
Thank you @MGBC Could you help me how to get that in SuiteScript or using Saved search please?
m
If you set the start date of your Statement to be NULL then it won't show up
b
I wanted to calculate it to make it similar statement pdf
m
You would have to get the Start Date the user selects when generating the statement, then find all transactions hitting A/R that have a duedate BEFORE that date and sum up the total amount remaining in A/R for those transactions
b
So calculate it reverse from today?