You need to sign in to do that
Don't have an account?

How to find out which packages are installed in a apex call?
I like to change my apex code behavior depending on what other packages are installed in a org. Can I query for that? I don't seem to see a object for that?
Thanks,
Matt
All Answers
I like to integrate with a 3rd party package if installed,
if (it is available) {do this} else {do that}
Thanks,
Matt