ReleaseUpdateDB60_EcoRes::areTablesSharedTogether Method [AX 2012]
Indicates whether two tables are shared together.
server public static boolean areTablesSharedTogether(
TableId _table1,
TableId _table2,
[boolean _showError])
Run On
ServerParameters
- _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.
Show: