You need to sign in to do that
Don't have an account?
NaveenReddy
How to find deployment dependencies for any salesforce component?
Hi,
I would like find all dependancies related to every component while deploying(to avoid deploy errors)..
Is there any way to find this. In change sets we have option view/add dependancies option.
How can this same can be achieved by writing any code or any other way apart from change sets.
i.e. While deploying an apex class I would like to see fields,objects etc..that is used in this class.
Note:it is very urgent and your help is really appreaciated.
Thanks in Advance.
Regards,
Naveen.
I would like find all dependancies related to every component while deploying(to avoid deploy errors)..
Is there any way to find this. In change sets we have option view/add dependancies option.
How can this same can be achieved by writing any code or any other way apart from change sets.
i.e. While deploying an apex class I would like to see fields,objects etc..that is used in this class.
Note:it is very urgent and your help is really appreaciated.
Thanks in Advance.
Regards,
Naveen.
Thanks
Shaijan
Thank u Shaijan for the response.
We are automating ANT migration tool.
Typically we retrieve metadata from SF using migration tool and try to deploy the the components.
While deploying any component if I find dependancies it is easy for us to deploy and to avoid errors.
If not clear pls ask me to get more info.
Regards,
Naveen
Thanks
Shaijan
Im writing code in java and I would like to view All dependant components for a particular component.
Is there any way.
Regards,
Naveen.
Did you find a solution for the above scenario, finding dependencies of each SF component?
Now, I have a similar requirement and any help would be appreciated.
#SFDependencyAnalyzer
Regards,
Chandu