We wrote a little script for Sales Order Header that checks to see if the customer has old invoices, and if so, offers to place the customer on credit hold (via a Yes/No messagebox). Now our customer wants a script to automatically take their customer off credit hold during cash receipts entry, also via a Yes/No messagebox telling the user that the customer is on credit hold...do you want to remove the hold?
It's working, but the only field I could find to validate on was the PostingAmt (i.e ""Amount Received"" on the Cash Receipts screen). Am I missing something, or are the CustomerNo and ARDivisionNo fields missing from the Column Post-Validate (and Column Pre-Validate) field list?