ClientAddressTypes

The ClientAddressTypes business rule provides a method to restrict the display of address types on the Address screen, based upon the client type selected.

If this rule is not configured, all address types that are applicable for the CountryCode specified in the corresponding AddressScreen business rule will be displayed for all client types.

If this rule is configured, but a given client type is not referenced in the configuration, then all address types that are applicable for the CountryCode specified in the corresponding AddressScreen business rule will be displayed for that client type.

ClientAddressTypes Elements/Attributes
Element/Tag Attribute Definition Element/Attribute Value and Description

<ClientAddressTypes>

 

 

 

<ClientAddressType>

 

Repeatable Element:  

Controls display of the address types that display on the Address screen based on the specified client type.

An address role type defined in the AsCodeAddressRole code name.

 

CLIENTTYPECODE

 

A TypeCode defined in the AsCodeClientType code name.

XML Example

<ClientAddressTypes>
<ClientAddressType CLIENTTYPECODE="02">01</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">02</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">03</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">04</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">05</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">07</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="02">09</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">01</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">04</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">05</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">06</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">08</ClientAddressType>
<ClientAddressType CLIENTTYPECODE="20">10</ClientAddressType>
</ClientAddressTypes>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us