I have created a simple form from a SharePoint list which contains 4 text fields (Field 1,2,3 and Status)
In the form I have 3 buttons outside the SharePoint Form, Employee, Line Manager and Escalation. When you press any of the button it will show the relevant field (Employee = Field 1, Line manager = Field 2 and so on) by setting a variable to the value of the button. The fields have the visible property set to the variable to show the right field.
After each stage I am updating the Status to show its moved to the next stage.
What I would like to do is when a user opens the form, depending on what stage (Status) its at, I would like to show the appropriate field set but how do I access the Status value for the record with onVisible?