We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e789677 commit 0cdb641Copy full SHA for 0cdb641
Modern Development/Service Portal Widgets/Open in Platform/option schema.js
@@ -6,9 +6,17 @@
6
"default_value":"Open in Platform"
7
},
8
{
9
-"name":"open_in_sow",
+"name":"open_in_workspace",
10
"type":"string",
11
-"label":"Name for SOW Button",
12
-"default_value":"Open in SOW"
+"label":"Name for Workspace Button",
+"default_value":"Open In workspace"
13
+},
14
+{
15
+"name":"define_workspace",
16
+"type":"json",
17
+"label":"Define Table Workspace JSON Mapping",
18
+"value":{
19
+ "sn_grc_issue":"risk/privacy"
20
+}
21
}
22
]
0 commit comments