Share via


LedgerTransferOpening.createTask Method [AX 2012]

Creates a LedgerTransferOpening object for use in a batch task.

Syntax

private LedgerTransferOpening createTask(
    LedgerTransferOpeningProcessState _procesState, 
   [LedgerTransferOpeningType _ledgerTransferOpeningType, 
    int _sequence])

Run On

Called

Parameters

  • _sequence
    Type: int
    The sequence; optional.

Return Value

Type: LedgerTransferOpening Class
A LedgerTransferOpening object for use in a batch task.

Remarks

The process state is required and defines the task.

The ledger transfer opening type is required for some process states and optional for others.

The sequence is use when multiple batch tasks are created to run in parallel.

See Also

Reference

LedgerTransferOpening Class