deployment
-
“INSUFFICIENT_ACCESS: Requires Extra Verification” error when deploying/retrieving metadata
Sometimes when you try to deploy or retrieve components, you get “System.NoAccessException: Access Blocked Requires Extra Verification” error. This happens when you have “Session Security Level Policies” set as “Raise session to high assurance” in Identity Verification (Setup > Security Controls > Identity Verification). To solve this set “Session Security Level Policies” to None and… Continue reading
-
Delete Components using Workbench
Salesforce allows you delete some components directly in Production but not all. Components like Apex Classes, triggers can not be deleted directly in Production. Lets say you have your Salesforce org and you want to delete a class with name lets say ‘AccountController’. Follow below steps: Continue reading
-
“Cannot update SLA process that is in use” error when deploying an Entitlements
Entitlements are units of customer support in Salesforce, such as “phone support” or “web support.” They’re typically used to represent terms in service agreements. Issue: When deploying EntitlementProcess via ANT Tool/Change Set, it checks if the EntitlementProcess is in use, and throws below error if it is in use in the target org. Solution: This… Continue reading