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

SCM (**populating from SCM)

PEOPLESOFT(**manual creation)

Customizations Home

CUSTOMIZATIONS_HOME

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

FDPSOFT_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.

...