- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
When a record form is displayed on the portal screen, the UI actions used on the platform will be displayed.
On platform screens, we use "g_scratchpad" as a display condition for UI actions.
Button display control doesn't seem to be working on portal screens.
Is it not possible to use "g_scratchpad" as a display condition for UI actions on portal screens?
It works fine on the platform screen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @bonsai ,
No, g_scratchpad is not directly available or intended for use within the Service Portal environment in ServiceNow. Instead, you should utilize the data object within the Service Portal's server and client scripts to pass information between them.
if my answer helepd you, please mark it solution accepted.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
g_scratchpadd will not be visible on portal screen.
The workaround you can do is to create another UI action for portal and control its visibility based on view from UI visibility present in related list of the UI action.
So there will 2 UI actions on visible on platform and another on portal. The one which is on portal , you will have to think of an alternative of g_scratchpad
Raghav
MVP 2023