- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 11:57 PM - edited 12-10-2024 10:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 12:04 AM
@BoHyun Jung . Use below line of code.
If server side:
current.variables. variable name= "something";
current.update();
On client side :- g_form.setValue(variables.variable_name, "something");
Hope it helps. Kindly mark helpful/accepted if it helps.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 12:04 AM
@BoHyun Jung . Use below line of code.
If server side:
current.variables. variable name= "something";
current.update();
On client side :- g_form.setValue(variables.variable_name, "something");
Hope it helps. Kindly mark helpful/accepted if it helps.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 12:20 AM
Hi @BoHyun Jung ,
The variabels are set to readonly due to certain polices or access. Hence you dont meet those conditions to end the variables. I wanted to understand if your want to edit the value of varaible in catalog or your want to force update the value of once perticular record. ? Kindly brief the needs
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....