Posts

Showing posts with the label SelectOption

Salesforce Fact #678 | List in AuraEnabled methods

Image
AuraEnabled methods cannot return of type List<SelectOption>. So, one of the option is to create a custom SelectOption class and return the data. Reference:  https://developer.salesforce.com/forums/?id=9062I000000IN7YQAW Attached is the screenshot.