I'm new to X++, and I want to put an unbound checkbox on a tab in the sales header form (SalesTable). When the configure line button is pressed on the bottom half of the form for a sales line, I need to have code in that other class check the on/off status of the unbound control in the SalesTable form and do something. I really don't need the database to record the status.
The current status is I've placed the checkbox on the form, see it on the display and can click it, but can't refer to it.
How do I refer to the unbound control in the SalesTable form from another class and, is this the right approach?