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 list of all the fields in the InventDim table.
Syntax
protected str dbInventDimFieldNamesLocSite(
[str _alias,
TableId _tableId,
str _joinAlias,
boolean _applyToSite,
boolean _applyToLocation])
Run On
Server
Parameters
- _alias
Type: str
A table buffer to be set in front of the InventDim fields.
- _tableId
Type: TableId Extended Data Type
The tableid of the _alias.
- _joinAlias
Type: str
A joined table buffer.
- _applyToSite
Type: boolean
A boolean specifying whether to apply the _joinAlias to the InventSiteId field.
- _applyToLocation
Type: boolean
A boolean specifying whether to apply the _joinAlias to the InventLocationId field.
Return Value
Type: str
A SQL string.