Play Games

Search This Blog

Wednesday, August 5, 2020

How to query aura component Salesforce lightning - Salesforce Globe For You

How to query aura components  - Salesforce Globe For You 

Open anonymous window in developer console and execute the piece of code below.

List<AuraDefinitionBundle> lstAuraDefinitionBundle = new List<AuraDefinitionBundle>();
lstAuraDefinitionBundle = [SELECT Id, DeveloperName, apiVersion,description FROM AuraDefinitionBundle];
system.debug('lstAuraDefinitionBundle'+lstAuraDefinitionBundle);
Output:

No comments:

Post a Comment