ReleaseUpdateDB60_EcoRes.canUseCrossCompanyJoinBetweenTables Method [AX 2012]

Determines whether cross company can be used to join two tables.

protected boolean canUseCrossCompanyJoinBetweenTables(TableId _tableId_1, TableId _tableId_2)

Run On

Server

Parameters

_tableId_1
Type: TableId Extended Data Type
A table ID for the first table.
_tableId_2
Type: TableId Extended Data Type
A table ID for the second table.

Return Value

Type: boolean
true if the tables can be joined with cross company; otherwise, false.

Community Additions

ADD
Show: