Jump to content

Hide field on specific layout.


JackieN

This topic is 3294 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 3294 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.