JackieN Posted April 14, 2015 Posted April 14, 2015 I'm trying to hide two field on a specific layout. I have the hide object when set to : LayoutNames ( "Users" ) wouldn't that hide the object when i'm on a certain layout? in this case, i'm on the layout Users, but it's not hiding the fields. Not sure what to do here.
eos Posted April 14, 2015 Posted April 14, 2015 I'm trying to hide two field on a specific layout … when set to : LayoutNames ( "Users" ) The correct expression would be Get ( LayoutName ) = "Users" But if you don't want to show a field based on the layout's name, you could simply not put the field on that layout. “Hide if” normally is used to show or hide objects based on data; e.g. use a single layout that displays/hides fields depending on user name, or privilege set, or entity type etc.
JackieN Posted April 14, 2015 Author Posted April 14, 2015 Thank you eos! Would not putting the field on the layout work if I'm using a portal?
eos Posted April 14, 2015 Posted April 14, 2015 Well, if it's not on the layout, it's not on the layout – whatever part that may be IMO, it's better you start from the beginning to describe your setup and what you trying to achieve, so whoever reads this is able to give you informed advice.
Recommended Posts
This topic is 3512 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now