Versions Compared

Key

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

Fast Formula is one type of Setup Task. Make use of the Fast Formula object type to export and import individual formulas within the Fast Formula Setup Task. This is available @since 5.6.0.5.

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

FAST_FORMULA

Attributes

NameCodeDescriptionDefault ValueSupported Values
Task CodeTASK_CODEUnique id for Setup Task

Formula NameFORMULA_NAMEThe base formula name you want to filter your Fast Formula Setup Task by. This value is typically the formula name in all uppercase.FILE_NAME

Related Project Properties

NameCodeDescriptionDefault ValueSupported Values





Considerations

  • The following convention is generally used for the File Name (with Path) →  "/SetupTasks/FastFormulas/<Task Code>/<Formula Name>.zip"
  • When creating a new Fast Formula, the Task Code is inferred from the 2nd last part of the path by default.