DFF Grade causes loading in Redwood
Hi Team,
I created a DFF field named "Grade" under the Details section in the Create New Job Requisition (Redwood) page.
I configured a default value using the following expression:
[[ $fields.RecruitingJobRequisition.position.validGrades.GradeName.$value() ]]
After publishing the changes and testing the page, when I select a Position, the page keeps loading (spinner appears) and does not behave as expected.
Could you please help clarify:
- Is this the correct way to retrieve Grade Name from the selected Position in VBS?
- Why does this expression cause continuous loading after selecting a Position?
0