CustomTransactionsRecordTransaction Method

Adds a new transaction record.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract int RecordTransaction(
	Guid TransactionTypeGuid,
	Object TransactionData
)

Parameters

TransactionTypeGuid
Type: SystemGuid
The Guid of the transaction type.
TransactionData
Type: SystemObject
An object containing the transaction data.

Return Value

Type: Int32
The ID of the newly created transaction.