Context.isAccountDataChanged()
The method identifies whether a specific account attribute was changed in the request that triggers the custom workflow process.
- Availability
- IBM Security Privileged Identity Manager 1.0
- Synopsis
- isAccountDataChanged(String attributeName)
- Description
- This member function identifies whether a specific account attribute was changed in the request that triggers the custom workflow process. If the request that triggers the custom workflow is NEWACCOUNT and the attribute is in the new account parameters, this function returns TRUE. Otherwise, this function returns FALSE. If the request that triggers the custom workflow is ACCOUNTDATACHANGE and the specified attribute is changed, this function returns TRUE. Otherwise, this function returns FALSE.
- Usage
- if (context.isAccountDataChanged("group")) {...