Scenario:
Is there a way to add the sysdate to the email subject sent from Informatica?
I
am running a mapping which create an error file. I am sending this
error at the end of the process via an email. But the requirement is to
send it with some text as error report and the system in the subject
line.
Solution:
Below is the approach,
Create
a workflow variable $$Datestamp as datetime datatype.In assignment task
assign the sysdate to that variable and in email subject use the
$$Datestamp variable and it will send the timestamp in the subject.
Comments
Post a Comment