Skip to content

Commit f030c78

Browse files
authored
Create README.md
1 parent fdd93af commit f030c78

File tree

1 file changed

+23
-0
lines changed
  • Client-Side Components/Client Scripts/Incident to Problem Field Mapper

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Maps Incident Fields to Child Problem**
2+
3+
**Description:**
4+
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.
18+
Fields Mapped:
19+
• Configuration Item
20+
• Priority
21+
• Assignment Group
22+
• Short Description
23+
• Description

0 commit comments

Comments
 (0)