Hello,
I wanted to add a custom column in SO3030PL that any invoice due date smaller than today’s date plus 5 days and the status of the invoice is “Open,” then it should say Past Due, otherwise it should say “Current.” Here is my IF statement that is working normally without considering the invoice status:
=IIf([ARInvoice.DueDate] + Day( 5) < Today(), 'Past Due','Current')
I just need help on how to add the invoice status to the statement. Also, I could not name the column.




