Grid Search on Start Disable Detail Button/Icon

Is there a way to disable the detail button on a row returned by a search when the user has not logged on?

What I want is a non-authorized user to do a search and see the results in a grid. But I don’t want them to see the details of each row, just the search results. I want this same form to allow an authorized user to view the detail of each row. Possible?

The easy solution: Make two versions of the grid and test if the user is allowed or not before redirecting to the proper grid.

Guess the harder solution is SC supports this in their functions (ha ha). Thanks I’ll try it.