Skip to content

Commit 29a48fc

Browse files
authored
Create Readme.md
1 parent b675d4b commit 29a48fc

File tree

1 file changed

+11
-0
lines changed
  • Client Scripts/Set Severity, state & assigned to

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

0 commit comments

Comments
 (0)