 |
JournalEntryAutomaticallyReverseAccountingMonth Property |
The reveral accounting month. If AutomaticallyReverse is false, ignored and defailted to blank.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic string AutomaticallyReverseAccountingMonth { get; set; }
Public Property AutomaticallyReverseAccountingMonth As String
Get
Set
Dim instance As JournalEntry
Dim value As String
value = instance.AutomaticallyReverseAccountingMonth
instance.AutomaticallyReverseAccountingMonth = value
Property Value
Type:
String
AutomaticallyReverseAccountingMonth As Accounting Month.
Remarks Note |
---|
- Name - AutomaticallyReverseAccountingMonth
|
See Also