 |
JournalEntryAutomaticallyReverseDetails Property |
The details of the 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: 2021.2.0.769
Syntaxpublic string AutomaticallyReverseDetails { get; set; }
Public Property AutomaticallyReverseDetails As String
Get
Set
Dim instance As JournalEntry
Dim value As String
value = instance.AutomaticallyReverseDetails
instance.AutomaticallyReverseDetails = value
Property Value
Type:
String
AutomaticallyReverseDetails As String.
Remarks Note |
---|
- Name - AutomaticallyReverseDetails
- Length - 255
- Required On Insert - False
- Required On Update - False
|
See Also