How is the process to remove a subpanel ?
How is the process to remove a subpanel ?
I have found this url https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.1/Cookbook/Dynamically_Hiding_Subpanels_Based_on_Record_Values/ but is there any thing regards to php??
After I did this change does not apply to Mobile
Rodrigo Manara
Sr. Developer
I have found this url https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.1/Cookbook/Dynamically_Hiding_Subpanels_Based_on_Record_Values/ but is there any thing regards to php??
After I did this change does not apply to Mobile
Rodrigo Manara
Sr. Developer
This cookbook applies to only js controllers. There is no way to, dynamically, hide subpanels through php.
Also mobile is not affect by those changes once it doesn't download js controllers from Sugar server.
It is possible to dynamically hide subpanels on mobile but it requires compiling a custom mobile app from sugar-mobile-sdk, which is only possible from either Apple computers or Docker container under Linux.