Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether cross company can be used to join two tables.
Syntax
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.