Skip to content

Commit 3b60800

Browse files
authored
Update README.md
1 parent c661ece commit 3b60800

File tree

1 file changed

+12
-0
lines changed
  • Modern Development/Service Portal Widgets/Open in Platform

1 file changed

+12
-0
lines changed

Modern Development/Service Portal Widgets/Open in Platform/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@
33
2. Enhanced the visibility condition so that the button is only visible on pages having sys_id and table in url.
44
3. Enhanced css to improve visibility of button.
55
4. This button wll look for the table to workspace mapping (in option schema) and create the URL to open record in respective workspace. If now mapping is found, the record is opened in SOW workspace(default).
6+
5. The button name has been changed to generic title "Open In Workspace"
7+
8+
**Sample**
9+
{
10+
"name":"define_workspace",
11+
"type":"json",
12+
"label":"Define Table Workspace JSON Mapping",
13+
"value":{
14+
"sn_grc_issue":"risk/privacy", // will open issue records in RISK workspace
15+
"sn_si_incident":"sir" // will open security incidents in SIR workspace.
16+
}
17+
}
618

719
Widget will create a button that will only be visible to users with the itil role that will take them to the same record in platform. will work with the form and standard ticket pages (or anywhere with the table and sysId in the url.

0 commit comments

Comments
 (0)