VBS Business Rule Issue: Default Values Overwriting Draft Requisitions on Open
I've created two Business Rules in my Job Requisition form:
- Hiring Manager Rule: Defaults to the current user creating the requisition
- Recruiter Rule: Defaults to a specific user ("TA Dummy")
The Issue:
These rules work correctly when creating a new requisition. However, when I open a draft requisition created by another user, the Business Rules are being re-applied, which causes:
- ❌ The Hiring Manager field changes from the original creator to my user (the person opening the draft)
- ❌ The Recruiter field changes to "TA Dummy" (overwriting the original value)
Expected Behavior:
I would like the Business Rules to:
- ✅ Apply the default values
0