php - Where should we need to change to show or hide the module from menu without using ui in Sugarcrm -
I'm working on sugars, I just show / hide a special module created from the menu without using the user interface Want to At least what is happening behind the screen when we enable or hide a menu
When you use "Display" module and sub-panel "-Page, values in your database in your preferences Together with the table "Config",
- Category = 'MySettings'
- Name = 'Tab'
- Value = A Base 64 Encoded Jason-object in which to display the module.
Decode your existing data in the Price column of this row and the modules you want to add or remove, Sector modify Jason object with, then it encoded again and update the line in the table to the new value.
Comments
Post a Comment