Tuesday, June 25, 2019

How to query Lightning Components Using SOQL


SOQL Query
SELECT Id, DeveloperName FROM AuraDefinitionBundle WHERE DeveloperName = 'CreateNewCaseComponent'

Result

1 comment:

  1. How can I see the code of the component?

    ReplyDelete