In perspective, I have a dropdown.
I received new requirement, to load the initial value of dropdown to the last value used.
We use this view, in multiple places on the shop floor.
Question is where do I store this data (last used data), to be retrieve next time, unique to the user?
Thank you.