This topic is locked

Suppress the single link for all details

4/8/2019 1:47:36 PM
PHPRunner General questions
T
taumic author

Hello,
does anyone know how to suppress the single link for all details (depending on the USER-GROUP)?
Thanks a lot
Michael

A
ayctech 4/9/2019

It would be better understood if an image is attached

T
taumic author 4/9/2019



It would be better understood if an image is attached


Thanky you Ronald,
gladly....


A
ayctech 4/9/2019

a simple solution would be to make two views, depending on the user you grant permission on the form. a view with the details and another view without the details

W
wpl 4/10/2019



Thanky you Ronald,
gladly....





Michael,
in function "BeforMoveNextList" (After record processed event) enter the following code:



if($_SESSION['GroupID'] == 'yourSpecialGroup')

$record["dtables_link"]=false;