 |
SendInvoiceToItemV1AccountLookupCode Property |
Ignored if InvoiceGrouping is ExistingInvoice. Required for certain values of InvoiceToType.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic string AccountLookupCode { get; set; }
Public Property AccountLookupCode As String
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As String
value = instance.AccountLookupCode
instance.AccountLookupCode = value
Property Value
Type:
String
AccountLookupCode As String.
Remarks Note |
---|
- Name - AccountLookupCode
- Length - -1
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also