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

  • _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.

See Also

Reference

InventSiteActivateUpdRule Class