PostCampusVueTransactionsToDynamicsAxInMsg Class

This class implements a single message for PostCampusVueTransactionsToDynamicsAx .This class sets the filter criteria to release the transactions to CNF.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsPostCampusVueTransactionsToDynamicsAxInMsg

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 PostCampusVueTransactionsToDynamicsAxInMsg : GenericInMsg

The PostCampusVueTransactionsToDynamicsAxInMsg type exposes the following members.

Fields
NameDescription
Public fieldCampusGroupId
The Campus Group Id based on which the transactions are released.

Database Information:

  • Table name - SyCampusGrp
  • Column name - SyCampusGrpId
Public fieldCampusId
The Campus Id based on which the transactions are released.

Database Information:

  • Table name - SyCampus
  • Column name - SyCampusId
Public fieldClientDomain
The domain name of the computer where the CampusNexus Student client is installed and the Release to General Ledger process is initiated.

Database Information:

  • Table name - SaDynamicsProcessLog
  • Column name - Domain
Public fieldClientUserName
The user name used to log on to the CampusNexus Student client where the Release to General Ledger process is initiated.

Database Information:

  • Table name - SaDynamicsProcessLog
  • Column name - WindowsUser
Public fieldClientWorkstation
The name of the computer where the CampusNexus Student client is installed and the Release to General Ledger process is initiated.

Database Information:

  • Table name - SaDynamicsProcessLog
  • Column name - Workstation
Public fieldComments
The reason to update the transaction.

Database Information:

  • Table name - SaTransAdjust
  • Column name - Comment
  • Table name - SaStudSubsidiaryAdjust
  • Column name - Comment
Public fieldHighSelectionDate
The highest date selected in the date range that is used for releasing the transaction. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - Date
  • Table name - SaMiscCash
  • Column name - Date
  • Table name - SaStudSubsidiaryTrans
  • Column name - Date
Public fieldIsUpdate
This flag indicates whether the transaction has to be updated. This field is mandatory

You can specify one of the following values:

  • True: Indicates the transaction has to be updated.
  • False: Indicates the operation is a normal Release to General Ledger transaction.
Public fieldLowSelectionDate
The lowest date selected in the date range that is used for releasing the transaction. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - Date
  • Table name - SaMiscCash
  • Column name - Date
  • Table name - SaStudSubsidiaryTrans
  • Column name - Date
Public fieldOverrideSuspendFlag
Override the Automated processing suspend flag for CampusVantage. This is normally passed as False, but can be set to True by the CampusVue Client
Public fieldSaCampusVantageProcessLogId
The domain name of the computer where the CampusNexus Student client is installed and the Release to General Ledger process is initiated.

Database Information:

  • Table name - SaDynamicsProcessLog
  • Column name - Domain
Public fieldTransactionTypes
The transaction type to be processed.

You can specify the following values separated by a comma:

  • RevenueRecognition
  • Banking
  • Miscellaneous receipt
  • Subsidiary charge
  • Subsidiary payment
  • Stipend
  • Refund
  • Disbursement.
  • Charge
  • Payment
Public fieldTransId
The highest date selected in the date range that is used for releasing the transaction. This value is mandatory.

Database Information:

  • Table name - SaTrans
  • Column name - SaTransId
  • Table name - SaMiscCash
  • Column name - SaMiscCashId
  • Table name - SaStudSubsidiaryTrans
  • Column name - SaStudSubsidiaryTransId
Top
See Also