Wednesday, February 23, 2022

Form Models

# Form models allow the specification of a map through which a set of variables can be handed to the form by the workflow.  

# The model is defined in the workflow (or a pre-defined model is used), allowing the workflow and form to pass a collection of variables all at one time through a specified model. 

# Since actions in workflows often center on Identities, a map for the Identity object, called IdentityModel, is prebuilt in IdentityIQ.  

# A workflow library method – getIdentityModel – can be called by a workflow step to create an IdentityModel map to use in a subsequent step that renders a form.


Using the Identity Model in Workflow Forms::-

1. Define identityModel process variable.

2. Populate IdentityModel

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...