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

Is there any way to set a flag on a record when a certain field is modified, without a script? I want to flag a date change. When I use flag=Evaluate( "1", dateField), it'll set the one if I enter the field, but do not change the value. I need to capture only a true modification.

  • Author

Well, I realized that I can compare my line item date to the parent date and if they do not match anymore, then set the flag:

Evaluate (

"If(Date_Due ≠ lnli_LN::Date_Due ; 1; flag_DueDateEdited)"; Date_Due)

Anywho, it would be interesting to know if capturing a true modification can be done if a comparison field is not available. I was thinking of creating a calc field and checking to see if the results of the calc changed.

I would suggest not to use Evaluate() for triggering. Still, I don't see why merely entering the watched field should trigger the evaluation. Is it an unstored calc? I believe a number/text field with auto-entered =

Let ( trigger = Datefield ; 1 )

should work fine - provided you can keep it at 0/empty when Datefield is filled for the first time.

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.