Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Partial Package-based project file attribute's list data is defined using Static data, if necessary, you can change this list for your implementation.

...

Access object type details screen by using menu Menu option - Administration - Customize - Object File Types.

...

List override can be done for any attribute. Find specific attribute using search controls. Click on No or Yes in List Overridden? column for attribute.

...

Following variables are available for use in the Groovy script along with Project Properties.

Variable Name

Example using /path1/path2/APXSOBLX_1.rtf

FILE_PATH

/path1/path2/APXSOBLX_1.rtf

FILE_NAME

APXSOBLX_1

FILE_PATH_PREFIX

/path1/path2

FILE_EXTENSION

rtf

PARENT_FOLDER

path2

FILE_CONTENT

File data

Project Properties - Code for each property can be used in script


PROJECT_ID

122703

PROJECT_NAME

XXHR

FOLDER_PATH

/ FlexDeploy / EBS

Info

You can use PROJECT_ID, PROJECT_NAME, FOLDER_PATH variables in script if you want different behavior for specific Project(s).