Configure Package Data

From AgileApps Support Wiki

Develop > Configuration

Lock-tiny.gif

Users that have the Developer Tools permission can configure package data. 

To make a data-handler class selectable from the GUI when creating a package:

  1. Click New Package Data Item
  2. Provide Item Name.
    For example: "ZipMapData"
    (In upcoming releases, this field is targeted for use in the Translation Workbench.)
  3. Provide Item Label.
    For example: "Zip Map Data"
  4. Select a Data Handler class.
    For example: ZipMapDataHandler

Notepad.png

Note: A Data Handler class is one that has been programmed to implement the PackageItemType interface. A class is able to act as data handler if and only if it satisfies the requirements of that interface.