I have multiple Apps in the same Workspace which all have Themes that are subscribed to the same main ("master") Theme. All these apps will be linked together by shared Navigation List and Breadcrumbs.
I want to let User choose the Theme Style for themselves. I know how to do this for an app from Shared Components / User Interface / User Interface Attributes / Enable End Users to choose Theme Style.
I also want to propagate this choice to every instance of this User's style selection storage in every App specified before.
Does APEX support that, or should I create some kind of a trigger in APEX DB Scheme?