addContractAlert

Description
InfoSphere® MDM provides the facility to add any number of alerts to flag a contract for a particular reason. This transaction adds an alert for a given contract.
Web Services
Operation name: addContractAlert
Service name: FinancialServices
Example
Add an alert to indicate that the contract is pending litigation by adding an alert type 2 (Class Action) and an alert severity type 1 (High).
Usage information
Alert Categories and Alert Types are user-definable through code tables.

Contract alerts can be added within the addContract transaction either when a new contract is added or explicitly using this transaction.

Preconditions
A contract must exist.
Mandatory input
  • requesterLanguage
  • EntityName
  • InstancePK
  • AlertType
  • AlertSeverityType
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If you do not specify the start date, the current system date is used by default.
Request message
<TCRMTxType> addContractAlert

<TCRMTxObject> TCRMAlertBObj

<TCRMObject> TCRMAlertBObj

Response objects
TCRMAlertBObj
Special note
Not applicable