You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This client script automatically maps key field values from a parent Incident record to a Problem record when the user creates a new Problem and selects an Incident record in the Parent reference field.
5
+
6
+
**Client Script:**
7
+
Name: IncidentToProblemMapping
8
+
Table: Problem [problem]
9
+
Type: onChange
10
+
Field name: Parent
11
+
12
+
**Script Include:**
13
+
Name: IncidentDetails
14
+
Glide AJAX enabled: checked
15
+
16
+
**Implementation:**
17
+
Place this script on the Problem table with the condition that it triggers on change of the Parent field. When the selected parent record is from the Incident table, it fetches field values from the Incident using GlideAjax and sets them on the Problem form.
0 commit comments