Batch


Description

A batch within Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

BatchKey

N/A

N/A

The batch key object that uniquely identifies the batch. This property is read-only.

NumberOfTransactions

int

N/A

N/A

The number of transactions in the batch. This property is read-only.

Frequency

PostingFrequency

N/A

From Microsoft Dynamics GP setup

The posting frequency of the batch.

RecurringLastPostedDate

dateTime

N/A

Empty

The last date a recurring batch was posted. Only applies if frequency is not Single. This property is read-only.

NumberOfPostings

int

N/A

N/A

The number of times the recurring batch has been posted. Only applies if the frequency is not Single. This property is read-only.

Comment

string

60

Empty

A description of the batch. This property is read-only.

Total

MoneyAmount

N/A

N/A

The absolute value of all debits and credits in the batch. This property is read-only.

CurrencyKey

CurrencyKey

N/A

N/A

The currency key object that uniquely identifies the ISO code used for the cash receipt. This property is read-only.

ControlNumberOfTransactions

int

N/A

N/A

The number of transactions that should be in the batch. This property is read-only.

ControlTotal

MoneyAmount

N/A

N/A

The desired amount of transactions, debits and credits within the batch. This property is read-only.

GeneralLedgerPostedDate

dateTime

N/A

Empty

The general ledger posting date for the batch. This property is read-only.

BankAccountKey

BankAccountKey

N/A

N/A

The bank account key object that uniquely identifies the bank account for the batch. This property is read-only.

WorkflowPriority

WorkflowPriority

N/A

N/A

The priority of the batch in the workflow. This property is read-only.

Workflows

ArrayOfWorkflow

N/A

N/A

The collection of workflow objects for the batch.


Inherits from

BusinessObject


Documentation Feedback