1. Go to your Entegy App Dashboard
2. Click on App
3. Click on Main Menu
4. Click on the icon you would only like to show when someone is logged into the App
5. Click Show Advanced Settings
6. Paste:
#if profile.security_code == Private
show()
#endif
#if profile.security_code == Admin
show()
#endif
hide()
7. Click on Save
8. Click on the icon you would only like to show when someone isn't logged into the App
9. Click Show Advanced Settings
10. Paste:
#if profile.security_code == Private
hide()
#endif
#if profile.security_code == Admin
hide()
#endif
show()
11. Click on Save
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article