NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on December 30, 2019, 08:18:05 PM

Title: Conditionally hide an in row change button on browse
Post by: Richard I on December 30, 2019, 08:18:05 PM
Hello
Happy New Year !
I have a NT browse with an inrow change button
I want to conditionally hide that button based on the user's access level( i have the GSV('access')for the user)

Im sure there must be a simple way.....?

thanks
Richard
Title: Re: Conditionally hide an in row change button on browse
Post by: rainerwallenius on December 31, 2019, 03:09:00 AM
Hi Richard

I use Column condition in Column-tab on the field. Column-tab is behind Header-tab

:: rainer
Title: Re: Conditionally hide an in row change button on browse
Post by: DonRidley on December 31, 2019, 07:35:48 AM
Use the Column Condition option in the Browse Template.

You can use p_web.GetSessionLevel() = ???

or your own custom session value.

See attached image.
Title: Re: Conditionally hide an in row change button on browse
Post by: Richard I on January 01, 2020, 05:16:04 PM
Thanks Guys, works a treat.
Cheers
Richard