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

Find the Lightning Pages where Aura component is being used?
Hi Team,
I have certain lightning aura components which I want to delete. I am aware that I need to remove those components from the lightning pages where the aura components are being used.
How do I find those lightning pages?
Many Thanks in advance!
I have certain lightning aura components which I want to delete. I am aware that I need to remove those components from the lightning pages where the aura components are being used.
How do I find those lightning pages?
Many Thanks in advance!
Greetings to you!
You would first need to retrieve the relevant metadata with a metadata API retrieve call using your tool of choice. Here's a sample package manifest for performing a retrieval of the lightning definitions and related resources:
Assuming that I haven't commented that section out, this would show that myCmp is being used in myApp.
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com
I am trying to find out the Lightning Pages(listed in the Lighning App Builder) using the Lightning Aura Component bundle myCmp(say).
Would your solution list the Lightning Pages as result?