NetTalk Central

Author Topic: Hide some columns in a browse  (Read 2414 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Hide some columns in a browse
« on: July 27, 2024, 02:44:18 AM »
Hi,
NT 14.21  C11.0.136
I want to use the same procedure for displaying 'orders ' to the dealer and the customer.  There are some fields that the customer should not see. 
There is no "Hide" condition for strings in a browse so there must be a more crafty way to do it.
Question: how can I hide one or more fields on a browse display?
THanks,
Ron

Vinnie

  • Full Member
  • ***
  • Posts: 181
    • View Profile
    • Email
Re: Hide some columns in a browse
« Reply #1 on: July 27, 2024, 04:27:30 AM »
I use

Browse Field
Coloum Tab
C coloum Condition

p_web.getSessionvalue('ShowECommerce') = True

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: Hide some columns in a browse
« Reply #2 on: July 27, 2024, 05:04:26 AM »
Thanks Vinnie - I thought that it might be the place to hide field.  Will give it a try.
Ron