 |
JournalEntryAutomaticallyReverseReferNumber Property |
The refer number for 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 AutomaticallyReverseReferNumber { get; set; }
Public Property AutomaticallyReverseReferNumber As String
Get
Set
Dim instance As JournalEntry
Dim value As String
value = instance.AutomaticallyReverseReferNumber
instance.AutomaticallyReverseReferNumber = value
Property Value
Type:
String
AutomaticallyReverseReferNumber As String.
Remarks Note |
---|
- Name - AutomaticallyReverseReferNumber
- Length - -1
- Required On Insert - False
- Required On Update - False
|
See Also