Redwood VBS - Defaulting User Person Type in Job Offers without using Hardcoded IDs
Summary:
Hello,
I am working on a defaulting rule in Visual Builder Studio (VBS) for the Job Offer screen. The goal is to default a specific User Person Type when the page loads.
Currently, the rule references the UserPersonTypeId. The issue is that these IDs are environment-specific.
An ID created in Dev does not exist in Test or Prod. This causes the screen to throw an error after deployment because the ID cannot be found.
Since User Person Types do not have a unique "Code" attribute like Actions or Action Reasons, I am forced to use the ID. This makes branching difficult, as each environment requires its own ID, leading to constant conflicts during merges.
Tagged:
0