• Vishwas Dhudum
  • NEWBIE
  • 0 Points
  • Member since 2017

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

   When user logs in using lightning is there  a way to build a popup page with a message please suggest me how to implement this feature. 

Thanks
Sudhir

i am using database.upsert to update/insert a large volume of records into salesforce assuming that database.upsert have the advanatge - if one record in the bunch errors out, the rest of the operation will continue.

 

but its not the case, if one record fails the whole transaction is failing.

 

and also using the save result method is there any way i can capture which records are failing and send an email or something.

these records are coming from an external system.

 

 

  • September 13, 2013
  • Like
  • 0