Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BusinessObjectEntry
Anchor
BusinessObjectEntry
BusinessObjectEntry

Also see: Business Objects

Property

Type

Required

Default

Purpose

businessObjectClass

Class

Y

 

The business object class which this BusinessObjectEntry definition represents.

attributes

List<#AttributeDefinition>

Y

 

List of attributes defined for this business object. Each entry is an AttributeDefinition which defines the properties for a single property on this business object.

relationships

List<#RelationshipDefinition>

N

 

Relationships between this and other business objects which are not mapped at the database mapping level.

inquiryDefinition

#InquiryDefinition

N

null

See related section

lookupDefinition

#LookupDefinition

N

null

See related section

titleAttribute

String

Y

 

Note use for drilldown from lookup.

objectLabel

String

 

 

Unsure where used - collections?

objectDescription

String

N

 

only used for no-longer-used help text

boNotesEnabled

boolean

N

false

Whether this BO can accept attached note records.

helpDefinition

#HelpDefinition

N

null

Defines the system parameter to get the URL for the help for this business object. Not Currently used.

...