ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Pipeline Management

Hiding fields in 'excess'

You need to be logged in to post messages

Hiding fields in 'excess'

7/29/2005 7:03 PM EDT

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?

1. 7/30/2005 7:28 PM EDT
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

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.

2. 8/3/2005 11:29 AM EDT

It would be a great thing! Waiting for the keys...
Regards,

3. 8/5/2005 9:12 AM EDT
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

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"/>

4. 8/5/2005 9:13 AM EDT
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

I could not find any opportunity ones in 3.0/3.1, but I know that they have been added already for 3.2.

4 results found