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.
Syntax
private void insertBudgetLine(
ProjBudget _projBudget,
CategoryId _categoryId,
ProjTransType _transType,
ProjBudgetLineType _lineType,
AmountCur _amount,
[ProjId _projId,
ProjActivityNumber _activityNumber])
Run On
Server
Parameters
- _projBudget
Type: ProjBudget Table
- _categoryId
Type: CategoryId Extended Data Type
- _transType
Type: ProjTransType Enumeration
- _lineType
Type: ProjBudgetLineType Enumeration
- _amount
Type: AmountCur Extended Data Type
- _projId
Type: ProjId Extended Data Type
- _activityNumber
Type: ProjActivityNumber Extended Data Type