In some modules (specially the pipeline) there are some fields that my people consider in excess (not applicable to our business).
Is there a way to hide them? Does it has to be programmatically?
You need to be logged in to post messages
In some modules (specially the pipeline) there are some fields that my people consider in excess (not applicable to our business).
Is there a way to hide them? Does it has to be programmatically?
Hiding fields is somewhat easy... no programming is required...
We plan to have an admin web page to do this but for now it requires modifying a file in your file library called system.xml.
In this file the fields to hide must be specified, and they must match the keys used by the programmer. Not all modules have the keys added yet, but hopefully me or someone else in the next few days can write up which modules and field keys have been implemented.
I seem to remember there are keys in Accounts, Help Desk, and Pipeline.
It would be a great thing! Waiting for the keys...
Regards,
The following Account fields can be hidden by updating your system.xml with the following keys:
organization.url
organization.industry
organization.employees
organization.revenue
organization.ticker
organization.contractEndDate
organization.alert
organization.phoneNumbers
organization.addresses
organization.emailAddresses
Add them to system.xml under the section:
<config name="system.fields.ignore" enabled="true">
In the form:
<param name="organization.employees"/>
I could not find any opportunity ones in 3.0/3.1, but I know that they have been added already for 3.2.