Configuration – Extract DFF Setup
Use below query to extract the DFF setups defined in Fusion:
Use below query to extract the DFF setups defined in Fusion:
Sample payload for adding DFF attribute value for absence entries: Sample Rest API Payload for adding dff value url will be same : https://abc_test.oraclecloud.com/hcmRestApi/resources/11.13.18.02/absences/ { “personNumber”: “999”, “employer”: “ABC Test Employer“, “absenceType”: “Sick Leave”, “startDateDuration”: “1”, “startDate”: “2019-03-28”, “startTime”: “08:00”, “endDate”: “2019-03-28”, “endTime”: “17:00”, “absenceStatusCd”: “SUBMITTED”,…
There is a common requirement to default the value of DFF attributes on a UI page. For example, we want to default a defined attribute of ‘PER_PERSONS_DFF’ DFF based on person_id. For this we will need to pass the parameter as :{parameter.parameter_name} in table validated value set. To know the list of all parameters supported…