CreateClientAltId
The CreateClientAltId attached business rule supports the addition and maintenance of multiple alternate names for a client. This rule can be attached to a transaction to create an instance of alternate name for a client.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<CreateClientAltId> |
The opening and closing tags of this rule. |
||
<ClientAltId> |
Defines the client for which an alternate name is added. |
||
CLIENTGUID | The clientGUID of the client for adding an alternate name | ||
<Fields> |
Allows configuration of dynamic fields. |
||
<Field> |
Repeatable element:
The opening and closing tag that encompasses <From> and <To> elements. |
||
<From> |
Name of the Math Variable or activity field from which data is copied. |
Required
element value:; MathVariable/ActivityField. Name of the MathVariable or field from the transaction. Not required if using FromCollection. Applicable only if POLICYROLES attribute is present. |
|
<To> |
Name of the address field to which data is copied. |
Required
element value:
Field |
XML Example
<CreateClientAltId>
<ClientAltId CLIENTGUID="MVClientGUID">
<Fields>
<Field>
<From>MVAlternateID</From>
<To>AlternateId</To>
</Field>
<Field>
<From>MVStatusTo</From>
<To>StatusCode</To>
</Field>
<Field>
<From>MVAltIDTypeCode</From>
<To>AltIdTypeCode</To>
</Field>
</Fields>
</ClientAltId>
</CreateClientAltId>