How Can I restrict one update for specific field ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 04:39 AM
Hello Guys,
I have Custome table called u_marks and its has field called u_grades which is a string field
I want that that if someone updated u_grades then it was empty then no one can update u_grades values if it is got updated previously. how can I achieve this?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 07:11 AM
Hi @jay97 ,
Make it readonly using onLoad and OnCellEdit client scripts so that no-one can change the values.
Let me know if you need more inputs on how to write them.
Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.