Want to store data using non persistable entity while navigating from one page to another
0
Hello, I am using non persitable entity because I don’t wan tot data get stored in database, but when I am navigation from one page to another the data get lost but want the data. How can I achieve it using non-persitable entiy. PLease reply , its very urgent Thanks
asked
Trishla T
2 answers
1
Add a dataview on your pages that expects the non persistant object and pass it as a parameter from page to page.
answered
Lennart Spaans
0
Assume that you have a microflow from one page to trigger a Show Page to show another, then 2nd page can have your NP entity as the Context Object which you can prepare in the previous page microflow call.