Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 07:36 AM
@VullankiL You can use the record producer script to redirect the user to a specific page on platform view or backed.
- Within the Platform UI:
producer.redirect="home.do"; - Within Service Portal:
producer.portal_redirect = "sp?id=sc_home"Hope this helps.