Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Setup Tasks allow for export and import of the entire setup task as a CSV File package (zip file).

Object Type Identification

  • When populating files from source control management (SCM), FlexDeploy will classify all zip files containing "SetupTasks/FastFormulas" (case-insensitive) in their path as Fast Formula, otherwise zip files containing "SetupTasks" (case-insensitive in their path) will instead get classified as Setup Task.

File Extensions

  • .zip

Object Type Code

SETUP_TASK

Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location TypeSCMSCM, CLOUD
Offering CodeOFFERING_CODETypically the highest-level or starting point of application configuration

Functional AreaFUNCTIONAL_AREAFiner tuned business name or rule used to defined the business activity or process

Task CodeTASK_CODEUnique id for Setup TaskFILE_NAME*

Related Project Properties

NameCodeDescriptionDefault ValueSupported Values





Considerations

  • See csvExport for details on how find Task Code for a Setup Task.
  • *When creating a Setup Task (not from SCM), the Task Code is inferred from the file name by default. Otherwise, the Task Code is pulled from the SCM CSV file package.
  • @since 5.6.0.5
    • Offering Code and Functional Area are no longer support attributes. 
    • The following convention is generally used for the File Name (with Path) → "/SetupTasks/<Task Code>.zip"
  • @before 5.6.0.5
    • The following convention is generally used for the File Name (with Path) → "/SetupTasks/<Offering Code>/<Functional Area>/<Task Code>.zip"
  • No labels