 |
ProducerBrokerCommissionItemShareRevenueBranchCode Property |
If Share Revenue is enabled, than required for share revenue employees. Ignored otherwise. If Share Revenue for producers is not enabled, then must be blank. Refer to the ShareRevenueIsEnabledSystemSetting lookup.
Created in Epic SDK 2017.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string ShareRevenueBranchCode { get; set; }
Public Property ShareRevenueBranchCode As String
Get
Set
Dim instance As ProducerBrokerCommissionItem
Dim value As String
value = instance.ShareRevenueBranchCode
instance.ShareRevenueBranchCode = value
Property Value
Type:
String
ShareRevenueBranchCode As String.
Remarks Note |
---|
- Name - ShareRevenueBranchCode
- Lookup - EmployeeShareRevenueBranchFromLine
- Auto Validated - True
|
See Also