BusinessObjectMetadata

BusinessObjectMetadata

Business object meta data.
You should never instantiate this class directly but rather use it from the metadata variable of your BusinessObject instances.

Constructor

new BusinessObjectMetadata(name, instanceopt)

Description:
  • Constructor
Source:
Parameters:
Name Type Attributes Description
name string Business object name
instance string <optional>
Business object instance name, defaults to js_<object name>

Members

fields :array

Description:
  • Fields definitions
Source:
Fields definitions
Type:
  • array

help :string

Description:
  • Help
Source:
Help
Type:
  • string

id :string

Description:
  • ID
Source:
ID
Type:
  • string

instance :string

Description:
  • Instance name
Source:
Instance name
Type:
  • string

label :string

Description:
  • Display label
Source:
Display label
Type:
  • string
Description:
  • Links definitions
Source:
Links definitions
Type:
  • array

name :string

Description:
  • Name
Source:
Name
Type:
  • string

rowidfield :string

Description:
  • Row ID field name
Source:
Row ID field name
Type:
  • string