Hi guys,
I have requirement here where I am using a custom option set field. As per the business requirement,
I need an option value (label) to be Empty (Blank). No text or punctuation to be used as a option value.
Example:
Field name: Cost Type
The field has three option value
label | Value |
Administration | 100000000 |
Management | 100000001 |
IT | 100000002 |
As per the business requirement, I want to add an option set label to blank (Empty)) with value as 100000003.
100000003 |
So as a result, my option set should like this.
label | Value |
100000003 | |
Administration | 100000000 |
Management | 100000001 |
IT | 100000002 |
Let me know how to create this label.
Awaiting for your valid suggestions!