ReleaseUpdateDB60_Invent.areTablesSharedTogether Method [AX 2012]

Tests whether two tables are shared together, for example, if the DataAreaId fields will have the same values for every company.

private boolean areTablesSharedTogether(
    TableId _table1, 
    TableId _table2, 
   [boolean _showError])

Run On

Server

Parameters

_table1
Type: TableId Extended Data Type
The ID of the first table.
_table2
Type: TableId Extended Data Type
The ID of the second table.
_showError
Type: boolean
A Boolean value that specifies whether an error message should be shown if tables are not shared together.

Return Value

Type: boolean
true if the tables are shared together; otherwise, false.

Community Additions

ADD
Show: