S
SudhakarN
Guest
i am using the same Godfrey Sorita ,i will give my live scenario, i think u can get better understand what im looking. 1.We have nearly 80 records which satisfy the workflow status Active. 2.Each records needs to send minimum 4 mails. if i use the following condition if("{!status#value}"=="active") { rbv_api.runTrigger("customer", {!id}, "sendNotification", true); } then the batch job will work for 80 records i know that,my requirement is regarding mailing list,how can i send mails to the respective ppl with respective info, For Ex:: record 1 needs to send mails to the a,b,c,d record 2 needs to send mails to the a,b,x,y after completing the Batch job the following should happen:: person "a" needs to get 2 mails (1 mail regarding record Record 1 info,another one regarding Record 2 Info) person "b" needs to get 2 mails (1 mail regarding record Record 1 info,another one regarding Record 2 Info) person "c" needs to get 1 mails (1 mail regarding record Record 1 info) etc.... I hope now you got clear picture of what im looking for.
Continue reading...
Continue reading...