How to Handle Environment-Specific IDs in VBS Default Values
Hello Experts,
I'm facing an issue while migrating Visual Builder Studio (VBS) customizations across environments.
I have defaulted the Legal Employer field on the Create Job Offer page using VBS. The customization works correctly in the Test environment, but after migrating it to Dev2, the field is no longer defaulted.
The issue appears to be due to different Legal Employer IDs across environments. We also tried using an Advanced Expression with hardcoded IDs for each environment, but that did not work either.
Is there a recommended way to make these default values environment-independent or handle environment-specific IDs in VBS? Are there any Oracle best practices or workarounds for this scenario?
0