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.

CreateClientAddress: Elements And attributes
Element/Tag Attributes Parent Element Description Element/Attribute Values

<CreateClientAddress>

 

 

Optional:

Opening Tag

 

<ClientGUID>

 

<CreateClientAddress>

Required:

Identifies a specific client to receive the address. Mutually exclusive with ClientGUIDArray.

A field or math variable containing a ClientGUID.

<ClientGUIDArray>

 

<CreateClientAddress>

Required:

Identifies a specific client to receive the address. Mutually exclusive with ClientGUID.

A math variable array containing ClientGUID(s).

XML Schema

<CreateClientAddress>
<ClientGUID>SomeField</ClientGUID>
</CreateClientAddress>

Or

<CreateClientAddress>
<ClientGUIDArray>SomeArray</ClientGUIDarray>
</CreateClientAddress>

 

XML Example

<CreateClientAddress>
<ClientGUID>ClientGUIDMV</ClientGUID>
</CreateClientAddress>