cancel
Showing results for 
Search instead for 
Did you mean: 

SuccessFactors ONB Custom Task JSON Codat sample

Abdul_Salam
Participant
0 Kudos

Hello Team,

We have configured the ONB Custom Task in SAP SUccessFactors Onboarding module. But out customer wants to enable few instructions fields like Message String only if certain field are seleted.

We are trying to write a JSON code to populate if Hiring manager has selected Yes for Is Laptop and Charger then instructions message to be populated Below is the sample JSON Code but it is not working.

{
"type": "Rich Text",
"Condition": {
"scope": "#/properties/x-laptopCharger",
"schema": {
"expectedValue": "Yes"
}
}
}

@Gopinath : Any help

Accepted Solutions (0)

Answers (0)