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.
Creates a SQL string to select field values from the InventDim table in the case when InventDim table is joined to another table.
Syntax
protected str insertIntoInventDimSelect(TableId _tableId, str _joinAlias)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
A table number.
- _joinAlias
Type: str
An alias to be used for the InventDim table.
Return Value
Type: str
A SQL string to select field values from the InventDim table in the case when InventDim table is joined to another table.