Use the following guidelines when defining a Portal Infranet
application-specific business object:
- The POID attribute of an object must be the first attribute in
the object definition.
- Any other ID attribute of an object should follow in the object
definition.
- Any key or foreign key attributes should follow next.
- The remaining attributes, except for referenced and contained
objects, should follow the key attributes, sorted logically.
- All referenced objects (those with cardinality 1) or contained
objects (those with cardinality n) should follow next.
- The last attribute must be the ObjectEventId.
