top button
Flag Notify
Site Registration

How to custom configure global content of email in Informatica?

0 votes
256 views

In Informatica, I want to prepend a tag [TAG] to every email sent without the need to do so for every workflow/task. Is there a way to set it up as a global configuration?

posted Jan 6, 2015 by Sunil

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Get into workflow manager and be ready with your mapping session.

  1. click task developer

2.from the task menu click create task

3.in create task combo list select email task option and give desire name to email task

  1. click ok.

5.double click that email task from task developer and in properties tab u can c email user name text box ,give here your email ids by separated by comma's.

6.email subject you can give

7.email text usually you can give body of text.

8.save ur task

9.create workflow and link this task after your session.

10 .double click inbetween link of session after task.

11.set property if session get success to trigger this email task.

Hope this helps.

answer Jan 9, 2015 by Shweta Singh
Similar Questions
+1 vote

Is there a way of sending a text version of your changes to a mapping on an email task? I have mapping that would make approximately 10 changes to a table. As this mapping finishes, I want to use the email task to send the recipient a list of changes that were made.

Is that possible? (If not, is the next best solution outputting these changes to a .txt or flat file, and sending that to the recipient?) Either way, can someone provide detailed instructions on how to accomplish this task? I just want to know the changes made in an email form.

Thank you

+3 votes

Most of my company uses powercenter informatica for Extract-Transform-Load type data move jobs between databases.

However project I am on has a big custom Perl job with some Java thrown in for good measure to move data and trigger some other updates.

There is talk of rewriting the thing to use powercenter instead, what are people's experiences on such a project, does it make sense? Seems like you trade lot of flexibility in going to such a "off the shelf" solution, but do the ETL tools buy you much in terms of productivity for example?

+1 vote

I need complete code for sending mail(compose mail) from my windows phone application any one help how to achieve this........

...