Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5421 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I have a database which works well and produces client invoices. When an invoice is printed a field "invoice_date" records the date of invoice.

When an invoice is paid "Paid" is entered into a field "invoice_status"

How can I make a script that checks the date and the invoice_status field and if no payment has been received >30 days from invoice date flags this?

Posted

Script?

Create a calculation field

If (IsEmpty (invoice_status field) and Get(CurrentDate) > invoice date field + 30;"Overdue"; "")

Then create a script to find all "overdue"?

This topic is 5421 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.