AxdBaseCreate.findTableId Method [AX 2012]

Finds the table ID that corresponds to the data source name read from the XML string.

Syntax

protected TableId findTableId(str _dataSourceNameInXml, str _entityInstanceTypeNameInXml)

Run On

Server

Parameters

  • _dataSourceNameInXml
    Type: str
    The data source name read from the XML string.
  • _entityInstanceTypeNameInXml
    Type: str

Return Value

Type: TableId Extended Data Type
The table ID that corresponds to the data source name.

Remarks

This protected method is internal to the AxdBaseCreate Class.

See Also

Reference

AxdBaseCreate Class