What is '$A' in Lightning Component Aura Framework?
Mike Arthur • 9 June 2020
Whilst learning about Aura components, you will come across $A.
E.g. When making a call to the server from your javascript client controller to retrieve data from the Apex server controller, you queue up the action with '$A.enqueueAction(action)', or when you create a framework event you use '$A.get("e.force:createRecord")'
What is '$A' and where can I find out more about it?
The $A namespace is the entry point for using the framework in JavaScript code. It allows you to interact with the framework.
A change set or ant deployment will fail if a field that is required in the field definition is included in a profile or permission set that is being deployed