How to enable default values for Job Requisition using HCM Experience Design Studio
Summary:
Hi Team,
We got a requirement for Job Requisition, when we are creating the job requisition If user selects business unit then recruiter field should auto populate with default Recruiter manager.
Please provide your suggestions to achieve this requirement.
Content (required):
The requirement is to have the recruiter field auto populated based on the requisition's selected business unit.
Version (include the version you are using, if applicable):
21C
Code Snippet (add any code snippets that support your topic, if applicable):
If
{
Business unit = 'Australia'
}
{
Recruiter = '101(person number)'
}
else
{
Recruiter is null
}
Tagged:
0