AxInternalBase.axDlvModeId Method [AX 2012]

Converts a value that relates to delivery mode identification by using the map policy that is passed to the AxBC table class.

Syntax

protected str axDlvModeId(str _dlvModeId)

Run On

Called

Parameters

  • _dlvModeId
    Type: str
    The value of the delivery mode identification that is to be converted.

Return Value

Type: str
The converted value.

Remarks

The axDlvModeId method is only used internally in the AxBC table classes.

The map policy is set up in the value mapping form.

See Also

Reference

AxInternalBase Class