Deployment Name and Version Functions in Policy Modeling

This feature adds two new functions to Policy Modeling projects: DeploymentName() and DeploymentVersion().

The DeploymentVersion() function returns the version of the deployment the session was created from as a number value. This allows audibility of which version of the rules were used to make any decision or assessment.

The DeploymentName() function returns the name of the deployment the session was created from as a text value. This allows audibility of which project was used to make a decision and can also be used to drive dynamic behavior in the project based on the name used to deploy the project.

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

The values obtained from these functions can be assigned to attributes. This allows the deployment name and deployment version number to be added, for example, on an interview screen, in a form footer or in the interview transcript.

Key Resources

Access Requirements

  • Authors