 |
ClientClientLookupCode Property |
If blank on insert, defaults to a generated value based on the last name for individual clients or acccount name for business clients. Occassionally the defaulted name will be in use, in which case a unique one will need to be entered manually.
Created in Epic SDK V4.1.
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 ClientLookupCode { get; set; }
Public Property ClientLookupCode As String
Get
Set
Dim instance As Client
Dim value As String
value = instance.ClientLookupCode
instance.ClientLookupCode = value
Property Value
Type:
String
ClientLookupCode As String.
Remarks Note |
---|
- Name - ClientLookupCode
- Length - 10
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - True
|
See Also