 |
BillingV1AgencyCode Property |
On Insert, if attach to type is policy or line, then AgencyCode is ignored and defaulted. If transaction is account type, then agency code is required. If account type is client, then use lookup AgencyForNonClient. If account type is non-client, then use lookup AgencyForNonClient. AgencyCode cannot be changed during update. If not all structure values not defaulted, then required.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic string AgencyCode { get; set; }
Public Property AgencyCode As String
Get
Set
Dim instance As BillingV1
Dim value As String
value = instance.AgencyCode
instance.AgencyCode = value
Property Value
Type:
String
AgencyCode As String.
Remarks Note |
---|
- Name - AgencyCode
- Lookup - AgencyForClientID
- Auto Validated - True
- Ignored On Update - True
|
See Also