Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I want to automate my past-due invoice notification system. It seems to me that when I give a record an invoice date, I could also perform a function that would define, in 4 other fields, when 30, 60, 90, and 120 days have elapsed. Problem is, I don't know how to calculate "30 days in the future from June 30, 2001."

30DaysField = InvoiceDate + 30

60DaysField = InvoiceDate + 60

90DaysField = InvoiceDate + 90

120DaysField = InvoiceDate + 120

  • Author

Thanks CaptKurt, but that is exactly what I tried to do. It didn't work. Since it's a calculation, "+30" just added 30, but didn't return the appropriate date.

That means that you have a misformatted field somewhere. You either need to make your fields DATE format or you need to use the DateToText function to make them text fields.

Making them DATE fields is probably the better way to go.

  • Author

Thanks. I always forget I need to tell the function what format the calculation should return (i.e., date, number, text).

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.