DynamicsAxService Class

The DynamicsAxService WCF Web service enables the calling application to add, update, and delete finance related data of students and staff in CampusNexus Student database.
Inheritance Hierarchy
SystemObject
  ServiceBase
    Cmc.CampusLink.Wcf.AccountsDynamicsAxService

Namespace:  Cmc.CampusLink.Wcf.Accounts
Assembly:  Cmc.CampusLink.Wcf (in Cmc.CampusLink.Wcf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public class DynamicsAxService : ServiceBase, 
	IDynamicsAxService

The DynamicsAxService type exposes the following members.

Methods
NameDescription
Public methodAddUpdateBankInfo
This method enables the calling application to add or update bank and bank account information of campuses that are associated with the same legal entity in the CampusNexus Student database.
Public methodAddUpdateFundSource
This method enables the calling application to add or update Fund Source information in the CampusNexus Student database.
Public methodAddUpdateFundSourceCampus
This method enables the calling application to associate or update the association of a Fund Source with Campus(es) in the CampusNexus Student database.
Public methodDeleteBankAccount
This method enables the calling application to delete the bank account details of campuses that are associated with the same legal entity in the CampusNexus Student database.
Public methodDeleteFundSource
This method enables the calling application to delete a Fund Source record from the CampusNexus Student database.
Public methodDeleteFundSourceCampus
This method enables the calling application to remove the association of a Fund Source from a Campus in the CampusNexus Student database.
Public methodFWSAwardPayment
This method enables the calling application to add or update the FWS award payment details for a student in the CampusNexus Student database.
Public methodGetFWSAwardList
This method enables the calling application to get the details of Federal Work Study Awards for a student from CampusNexus Student database.
Public methodPostDeposit
This method enables the calling method to create a Deposit slip record and update the Deposit slip number for Payments, Disbursements, Subsidiary Payments, and Miscellaneous Receipts transactions in the CampusNexus Student database.
Public methodProcessStudentBankAccountInfo
This method enables the calling application to add, update, or delete Student payment details in the CampusNexus Student database.
Public methodProcessVoid
This method enables the calling application to void or reissue refund transactions for check and cash payment types in the CampusNexus Student database.
Public methodProcessVoidForSubsidiary
This method enables the calling application to void or reissue subsidiary refund transactions of payment type check and cash in the CampusNexus Student database.
Public methodSyncFacultyInfo
This method enables the calling application to add, update, or delete the staff details in the CampusNexus Student database.
Public methodUpdateCheck
This method enables the calling application to update the check number of a scheduled refund or stipend check transactions in the CampusNexus Student database.
Public methodUpdateCheckForSubsidiary
This method enables the calling application to update check number for scheduled subsidiary refund transactions of type check in the CampusNexus Student database.
Public methodUpdateFWSStatus
This method enables the calling application to verify whether the FWS award information for a student matches with the information present in the CampusNexus Student database.
Public methodUpdateGLStatusFlag
This method enables the calling application to update the GLStatusFlag value to True, to indicate that the status of the transaction is posted.
Public methodUpdateLedgerTransaction
This method enables the calling application to update the ledger transactions details of a student in the CampusNexus Student database.
Top
See Also