Share via


NumberSeqScope::getFormatSegmentShortName Method [AX 2012]

Gets the short name for the specified format segment.

Syntax

client server public static str getFormatSegmentShortName(container _segment)

Run On

Called

Parameters

  • _segment
    Type: container
    A container that has the NumberSeqParameterType enumeration value that describes the parameter type and the value of the segment. The type of the value is specific to the parameter type.

Return Value

Type: str
The short name of the specified format segment.

Remarks

The value that is used for the specified parameter type is determined by the NumberSequenceParameterShortName map.

See Also

Reference

NumberSeqScope Class