- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 08:11 AM
Hello all,
I am trying to find some information on IF the g_form.setValue can set the value of a field that is designated as ReadOnly on the database side. It has been my experience that client side code cannot directly adjust server side configurations.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 08:25 AM
Hi @lonesoac01
g_form.setValue can change the value on the client side and only if the user interacting with the form saves the form, the value will change at database end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 08:25 AM
Hi @lonesoac01
g_form.setValue can change the value on the client side and only if the user interacting with the form saves the form, the value will change at database end