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, custom structures, or other elements. In these cases, you must define an XSD in the Data Catalog:
- To select your properties in ION Connect for content-based routing or filtering.
- To select your properties in an event monitor or an activation policy.
After you add the XSD to the Data Catalog, 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:
For further details, see the Infor OS User and Administration Library (Cloud) and select
.