Versions Compared

Key

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

...

Name

Code

Description

Default Value

Source

SOURCE

Object Source Location Type

Use Source Path

USE_SOURCE_PATH

If this is NOT checked, the file will be placed directly in target.

If it is checked, the whole File Name with path will be placed inside the target.

SCM (**populating from SCM)

Target Location

TARGET_LOCATION

This is the location where the file will be placed. Property replacement will be performed on the value.

If blank, the file will be copied into FD_TEMP_DIR. If the default is used, but the Customizations Files Root Target Folder project property is left blank, then the file will be copied into FD_TEMP_DIR.

${{FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_TARGET_FOLDER}}

FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_SOURCE_DIR_DEFAULT is the project property to control the default.PEOPLESOFT(**manual creation)

Customizations Home

CUSTOMIZATIONS_HOME

Property code for PeopleSoft Customizations Home. This will consider the property value assigned to PeopleSoft Customizations Home.

CUSTOMIZATIONS_HOME is the project property of PeopleSoft Customizations Home.

Sub Folder path

SUB_FOLDER

The subfolder path where file need to be deployed under customizations home

For example you have a file with path

  • /customizations/pdf/demo.pdf : the default value here is pdf

  • /customizations/sample.sqr : here the default value is sqr

  • /customizations/sqc : here the default value is sqc

Owner:Group

OWNER

Set the owner or owner:group of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

FDPSOFT_CUSTOMIZATIONS_FILE_OWNER_GROUP_FILE_DEFAULT is the project property to control the default.

Permission

PERMISSION

Set the permissions of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

If it is not set, and Execute is checked, chmod +x will be run on the file if it is a Unix endpoint.

FDPSOFT_CUSTOMIZATIONS_FILE_PERMISSION_FILE_DEFAULT is the project property to control the default.

Property Replacement

PROPERTY_REPLACEMENT

If checked, property replacement will be run on the file, unless it appears to be a binary file, and then it will be skipped for property replacement.

FDPSOFT_CUSTOMIZATIONS_FILE_PROPERTY_REPLACEMENT_DEFAULT is the project property to control the default.

...