| GetProfitCenter Method | |
| See Also |
- pIProfitCenterParams
The key of the profit center to retrieve.
Retrieves a profit center.
The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method.
| Visual Basic |
|---|
Public Function GetProfitCenter( _
ByVal pIProfitCenterParams As ProfitCenterParams _
) As ProfitCenter |
- pIProfitCenterParams
The key of the profit center to retrieve.
The profit center with the specified key.