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.

field cannot be modified once created

Featured Replies

Hi,

I have a question in regards to field validation. I need to be able to validate whether a field has been changed. eg.

user_name field should only be modifiable upon data entry. After the field has been set with data for the first time, it should no longer be modifiable. How could I do that in a validation of the field?

Thanks in advance

Does the field validation have to be immediate? Because if not, you could always allow for data entry, then have a button for confirmation that brings the user to another table to display the information, while not being modifiable. Immediate validation can be dangerous, since it requires the user input correct data the first time, every time.

  • 3 weeks later...

I have done this by checking the date the record was created against the current date. I have a timestamp field (Creation Date) which holds an auto-entered date and time the record was created. Then in the validation of my secondary field, I use:

If ((Get ( CurrentDate ) = GetAsDate ( Creation Date )) ; 1 ; 0 )

This way they can edit the information during record setup if they catch a typo or mistake, but after the initial date, they can't change without an administrator.

~C

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.