You need to sign in to do that
Don't have an account?
Error:entity is deleted while Deploying a code using Force.com IDE / ANT Tool / workbench.
Hi Techies,
I'm trying to deploy my code into the other org and i'm gerring this errror. Any thought ?
Below is the scenario,
1) Extract the code from myOrg1.
2) Try to deploy myOrg1 code into the myOrg2
Note: Org2 have Managed package installed and Managed package have same code that i'm trying to deploy.
Your thought would be much appreciated ...
Best,
Sagar
When you delete anything from your managed package, its name and component type get perpetually stored in a blacklist (viewable in the Deleted Componentssection of the packaging UI) which prevents you from ever creating another component of the same type using that name.
The solution I think is to simply rename the offending triggers, but separately.
Best Regards
Naga kiran
All Answers
I have double checked it.
AWS_XMLDOm class is available in myOrg1 also i have added it in Package.xml
Any luck ?
Best,
Sagar
When you delete anything from your managed package, its name and component type get perpetually stored in a blacklist (viewable in the Deleted Componentssection of the packaging UI) which prevents you from ever creating another component of the same type using that name.
The solution I think is to simply rename the offending triggers, but separately.
Best Regards
Naga kiran