How to Default Field Using Name Instead of Environment-Specific ID in VBS
Hello Experts,
I’m facing an issue while migrating Visual Builder Studio (VBS) customizations across environments and would like to understand the recommended approach for handling default values in dropdown fields.
I have configured the Legal Employer field on the Create Job Offer page to be defaulted using VBS. The customization works correctly in the Test environment; however, after migrating the customization to Dev2, the default value is no longer populated.
We understand that the underlying Legal Employer IDs are different across environments, which makes hardcoding the ID environment-specific and not suitable for migration.
Instead of hardcoding the Legal Employer ID, is there a way in VBS to default the field based on the Legal Employer Name/Display Value (the value shown in the dropdown)?