InventSiteActivateUpdRule.dbInventDimBlankFields Method [AX 2012]
Creates a SQL string that contains a list of InventDim table fields that have blank values.
Syntax
public str dbInventDimBlankFields(FieldId _nonBlankFieldId, str _nonBlankValue)
Run On
Server
Parameters
- _nonBlankFieldId
Type: FieldId Extended Data Type
An ID of the InventDim table field that has non-blank value.
- _nonBlankValue
Type: str
A value of the InventDim table field that is non-blank.
Return Value
Type: str
A SQL string that has a list of InventDim table fiels that have blank values.