Configuration of Value Set
Was trying to configure value sets to for third party to send Additional Screening Results (Assessment Results) Using Job Application Flexfields
The doc that I was referring to implement:
[https://docs.oracle.com/en/cloud/saas/talent-management/25a/faimh/send-additional-screening-results-using-job-application-flexfields.html#Create-Multi-Row-Flexfield-Context-for-Job-Candidate-Application-Usage]
As per the Doc the Value Data Type for the Value set is Number and 'Value Column Name' is Varchar is VARCHAR2
Hence when the above is configured
It gives the below error
As both data types are conflicting with one being a number and other being a Varchar2
So how to proceed?