Skip to main content

Questions tagged [warning]

-2 votes
1 answer
84 views

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.
Jas's user avatar
  • 9
0 votes
0 answers
213 views

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 ...
Edgar Mora Novellas's user avatar
12 votes
3 answers
11k views

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 ...
Shinya's user avatar
  • 527
0 votes
1 answer
2k views

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 ?
venky's user avatar
  • 65
0 votes
1 answer
2k views

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-...
nicstella's user avatar
  • 589
0 votes
1 answer
1k views

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: ...
sfdev's user avatar
  • 375