You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

  1. return "xxxxxxxx"; // @dt.lov.display_value=Jason
  2. Result: This throws a VB (ERROR) /vb/private/types/utils/dataProviderUtils: there was an issue evaluating items within the itemPath items error in the browser console.
  3. return { "AssignmentId": "xxxxxx ", "DisplayName": "Jason" };

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!