3 weeks ago
Hello Successfactors Community,
Please is there a way to select multiple values on a picklist in the job requisition form and/or in the application form?
Request clarification before answering.
Hello,
You can use the mfield i saw a kba in it for your reference. 2081511 - Multi-select Job Requisition Filter Fields - Recruiting - SAP for Me unfortunately i dont have a copy of hte exact codeblock, however it should be similar to a picklist field attributes ithink. fyi that field is a standard field not custom.
revee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello,
I have the same situation with a field and my xml format is below. You can try to add multiselect=true
<field-definition id="mfield3" type="picklist" required="true" custom="false" multiselect="true">
<field-label><![CDATA[Candidates from:]]></field-label>
<field-label lang="en_US"><![CDATA[Candidates from:]]></field-label>
<field-description><![CDATA[Select the source of Candidates]]></field-description>
<picklist-id>candidatesFrom</picklist-id>
</field-definition>
Hope this help.
User | Count |
---|---|
14 | |
7 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.