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.

If Function Message

Featured Replies

I'm sure this is simple but I can't figure it out. I want a script to do the following;

If (

field1+field2 (not equal sign) field 3 ; Message "The sum does not match field 3" ; do nothing

Script?

Use basically what you have shown with a custom dialog for the message and set a script trigger - onobjectexit - with this script on field 3

Sorry, I misread your query -- set the trigger on both field 1 and field 2

  • Author

Script?

Use basically what you have shown with a custom dialog for the message and set a script trigger - onobjectexit - with this script on field 3

So I have a script trigger on object exit with this script in the IF function.

If (

MFInventory::goodparts+MFInventory::rejectparts ≠ MFInventory::Serial_Qty ; "The sum does not match the Serial Qty" ; ""

)

It doesn't work though because it doesn't come up with a message or do anything if the values are wrong. How do I create a pop up message? What's wrong with this formula?

  • Author

I just figured out an easier way to do it. I just made the second value have a validation that says field1+field2=field3 with a custom message that says "The sums do not match".

Thanks for the help.

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.