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.
Indicates whether two tables are shared together.
Syntax
server public static 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.