Oracle Waveset 8.1.1 Deployment Guide

Mapping Resource Attributes to Standard Account Attributes

To map incoming resource attributes to one of the standard Waveset account attributes, use the syntax shown in the following example.


Example 10–3 Mapping a Resource Attribute


"<AccountAttributeTypes>\n"+ <AccountAttributeType name=’accountId’ mapName=’change-value-here’
mapType=’string’ required=’true’>\n"+ "<AttributeDefinitionRef>\nt"+  <ObjectRef type=’AttributeDefinition’
name=’accountId’/>\n"+ "</AttributeDefinitionRef>\n"+ "</AccountAttributeType>\n"+
 "</AccountAttributeTypes>\n"+

Where:

Table 10–13 <AttributeDefinitionRef> Element Fields

Element Field  

Description  

name

Identifies the Waveset account attribute to which the resource attribute is being mapped. (The left column on the resource schema page in the Waveset User Interface.) 

mapName

Identifies the name of the incoming resource attribute. When editing the skeleton file, replace change-value-here with the resource attribute name.

mapType

Identifies the incoming attribute type, which can be string, int, or encrypted. 

For more information on mapping resource attributes to account attributes, see Map the Attributes.