Changing Display of Contacts

From SDU
Revision as of 09:44, 17 July 2008 by BrianM (Talk | contribs) (New page: The example below provides steps to modify or change the display format of Contact records. == Step 1. Create a .Mod file== Create a .mod file and place it in NX_ROOT\site\mods. OBJECT ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The example below provides steps to modify or change the display format of Contact records.


Step 1. Create a .Mod file

Create a .mod file and place it in NX_ROOT\site\mods.

OBJECT cnt {

          ATTRIBUTES ca_contact {
           combo_name3 DERIVED(first_name ", " middle_name ", " last_name);
          };
 FACTORY {
   COMMON_NAME combo_name3;
 };

};


Step 2. Publish the Schema changes

The methods used to publish schema changes vary based on the Service Desk release.

For r11.x releases, follow these steps:

  1. Save your Schema changes
  2. Stop the Service Desk service
  3. Run pdm_publish from a command line
  4. Start the Service Desk service

For older release recycle the Service Desk service.



To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.