Share via


RetailConnDataDirectorClient.getStringValueNo Method [AX 2012]

Gets the string value number of the field of specified index.

Syntax

public str getStringValueNo(int _index, int _type)

Run On

Called

Parameters

  • _index
    Type: int
    The field index value.
  • _type
    Type: int
    The data type of the field.

Return Value

Type: str
The retrieved string value.

See Also

Reference

RetailConnDataDirectorClient Class