• Muthu Vel
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi All,

  I am trying to load data to contact object through excel.the data is loded successfully.but the data is not listed in contact list view.it shows the error This list view isn't available in Lightning Experience. To see this list view, use Salesforce Classic.
Error

can any one try to help me.waiting for your response.

Thank you...
I have field called adjuster history with record 'rocky-1,james-2,John-3'  for getting first string record  used formula as"LEFT(Cust_field__c, FIND("-", Cust_field__c)-1)" but if i removed rocky from database then adjuster history is like ',james-2,John-3' and i get result as ",James-2 " how do i remove unwanted comma from the result.??????
 
Hi and thanks for your replies.

Requirements were to do a duplicate check on Account Name and Zipcode.   I created a custom field and did the workflow update and validation rule and everything worked great...BUT the error message is ugly.

Is there a way to provide a clean error message?

I ended up writing a trigger, which gives me full control over the error message, but would like to learn a different approach.

Regards.