How to default the Recruiter field in VBS Advanced Expressions without breaking workerlov?
Hi team,
We are configuring the Redwood "Request a New Position" page layout using Visual Builder Studio (VBS) business rules. Our goal is to set a static default recruiter ("Jason Gee") when the requisition data initialization occurs.However, the recruiter field layout seems to expect a structural dictionary payload containing AssignmentId and DisplayName.We have tried two approaches inside the Advanced Expression editor, and both fail:
- return "xxxxxxxx"; // @dt.lov.display_value=Jason
- Result: This throws a
VB (ERROR) /vb/private/types/utils/dataProviderUtils: there was an issue evaluating items within the itemPath itemserror in the browser console. - return { "AssignmentId": "xxxxxx ", "DisplayName": "Jason" };
Tagged:
0