File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Client Scripts/Set Severity, state & assigned to Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ Use the script provided in script_include.js and script.js to set fetch multiple values from server to client side by passing an
2
+ object from server to the client side and setting values on your form. This can be used to pass multiple parameters from server to
3
+ client side.
4
+
5
+ Use Case:
6
+ Consider you have a reference field on your form referring to "sn_si_incident" and you need to set Severity, state and assigned to
7
+ onChange of the reference field.
8
+
9
+ Solution:
10
+ Create a client callable script include as mentioned in script_include.js and pass the required values to your client script.
11
+ Then use the onChange client script in script.js to set values on the form.
You can’t perform that action at this time.
0 commit comments