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

Hi everybody, hope someone can help me.

I have a field(phone field) where I have set it to only unique value input. When I key in data into this field and if the phone no already exist I have this dialogue box popping up that says " (Phone no) is defined to contain unique values only. You must enter a unique value" [Revert] [Ok].

What I want to do is to suppress this message box and prevent it from appearing and using my own custom message box instead. However I don't seems to be able to identify the error codes. When I researched around, there are information indicating that this could be error code 504. But when I tried to capture this error(i.e. Get(LastError)) it returns a 0 value.

Can someone please advise what I can do to suppress this error message?

Thanks.

You could use the "onValidate" trigger

What I want to do is to suppress this message box and prevent it from appearing and using my own custom message box instead.

Let the OnValidate trigger fire a script like this:

Set Error Capture [ On ]

Go to Next Field

If [ Get ( LastError ) ]

Show Custom Dialog [ "This value isn't unique" ]

Exit Script [ Result: 0 ]

End If

The key of all is the red step.

  • Author

Hi Raybaudi, thanks a lot. I tired. But it does not work with the "Go To Next Field". I tired just "Go To Field" without indicating any field to go to and it works just fine. Again thanks!

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.