AxInternalBase.axVendAccount Method [AX 2012]

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

Syntax

protected VendAccount axVendAccount(str _vendAccount)

Run On

Called

Parameters

  • _vendAccount
    Type: str
    The value of the customer account identification that is to be converted.

Return Value

Type: VendAccount Extended Data Type
The converted value.

Remarks

The axVendAccount 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