March 6, 201312 yr I have a six file solution with hundreds, maybe a thousand or more layouts. When a full-privilege user opens the solution I want the standard FM menus to display. When any other user opens the solution I want a set of Custom Menus to display. Can I do that? How?
March 6, 201312 yr Capture the Account Name and use the Install Menu Step script step to install the custom menus if the account does not have admin privileges. Or maybe it's capturing the Privilege Set. I'm not at a computer.
March 7, 201312 yr What Rick said, but I recommend detecting [Full Access] users by privilege set rather than account name. This custom function uses both.
Create an account or sign in to comment