AxdHcmJobPosting.findCorrespondingAxBC Method [AX 2012]
Finds the AxBC class that is used for the specified table in the document service.
Syntax
public int findCorrespondingAxBC([TableId _tableId])
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the table for which to find the AxBC class.
Return Value
Type: int
The class ID of the AxBC class that is used for the specified table in the current document service.
Remarks
If a specific AxBC class does not exist for the specified table, the ID of the generic AxBC class, a AxCommon record, will be returned.