You need to sign in to do that
Don't have an account?

read csvfile through trigger
hai all
when i am trying to insert a new record if it is already existing database it throws an error ,but i want those Errors wil be come on csv file ,can we do this on trigger give me some example
when i am trying to insert a new record if it is already existing database it throws an error ,but i want those Errors wil be come on csv file ,can we do this on trigger give me some example
Use database.saveresult
.We cannot get csv files from trigger.
1.U can store those records in a list and update in Some Custom Object from which u can retrieve.
2.Or use send mail functionality to send details of the data in list.