Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am trying to writing data in salesforce using tsalesforceputput component.But I am getting below error on given column name as Indication.
I try to remove thsi column and load but getting same error on other column too.
java.io.IOException: Indication: bad value for restricted picklist field
Please help to resolve this issue.
Thanks,
Rita
Hello @Rita Gupta ,
This is happening because the picklist you are passing is not defined under picklist values. So, if you are passing value which is not available inside picklist, then it will restrict you to continue.
so, please pass a good value for the column Indication in tSalesforceOutput component in the job
please refer to the below salesforce forums
Bad value for restricted picklist field - Salesforce Developer Community
Best regards
Aiming