PostCampusVueTransactionsToDynamicsAxOutMsg Class

This class comprises a single out-message with information of posting the CampusNexus student transactions to the external application
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsPostCampusVueTransactionsToDynamicsAxOutMsg

Namespace:  Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitions
Assembly:  Cmc.CampusVantage.BusinessProcesses (in Cmc.CampusVantage.BusinessProcesses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public class PostCampusVueTransactionsToDynamicsAxOutMsg : GenericOutMsg

The PostCampusVueTransactionsToDynamicsAxOutMsg type exposes the following members.

Properties
NameDescription
Public propertyBankDepositTransactionCount
This parameter is currently not being used
Public propertyCampusId
The Campus Id based on which the transactions are released.

Database Information:

  • Table name - SyCampus
  • Column name - SyCampusId
Public propertyMainLedgerExceptionCount
The count of Main Ledger transactions that encountered exceptions during the Release to General Ledger process.
Public propertyMainLedgerTransactionCount
The count of Main Ledger transactions that have to be processed for the Release to General Ledger process.
Public propertyMainLedgerTransactionsProcessed
The count of Main Ledger transactions successfully processed through the Release to General Ledger process.
Public propertyMiscCashExceptionCount
The count of Miscellaneous Receipts transactions that encountered exception during the Release to General Ledger process.
Public propertyMiscCashTransactionCount
The count of Miscellaneous Receipts transactions that have to be processed for the Release to General Ledger process.
Public propertyMiscCashTransactionsProcessed
The count of Miscellaneous Receipts transactions successfully processed through the Release to General Ledger process.
Public propertyRevenueLedgerExceptionCount
The count of Revenue Ledger transactions that encountered exception during the Release to General Ledger process.
Public propertyRevenueLedgerTransactionCount
The count of Revenue Ledger transactions that have to be processed for the Release to General Ledger process.
Public propertyRevenueLedgerTransactionsProcessed
The count of Revenue Ledger transactions successfully processed through the Release to General Ledger process.
Public propertySaCampusVantageProcessLogId
The record Id created for every Release to General Ledger process.

Database Information:

  • Table name - SaDynamicsProcessLog
  • Column name - SaDynamicsProcessLogId
Public propertySubsidiaryLedgerExceptionCount
The count of Subsidiary Ledger transactions that encountered exception during the Release to General Ledger process.
Public propertySubsidiaryLedgerTransactionCount
The count of Subsidiary Ledger transactions that have to be processed for the Release to General Ledger process.
Public propertySubsidiaryLedgerTransactionsProcessed
The count of Subsidiary Ledger transactions that are successfully processed through the Release to General Ledger process.
Top
Remarks
See Also