Skip to content

Pending Manual Changes

The Pending Manual Changes email is sent to source owners when an account change is needed on a source that requires manual provisioning.

Name: Pending Manual Changes

Subject: Changes requested to $identityDisplayName need manual interaction

Body:

$launcher is requesting the following changes for '$identityDisplayName' be manually made by you.

#if ( $approvalSet.items )
#foreach ($item in $approvalSet.items)
        Application: $item.applicationName
#if ( $item.nativeIdentity )       
           Account : $item.nativeIdentity
#end           
#if ( $item.instance ) 
          Instance : $item.instance
#end
          Operation: $item.operation
#if ( $item.displayName )          
          Attribute: $item.displayName
#elseif ( $item.name ) 
          Attribute: $item.name
#end
#if ( $item.displayValue )
           Value(s): $item.displayValue
#elseif ( $item.csv ) 
           Value(s): $item.csv
#end
#if ( $item.requesterComments )
 Requester Comments: $item.requesterComments
#end
#end
#end

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
approvalSet ApprovalSet The model for the approval process.
identityDisplayName string The display name of the identity being changed.
identityName string The name of the identity being changed.
item Workitem The item that needs to be changed.
launcher string The identity who requested the change.