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
When we want to open a catalog item with details from current record and map it to the opened catalog form then we can use this code.
2
+
3
+
This UI Action and catalog client script Redirects you to the record producer or catalog item( based on the sys id provided) and auto-populates the fields from the parent record to the catalog item/record producer variables.
4
+
5
+
1. UI Action
6
+
Client - true
7
+
action name - open_item
8
+
show update - true ( As per your requirement)
9
+
onClick - openItem();
10
+
Workspace Form button - true
11
+
Format for Configurable Workspace - true
12
+
13
+
2. Catalog Client script.
14
+
Type - Onload
15
+
Applies on catalog item view - true
16
+
Name - ParseURL
17
+
18
+
Note : Above UI Action works in Configurable workspace and opens the catalog item/record producer in workspace itself.
0 commit comments