Need to populate value of DFF automatically based upon validations configured in VBS.
Summary:
Hello Experts,
Below is the validation rule that is required on the DFF field for all assignment pages where those are editable.
The aim of the rule is to determine the maximum number of DFF (Actual Hrs) based on the Working hours. This is to be done by based upon below logic:
- It takes "Working hours" and adjusts them by about 11.11%. >> this is done by multiplying (40/36) to the working hours.
- The outcome is multiplied by 4 to help with the Ceil function >> multiply by 4
- It then rounds up the result to the nearest quarter (0.25) of an hour. >> this is done by using the Ceil function
0