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 | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
|
<CreateClientAltId> |
The opening and closing tags of this rule. |
|||
|
<ClientAltId> |
<CreateClientAltId> |
Defines the client for which an alternate name is added. |
||
| CLIENTGUID | The clientGUID of the client for adding an alternate name | |||
|
<Fields> |
<ClientAltId> |
Allows configuration of dynamic fields. |
||
|
<Field> |
<Fields> | Repeatable element:
The opening and closing tag that encompasses <From> and <To> elements. |
||
|
<From> |
<Field> |
Name of the Math Variable or activity field from which data is copied. Required
element value:
|
||
|
<To> |
<Field> |
Name of the address field to which data is copied. Required
element value:
|
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>