Share via


VendOutPaymRecord_DKUni.processTypeA Method [AX 2012]

This method formats the string to keep the following characters in the string ABCDEFGHIJKLNMOPQRSTUVWXYZÅÆØ.

Syntax

protected str processTypeA(str _input, int _length)

Run On

Server

Parameters

  • _input
    Type: str
    The input string.
  • _length
    Type: int
    The length at the placeholder.

Return Value

Type: str
The processed string.

See Also

Reference

VendOutPaymRecord_DKUni Class