Help Text On Fields of Custom Lightning Component - Salesforce Stack Exchange

PHOTO EMBED

Wed May 19 2021 23:07:00 GMT+0000 (Coordinated Universal Time)

Saved by @powercod35 #html

@AuraEnabled
public static Map<String, String> getHelpText() {
    String helpText1 = Test_Object__c.Test_Field1__c.getDescribe().getInlineHelpText();
    String helpText2 = Test_Object__c.Test_Field2__c.getDescribe().getInlineHelpText();
    return Map<String, String> { 'Test_Field1__c'=>helpText1, 'Test_Field2__c'=>helpText2 };
}
content_copyCOPY

https://salesforce.stackexchange.com/questions/253324/help-text-on-fields-of-custom-lightning-component