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
CalledParameters
- _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 ClassA LedgerTransferOpening object for use in a batch task.
Community Additions
ADD
Show: