cancel
Showing results for 
Search instead for 
Did you mean: 

Select multiple values on a picklist in the job requisition form

user116
Explorer
0 Kudos
111

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?

View Entire Topic
rmadriaga09
Participant
0 Kudos

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

mirelagrigore
Explorer

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.

 

user116
Explorer
0 Kudos
thank you so much, is it possible in the job application template?
Sanjeet2
Active Contributor
Job application do not support multiselect field as of now. This can be done only in Job requisition template.