RE: Show/Hide Table from the site map based on a toggle value
Hi EBMRay,
There is no way to make an area show/hide in the sitemap based on field value on the form.
Actually, The visibility of the area is determined by the following factors:
1. Do you add it to sitemap in the APP Design.
2. Security role of User.
In your case, there could be a way(I don't try this before) is that create a security role which can only access Schedule. And then create a workflow which is triggered with the change of field value. In the workflow, you could assign all user the Security role when the filed value is 'Yes‘ by using Workflow Tool. However, this way could have delay and poor performance(If you have to achieve this, you could try).