UpdateGLStatusInMsgIsPosted Property

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

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#
public bool IsPosted { get; set; }

Property Value

Type: Boolean
See Also