Hi All,
Once user logged-In into power pages portal, user will be redirected to Select Plan page.
In the Select Plan page, user will select the plan. This selected plan should be available for all pages.
All pages will use this plan to load data in all pages using Fetchxml.
We dont want to use query params for passing data from one page to another.
I thought of storing this information in the sessionstorage or localstorage but i cannot access this within liquid code.
Can you please suggest any solution to this problem?
Is it okay to add a custom property to user table as it contains user authentication context information. I am thinking to store Selected plan also in the user plan.
Is it possible or correct way to do?