I have various option sets across my app. None are sensitive by themselves, but become sensitive after the user has selected them and saved in the database.
Example: an option set “Report colleauge”, with options “This person does not work at my company” / “This person is impersonating my colleague” / “This account appears to be fake or automated”.
When a user reports a colleague, a Data type “Report” is created and a field “Reason” is saved with one of these three options (whichever the user selected).
The existance and specification of the three options is not sensitive and can load on each page load. My question is whether the saved field in the Report is loaded on each page load? Or is the saved field private?