Hello all,
I'm creating a model driven app, in the contacts table I have three main types of contacts: students, teachers, and providers. For each contact type I have a different form that shows several fields/columns and subgrids which is only for that type of contact (eg a student has classes enrolled in, a teacher has classes they teach etc). I have a choice column called 'Contact Type' for the contact table and was wondering if I can use this to switch the form that is used for that contact type? (Eg if the contact type is 'student' then the 'student form' is used)
Is this possible, and if so how do I do this?
I have tried to use business rules, however I can't show or hide a sub-grid.
Follow up question: If this isn't possible, could I show or hide tab that depends on the contact type? (ie I put all of the student specific info and columns into on tab that only shows when student is selected)