The name of a top-level JText meta-object has three components,
as illustrated by the name of the default top-level meta-object,
MO_JTextConnector_Default. The components of a top-level
JText meta-object name are as follows:
- MO_ is a prefix that indicates a meta-object.
- ConnectorInstanceName_ specifies the name of the
connector instance, such as JText. This name is configurable to
support the use of multiple connector instances. For example, a
connector named JText2 might have a meta-object named
MO_JText2Connector_Default.
- Default specifies the name of the associated business
object. To create a meta-object for a specific business object,
change the string Default to the name of the
business object, as in MO_JTextConnector_Customer for a
business object named Customer. You can include additional
components and underscores in the meta-object name. For example,
the Oracle_Customer business object would be associated with the
MO_JTextConnector_Oracle_Customer meta-object. The
connector uses default meta-objects whenever corresponding business
object-specific meta-objects do not exist.
For information on creating meta-objects for a specific business
object, see "Creating a JText
meta-object for a specific business object".
