Hi JY
How many people, approximately, would you be allowing or not allowing access to the Payment & Info tab? That might determine the best way to set this up.
You can hide a section in the Advanced Screen Properties which can be accessed via the 'Advanced...' button on the left hand column when customizing a screen. From there you can add a Conditional Statment OnScreenLoad action. If you haven't already, have a look at this Help Centre article on Conditional Statements.
At a glance these are a handful of the ways it could be done:
- Add a grouping to the users you do or do not want accessing the tab (step 10 when editing or creating a user). Requires a retrieve field from table first.
- If it is just the Master Admin to access the tab you can use a session variable in the conditional statment
- You could explicitly state the usernames if there are only a couple
Let me know how many users you want to allow or how many you want to restrict and I can recommend a way to do it and point you in the right direction.
Jeff