![]() |
Myr0n 8/13/2020 |
Hi, is possible to allow/disallow add new values on the fly within events ? I'd like to "disallow add new values on the fly" depending on other fields in the add/edit page or if the user hasn't an admin profile. Thanks Fabio phpr enterprise 10.3 build 34865 x64
|
![]() |
fhumanes 8/14/2020 |
Hi, is possible to allow/disallow add new values on the fly within events ? I'd like to "disallow add new values on the fly" depending on other fields in the add/edit page or if the user hasn't an admin profile. Thanks Fabio phpr enterprise 10.3 build 34865 x64
|
![]() |
ffrinai author 8/17/2020 |
Hi. I think this article can help you solve your problem. https://asprunner.com/forums/topic/27637-guide-1-for-new-to-phprunner-guia-1-para-noveles-en-phprunner/ Greeting, Fernando
|
![]() |
Sergey Kornilov admin 8/17/2020 |
Yes, this is possible and you are thinking in the right direction. The main issue is that Master and Details are two different pages and their pageObj object will be different. So you need to obtain the pageObj of the details table first and then you can hide that link. More info: |