 |
BillingV1ProfitCenterCode Property |
On Insert, if attach to type is policy or line, type and no structure values are specified, then ProfitCenterCode is defaulted. If account type is client, then use lookup ProfitCenter. If account type is non-client, then use lookup ProfitCenterForNonClient. If not all structure values not defaulted, then required if attach to option is not account.
Created in Epic SDK V4.1.
Required
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 ProfitCenterCode { get; set; }
Public Property ProfitCenterCode As String
Get
Set
Dim instance As BillingV1
Dim value As String
value = instance.ProfitCenterCode
instance.ProfitCenterCode = value
Property Value
Type:
String
ProfitCenterCode As String.
Remarks Note |
---|
- Name - ProfitCenterCode
- Lookup - ProfitCenter
- Auto Validated - True
|
See Also