VB Validation on Position Working Hours and Frequency
Summary:
Requirement is to validate:
- Working hours on position pages and raise error if value entered is not between 0 to 40 hours
- Working Hours Frequency on position pages and raise error if value selected is not weekly.
Content (please ensure you mask any confidential information):
In Request a New Position, both the Working Hours and Working Hours Frequency error does not trigger
In Request a Position change, the Working Hours error is triggering but not the Working Hours Frequency
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
function runCondition(context) { const { $fields, $value, $numberValue } = context;
Tagged:
0