 |
JournalEntryAutomaticallyReverseReason Property |
The reason for reversal. 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: 2020.1.0.523
Syntaxpublic string AutomaticallyReverseReason { get; set; }
Public Property AutomaticallyReverseReason As String
Get
Set
Dim instance As JournalEntry
Dim value As String
value = instance.AutomaticallyReverseReason
instance.AutomaticallyReverseReason = value
Property Value
Type:
String
AutomaticallyReverseReason As String.
Remarks Note |
---|
- Name - AutomaticallyReverseReason
- Length - -1
- Required On Insert - False
- Required On Update - False
|
See Also