Can you check dependencies before importing an apex application
Is there way to check dependencies before importing an apex application. if any dependencies are are missing prevent import.
Currently we can import application, but will get a runtime error if table or column is missing.
0