LedgerTransferOpening.createTask Method [AX 2012]

Creates a LedgerTransferOpening object for use in a batch task.

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

Run On

Called

Parameters

_procesState
Type: LedgerTransferOpeningProcessState Enumeration
The process state.
_ledgerTransferOpeningType
Type: LedgerTransferOpeningType Enumeration
The ledger transfer opening type; optional.
_sequence
Type: int
The sequence; optional.

Return Value

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

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.

Community Additions

ADD
Show: