• Elad Kaplan 35
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I'm trying to deploy a Lead custom picklist and values which one of them is "Completed ", which is included in a Lead Business Process using SFDX ' sfdx force:mdapi:deploy' and getting an error : "Picklist value: Completed not found".
The Lead object file includes the field and it's values, including this field.
I am using package.xml version 48.0

Anybody?
I'm trying to deploy a Lead custom picklist and values which one of them is "Completed ", which is included in a Lead Business Process using SFDX ' sfdx force:mdapi:deploy' and getting an error : "Picklist value: Completed not found".
The Lead object file includes the field and it's values, including this field.
I am using package.xml version 48.0

Anybody?
{ "destination_addresses" : [ "Bengaluru, Karnataka, India" ], "origin_addresses" : [ "Hyderabad, Telangana, India" ], "rows" : [ { "elements" : [ { "distance" : { "text" : "576 km", "value" : 575574 }, "duration" : { "text" : "8 hours 33 mins", "value" : 30763 }, "status" : "OK" } ] } ], "status" : "OK" }


Thanks