Adds a profit center.
| Visual Basic |
|---|
Public Function AddProfitCenter( _
   ByVal pIProfitCenter As ProfitCenter _
) As ProfitCenterParams |
- pIProfitCenter
- The data for the new profit center.
Contains the key (PrcCode) of the new profit center.
When you add a profit center, a distribution rule is automatically created with the same name and one line. The rule distributes the cost or expense 100 percent to the profit center, and the rule cannot be changed.
| Adding a profit center (Visual Basic) | Copy Code | |
|---|---|---|
| ||