Share via


ReleaseUpdateDB60_EcoRes::areTablesSharedTogether Method [AX 2012]

Indicates whether two tables are shared together.

Syntax

server public static boolean areTablesSharedTogether(
    TableId _table1, 
    TableId _table2, 
   [boolean _showError])

Run On

Server

Parameters

  • _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.

See Also

Reference

ReleaseUpdateDB60_EcoRes Class