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.
Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers, except for fields set as true in the _inventDimParm parameter.
These fields will be compared against an empty value.
Syntax
protected str inventDim2InventDimJoinInventDimParm(
InventDimParm _inventDimParm,
str _firstAlias,
str _secondAlias)
Run On
Server
Parameters
- _inventDimParm
Type: InventDimParm Table
An InventDimParm table buffer specifying which fields should be compared against an empty value and which should be compared against the corresponding field.
- _firstAlias
Type: str
The name of the first table buffer.
- _secondAlias
Type: str
The name of the second table buffer.
Return Value
Type: str
Returns a SQL string.