function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VSK98VSK98 

What is $A and $A.util in lightning ?

Hello All,

I have googled for $A and $A.Util in lightning unfortunately i couldn't get proper explaination/info. Can anybody please explain thoroughly with examples.

Adv Thanks,
VSK98
NagendraNagendra (Salesforce Developers) 
Hi,

$A is how you gain access to the underlying Aura framework, such as enqueuing actions, getting application events, managing the Aura rendering life cycle, and various utility methods. You can view the available methods using AuraDocs, located on your server at /auradocshttps://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_doc_app.htm/reference.app. You can access it using the production https://login.salesforce.com/auradocs/reference.app or sandbox https://test.salesforce.com/?ec=302&startURL=%2Fauradocs%2Freference.app links I've provided here. You'll find the full list in the JavaScript API section.

For more information may I suggest you please check with below link which might help you further. Please let us know if this helps.

Thanks,
Nagendra
Hariharan ramyaHariharan ramya

Hi VSK 98

Thanks for posting question,

$A  is namespace
The Aura framework. Default global instance name is $A.

Please refer this link  
http://documentation.auraframework.org/auradocs#reference?topic=api:$A



 

Hariharan ramyaHariharan ramya

Hi every one,

 Please guide me 

how to Import .CSV  Files in to the Salesforce Marketing Cloud ?

Thanks in advance 

Vinod BeniwalVinod Beniwal
Hi @Hariharan
You can search for 'Data Import wizard' in quick find box , and from there you can import .CSV file for particular object