 |
SplitReceivableItemAccountLookupCode Property |
The current client account and also client accounts related to the current client account are also valid.
Created in Epic SDK 2018.
Sometimes Required
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: 2021.1.0.1
Syntaxpublic string AccountLookupCode { get; set; }
Public Property AccountLookupCode As String
Get
Set
Dim instance As SplitReceivableItem
Dim value As String
value = instance.AccountLookupCode
instance.AccountLookupCode = value
Property Value
Type:
String
AccountLookupCode As String.
Remarks If blank on insert, defaults to the current client account. Use Get_Client to obtain the relationship items with account type of 'CUST'.
Note |
---|
- Name - AccountLookupCode
- Length - -1
- Required On Insert - False
- Required On Update - True
|
See Also