 |
SplitReceivableItemInvoiceMessage Property |
Invoice Message
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2020.1.0.1
Syntaxpublic string InvoiceMessage { get; set; }
Public Property InvoiceMessage As String
Get
Set
Dim instance As SplitReceivableItem
Dim value As String
value = instance.InvoiceMessage
instance.InvoiceMessage = value
Property Value
Type:
String
InvoiceMessage As String.
Remarks If Generate Invoice is false, then ignored and set to blank. Use Get_Lookup with type MessageGallery to mimic the functionality of the 'Select Message' link in Epic.
Note |
---|
- Name - InvoiceMessage
- Length - 255
- Required On Insert - False
- Required On Update - False
|
See Also