I have a reuseable element Add Company popup;
this is a popup on multiple pages, and sometimes it’s a popup from a popup;
for example:
page list of sales orders > add order (show Add Order popup) > add new client (show Add Company popup)
page list of suppliers > add new supplier (show Add Company popup)
… and many other entry points like this.
The point is, this Add Company popup is in a lot of places, and I’d like to pre-tick the Company Type checkbox based on the entry point, is that possible?
This sounds like something to achieve with a data type, or data field. Add a data field to your user that defines the company type, and add a workflow to check the user’s company type when the pop up loads.