Class PostTransactionsToDynamicsResponse
Represents the response for the PostTransactionsToDynamics method.
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostTransactionsToDynamicsResponse : ServiceResponse
Constructors
PostTransactionsToDynamicsResponse()
Declaration
public PostTransactionsToDynamicsResponse()
Properties
MainLedgerExceptionCount
The count of Main Ledger transactions that encountered exceptions during the Release to General Ledger process.
Declaration
public int MainLedgerExceptionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MainLedgerTransactionCount
The count of Main Ledger transactions that have to be processed for the Release to General Ledger process.
Declaration
public int MainLedgerTransactionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MainLedgerTransactionsProcessed
The count of Main Ledger transactions successfully processed through the Release to General Ledger process.
Declaration
public int MainLedgerTransactionsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MiscellaneousExceptionCount
The count of Miscellaneous Receipts transactions that encountered exception during the Release to General Ledger process.
Declaration
public int MiscellaneousExceptionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MiscellaneousTransactionCount
The count of Miscellaneous Receipts transactions that have to be processed for the Release to General Ledger process.
Declaration
public int MiscellaneousTransactionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MiscellaneousTransactionsProcessed
The count of Miscellaneous Receipts transactions successfully processed through the Release to General Ledger process.
Declaration
public int MiscellaneousTransactionsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessLogIdentifier
The record Id created for every Release to General Ledger process.
Database Information:
- Table nameSaDynamicsProcessLog
- Column nameSaDynamicsProcessLogId
Declaration
public string ProcessLogIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RevenueLedgerExceptionCount
The count of Revenue Ledger transactions that encountered exception during the Release to General Ledger process.
Declaration
public int RevenueLedgerExceptionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RevenueLedgerTransactionCount
The count of Revenue Ledger transactions that have to be processed for the Release to General Ledger process.
Declaration
public int RevenueLedgerTransactionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RevenueLedgerTransactionsProcessed
The count of Revenue Ledger transactions successfully processed through the Release to General Ledger process.
Declaration
public int RevenueLedgerTransactionsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubsidiaryLedgerExceptionCount
The count of Subsidiary Ledger transactions that encountered exception during the Release to General Ledger process.
Declaration
public int SubsidiaryLedgerExceptionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubsidiaryLedgerTransactionCount
The count of Subsidiary Ledger transactions that have to be processed for the Release to General Ledger process.
Declaration
public int SubsidiaryLedgerTransactionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubsidiaryLedgerTransactionsProcessed
The count of Subsidiary Ledger transactions that are successfully processed through the Release to General Ledger process.
Declaration
public int SubsidiaryLedgerTransactionsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |