Questions tagged [warning]
The warning tag has no summary.
12 questions
-2 votes
1 answer
84 views
unbale to add filter for the email contains same value in rich text filter
I want to show warning message on lead when email address has same values in more than one lead record. I'm trying to add a filter to the rich text filter criteria but I can't.
0 votes
0 answers
213 views
Method does not exist or incorrect signature: getInstance from the type
I have a line of code who is accessing custom settings. Foundation_Countries__c myCS2 = Foundation_Countries__c.getInstance('United States'); String myCCInst = myCS2.Country_code__c; In Visual Studio ...
12 votes
3 answers
11k views
how to solve the warning "Clickable images, Lightning button icons, and form elements require labels for mobile users." in LWC html file?
When I write the code below in the LWC html file, the waring Clickable images, Lightning button icons, and form elements require labels for mobile users. is shown. Anyone knows how to solve it? My ...
0 votes
1 answer
2k views
Warning message on lightning new record page [closed]
I want to show a warning message on lightning standard record creation page. If that is not possible is there a way to create a lightning component with all fields on standard page layout ?
0 votes
1 answer
2k views
Lightning: WARNING: error in server action and FATAL_ERROR System.StringException: Invalid id:
When performing an action on a Lightning component, I am getting a warning in the console: WARNING: Error in the server action response:An internal server error has occurred Error ID: 2139358423-...
0 votes
1 answer
1k views
Apex resource warnings
I'm using the following custom controller convertLeadToMerchant to convert Lead to Account object but receive the following warnings: Operation: /apex/convertLeadToMerchant By user/organization: ...