Versions Compared

Key

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

...

  • The Development environment is both the build environment and the single target environment mapped to for deployment.
  • The build instance instance is also used for deployment.
  • The build workflow, Build APEX, is created/linked and bound to APEX projects creating using this blueprint.
  • The deploy workflow, Deploy APEX, is created once and bound to all APEX projects created using this blueprint.
  • The instance is created based on the Parsing Schema.
  • Build will run in Development environment, so when source is App Builder, application from Development environment is exported.
  • Deployment is configured to run against Test environment. (developers will be editing application in development environment, so deployment is set to run against Test environment).

Blueprint Properties


Property Name
Required
Description
How its used
Application NameYesThe APEX application name as configured in App Builder
  • FlexDeploy project is named using this value
  • FlexDeploy project property is configured to this value
Application DescriptionNoA description for the application
  • FlexDeploy project's description is set to this value
Parsing SchemaYesThe parsing (owner) schema for the application
  • FlexDeploy application name is configured to this value
  • FlexDeploy project property is configured to this value
  • FlexDeploy instance is created using this value
Workspace NameYesThe workspace the application belongs to
  • FlexDeploy instance is created using this value
  • FlexDeploy project is mapped to this instance

Build 

...