Using a custom XML structure in the UserArea
If your custom data is too complex to fit in the
standardProperty
structure, you must use a custom XML structure.
By default, the UserArea
elements in BODs are of type
'AnyType', because they can contain any data: standard properties, your custom
structure, or anything else. In these situations, you must define an XSD in the Data
Catalog:
- To select your properties in ION Connect, in content-based routing or filtering.
- To select your properties in an event monitor or an activation policy.
After adding your XSD to the Data Catalog as described later, your custom elements are displayed in the attribute selection windows in ION.
For example, assume you must add this custom data in the BOD UserArea:
<UserArea>
<AcmeCustomContacts>
<Contact>
<Name>Someone</Name>
<Email>someone@acme.com</Email>
</Contact >
<Contact>
<Name>Someone Else</Name>
<Email>someone.else@somewhere.com</Email>
</Contact >
</AcmeCustomContacts >
</UserArea>
In this case, you must complete these steps:
Note: For details about the pages, see the
Infor ION User Guide.