Change field values with g_form on fields that are designated as ReadOnly on the database level

lonesoac01
Giga Guru

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.

1 ACCEPTED SOLUTION

Manmohan K
Tera Sage

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

 

 

View solution in original post

1 REPLY 1

Manmohan K
Tera Sage

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