Skip 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.

Prohibit edit if existing Value

Featured Replies

I've been searching the forums like heck to no avail.

Can some one point me how to Prohibit edit of a field if a value exists.

I thought it was as simple as checking the Validate existing value box in the Validation Tab but unfortunatly its not as simple as that.

Thanks

Typically, when someone has this request, we suggest setting the field's behavior to not allow Browse mode and putting an Edit button next to the field. The Edit button would run a script that would popup a layout that has the field(s) open for edit, providing the validation part of the script was true.

That is,

User clicks Edit

Script starts

//validation check

If (isempty (field))

gtrr in new window using layout Edit

else

//validation fails

Show Dialog "Sorry, you can't edit this field."

endif

You could also tie the allow edit to a priv set, such as Admin only by checking Get (PrivilegeSetName) = "Admin"

  • Author

Thanks. Is there no way to do that via a calculation in Validation Tab?

Perhaps. I don't use the Validation tab for something like this, because the interface options are hideous.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.