Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the cost price for a combination of a data area, project, worker, category, and date.
Syntax
public CostPrice getCostPrice(
DataAreaId _projDataAreaId,
ProjId _projId,
TSWorker _worker,
CategoryId _categoryId,
ProjLinePropertyId _linePropertyId,
ProjTransDate _projTransDate)
Run On
Called
Parameters
- _projDataAreaId
Type: DataAreaId Extended Data Type
The data area to find the cost price for.
- _projId
Type: ProjId Extended Data Type
The project ID to find the cost price for.
- _worker
Type: TSWorker Extended Data Type
The worker ID to find the cost price for.
- _categoryId
Type: CategoryId Extended Data Type
The category ID to find the cost price for.
- _linePropertyId
Type: ProjLinePropertyId Extended Data Type
The line property ID to find the cost price for.
- _projTransDate
Type: ProjTransDate Extended Data Type
The date to find the cost price for.
Return Value
Type: CostPrice Extended Data Type
The cost price.