hi everybody,
i want to filter only those record which was stored yesteday can someone please tell me How can i fetch that records using Created date field?
thank you,
Regards ,
Sam
I haven't worked on the scenario, but I can tell you how it is possible. Get the data from salesforce using SFInput component. Use tMap to extract only emailIDs from input data and write it to file. Use that file as input and use iterate concept and connect it to tSendMail component to send mail to each mailID. Hope this is what you are looking for. Thanks Vaibhav
hi vaibhav,
when we import any csv file on salesforce that time salesforce imediatly send mail on our mail id. so, My question is that,
can we also perform this operation using talend and how?
Is there any special tool given for these operation? please reply me with every discription with screen shots.
Thanks,
Sam
Hi, Talend has tSendMail component which can send mail based on particular activity. Please refer to following documentation and scenario example which sends mail on error. https://help.talend.com/search/all?query=tSendMail%25C2%25A0 Thanks Vaibhav