Pass client state parameter between pages

Henrique Costa
Tera Expert

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 .

 

1 REPLY 1

SANDEEP DUTTA
Tera Patron
Tera Patron

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.

 

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.