SAP Knowledge Base Article - Public

2085353 - Worksheet Design - Removing None Selected option from drop down lists - Compensation

Symptom

  • A planner would only like to see the values they set up for this field and not “None Selected”  in a custom field with enumerated values. showCustomEnumValueOnly.

Environment

  • Compensation

Resolution

  • In the xml code you will need to locate the custom field. In this example we will use "Mid Year Review:

           2.png
 

<comp-field-definition id="midYearReview" isCustomField="true" isVisible="true" type="string" useFor="salary" readOnly="false" hidePercentage="false" hideAmount="false" percentageReadOnly="false" reloadable="false" showCustomEnumValueOnly="true" displayOrder="43">

<comp-field-label><![CDATA[Mid Year Review]]></comp-field-label>

 <comp-field-value-enum><![CDATA[Yes]]></comp-field-value-enum>

 <comp-field-value-enum isDefault="true"><![CDATA[No]]></comp-field-value-enum>

</comp-field-definition>
 

  • You need to ensure that the value showCustomEnumValueOnly="true" so that “None Selected” does NOT show up as a value.

 

  • Please open a case with support if you need thier assistance in making this code change.

Keywords

KBA , sf compensation worksheet design , LOD-SF-CMP , Compensation Management , How To

Product

SAP SuccessFactors HCM Core all versions