How to Restrict Working Hours to Maximum 40 Using VBS in Change Working Hours Flow
Summary:
Hello Experts, I am working on the Change Working Hours transaction and need to restrict users from entering more than 40 hours in the Working Hours field. However, in Visual Builder Studio (VBS), there are many attributes available and I am not sure which one is the correct field to validate.
Content (please ensure you mask any confidential information):
I have a requirement where the Working Hours field in the Change Working Hours flow must not allow values greater than 40. If a user enters 41 or more, the system should trigger a validation error and prevent submission.
I tried creating a VBS validation rule, but the challenge is:
0