CreateClientAddress
The CreateClientAddress business rule provides the capability to link an address record created by the <Address> element of an activity to one or more clients.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<CreateClientAddress> |
|
Optional: Opening Tag |
|
<ClientGUID> |
|
Required: Identifies a specific client to receive the address. Mutually exclusive with ClientGUIDArray. |
A field or math variable containing a ClientGUID. |
<ClientGUIDArray> |
|
Required: Identifies a specific client to receive the address. Mutually exclusive with ClientGUID. |
A math variable array containing ClientGUID(s). |
XML Example
<CreateClientAddress>
<ClientGUID>SomeField</ClientGUID>
</CreateClientAddress>
Or
<CreateClientAddress>
<ClientGUIDArray>SomeArray</ClientGUIDarray>
</CreateClientAddress>