Difference between revisions of "Configure Package Data"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
Line 1: Line 1:
'''Develop > Configuration'''
'''Develop > Configuration'''


{{Permissions|Develop Tools|configure package data.}}
{{Permissions|Developer Tools|configure package data.}}


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

Latest revision as of 23:14, 3 April 2014

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.