 |
BrokerLookupCode Property |
If blank on insert, defaults similar to Epic. If a unique value cannot be defaulted an error will display.
Created in Epic SDK V6.0.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Account.Broker
Assembly:
ASI.TAM.API.Data.UI.Account.Broker (in ASI.TAM.API.Data.UI.Account.Broker.dll) Version: 2021.1.0.1
Syntaxpublic string LookupCode { get; set; }
Public Property LookupCode As String
Get
Set
Dim instance As Broker
Dim value As String
value = instance.LookupCode
instance.LookupCode = value
Property Value
Type:
String
LookupCode As String.
Remarks Note |
---|
- Name - LookupCode
- Length - 10
- Required On Insert - False
- Required On Update - True
|
See Also