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 except for the ones marked in the InventDimParm table buffer in the case when InventDim table is joined to another table.
Syntax
protected str insertIntoInventDimSelectAndBlank(
TableId _tableId,
str _joinAlias,
InventDimParm _inventDimParmBlank)
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.
- _inventDimParmBlank
Type: InventDimParm Table
An InventDimParm table buffer.
Return Value
Type: str
A SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer in the case when InventDim table is joined to another table.