How can i pass an object between pages without having dataview in that pages

0
Suppose I want to pass the product details from one page to another page, it asks to have a dataview for that object. I don’t need to use the object on that page but to pass it on to the next navigation page  
asked
1 answers
0

Hi Muthu,

Normally in this case you will have to use a dataview. If you want to use the data later, without passing it to the page, I suppose you can use an association. For example you associate the object with the current session or account, so that you can retrieve it later in a microflow over that association.

Hope this helps!

answered