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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to create a SuiteScript to match the transactions/ date field in Customer Payment?
Hey all,
Because in our NetSuite we have discrepancy in the dates of the transactions from the bank with their respective Customer Payments, I am trying to automate a task, namely:
Create a script that is listening on page Match Bank Data (where the matching of Transaction and Cust Payment happens) and once a Transaction is matched with one or more Cust Payments, I want the script to read the date of the Transaction and then check if the Customer Payments have the same date, if NOT then change their date to the one of the Transaction.
I am struggling with the first part which is the event listener on that exact page - Match Bank Data.
0