sfdc-git-package icon indicating copy to clipboard operation
sfdc-git-package copied to clipboard

Is this tool restricted to only version 40?

Open sudhirtataraju opened this issue 5 years ago • 1 comments

Am getting following error when tried to deploy using ANT:

[sf:deploy] Component Failures:
[sf:deploy] 1.  objects/abc_Trigger_Apex_Switch__mdt.object (abc_Trigger_Apex_Switch__mdt.Method_Name__c) -- Error: Property 'businessStatus' not valid in version 40.0 

Inside package.xml its showing <version>40.0</version>

sudhirtataraju avatar Mar 04 '20 11:03 sudhirtataraju

did you try to set the -a (--api-version) parameter ?

scolladon avatar Mar 04 '20 11:03 scolladon