UpdateGLStatusInMsg Class

This class comprises a single in-message to update the value of GLStatusFlag.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsUpdateGLStatusInMsg

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

Syntax
C#
[SerializableAttribute]
public class UpdateGLStatusInMsg : GenericInMsg

The UpdateGLStatusInMsg type exposes the following members.

Properties
NameDescription
Public propertyIsPosted
Indicates whether the transaction is posted in the calling application. This value is mandatory.

You can specify one of the following values:

  • True: Indicates that the transaction is posted in the calling application.
  • False: Indicates that the transaction is not posted in the calling application.

Database Information:

  • Table name - SaTrans
  • Column name - GlStatusFlag
  • Table name - SaStudSubsidiaryTrans
  • Column name - GlStatusFlag
  • Table name - SaMiscCash
  • Column name - GlStatusFlag
Public propertyTransactionBatchNoInMsgs
Indicates the type of transaction for which the GLStatusFlag is set as posted.
Top
See Also