Hi! I'm trying to create a new Action button for Accounts that relates to Meetings; specifically to create a new Meeting where the meeting subject is: ("TAF" + "name of related Account").
TAF is an acronym used internally to designate the purpose of…
Hello Devs,
after our update to version 14.0.1 ENT OnPrem, it is no longer possible to access the edit mode within the subpanels by double-clicking. However, this only affects modules that we have subsequently added, i.e. custom modules via the Module…
Hi,
We want to hide the global search field completely. I have tried various techniques, but none seem to work. Any ideas?
Examples:
This in custom.js file
$ (document). ready ( function () { $ ( '#globalSearch' ). hide () ; }) ; And also this…
We created a new module via Module Builder. We have a custom ACL defined in custom/data/acl. We do not want the new module to be visible in the Roles as we have a custom ACL. How can we exclude the module from appearing in Roles?