Share via


TaxReimbursementSlipDP_HU.splitID Method [AX 2012]

Splits the each character of the source ID into a map.

Syntax

private void splitID(
    str _sourceID, 
    Map _idMap, 
    int _numberOfChar)

Run On

Server

Parameters

  • _sourceID
    Type: str
    The source ID to split.
  • _idMap
    Type: Map Class
    The map to hold each character of the source ID.
  • _numberOfChar
    Type: int
    The number of the character of THE source ID.

See Also

Reference

TaxReimbursementSlipDP_HU Class