You need to sign in to do that
Don't have an account?
Shayne Hudson 29
how can I find which items use api version 20 or below?
I tried using SalesForce Optimizer but apparently, it lies to me. It says that we don't have anything using API 20 or below, but I was sent an email from SalesForce that says " Our records show that you have apps using API version 20 or below". Since SalesForce is retiring API 7 - 20. So how can I find where API 20 or below is being used so I can update it?
Apart from that , i'm not sure of a way to elegantly get all the api versions for the various components.
regards
Andrew
All Answers
Go to setup, Apex Class.
Create a new view:
Then set a filter as required:
hth
Andrew
Apart from that , i'm not sure of a way to elegantly get all the api versions for the various components.
regards
Andrew