Forum Discussion
Linking 3 lists to show one column's value, possible?
- Oct 20, 2016
This is the solution we came up with:
1. We identified the scope within which the current page is.
2. For that scope we retrieve the necessary data using javascript and store them in localstorage for later usage with an expiration time of 10 hours.
3. Each page that an end-user access then presents the data needed by taking it from the localstorage.
Thanks to Pete W., Dean G. and Scott M. for your input.
We will for now go with a manual filtering of the customers, as the services provided by the each team is small and known for now.
Will look into the Flow Common Data Model as that looks useful and nearly out of the box :)
Will update this thread, should we find a solution that fits our needs.
Kind regards, John
- John Aage AndersenOct 20, 2016Iron Contributor
This is the solution we came up with:
1. We identified the scope within which the current page is.
2. For that scope we retrieve the necessary data using javascript and store them in localstorage for later usage with an expiration time of 10 hours.
3. Each page that an end-user access then presents the data needed by taking it from the localstorage.