With this function, you can calculate the end date of a job planning line.
procedure CalculateJobPlanningLineEndDate(pClientGuid: Guid;
pPlanningDate:Date; pQuantityBase: Decimal; pResourceNo: Code[20]) EndDate: Date
| Data type | Description | |
Parameter: pClientGuid | Guid |
This value is used for the global identification of VJS Control-AddIn on a page. |
| pPlanningDate | Date | Planning date used for the calculation. |
| pQuantityBase | Decimal | Quantity in the Base Unit of Measure for the chosen resource. |
| pResourceNo | Code[20] | The resource number to use in the calculation. |
| EndDate | Date | Calculated end date of job planning line. |
Comments
0 comments
Please sign in to leave a comment.