Pass client state parameter between pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi community,
Question: how do you guys pass data from workspace page to another? From page 01 to page 02. Looking for advices.
- URL parameter and store in table record are out of requirements.
- Call the same rest APIs endpoints on page 02 are increasing the bills.
User journey: After end user review the information and click next button will be redirected to page 02 and in that case I'd like transfer some client state parameter data from page 01 to page 02 avoiding call the REST APIs again .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Henrique Costa ,
You can use event mapping and page parameters within the ServiceNow UI Builder workspace framework is the most aligned . It avoids database storage, URL parameters, and redundant API calls, facilitating smooth client state transfer between pages during navigation.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.