INFOR.DATAOBJECTID

This function shows the data object id of the data object for the record. The functions and parameters are case-insensitive. The default result set column name is infor.DataObjectId. You can specify an alias to override the default result set column name.

Syntax

select infor.dataobjectid('object') from object

The parameter is the object name. Use single quotes around the object name because it is a literal for the function. Use the object name as a parameter if the query contains joins to select the DataObjectId from a specific object name.

Syntax

select infor.dataobjectid() from object

The object name is optional if the query selects data from a single object.