Originally posted by: SystemAdmin
In a run command, how do I specify one of the fields of my output tree to be the data to send in the body of the text for an email adapter.
This works:
=PUT( "EMAIL", " -PR INET -SERVER 266.188.11.111 -TO " + EMAILID Column:GetDeliveryInfo + " -FROM
Leads@yy.com -SUB " + SUBJECT Column:GetDeliveryInfo + " -T ", UserFieldA [8]:MessageDelivery )
But this does not:
=RUN( "DummyDelivery", " -AE -OAEMAIL1 ' -PR INET -SERVER 266.188.11.111 -TO " + EMAILID Column:GetDeliveryInfo + " -FROM
Leads@yy.com -SUB " + SUBJECT Column:GetDeliveryInfo + " -TEXT ''" + UserFieldA [8]:MessageDelivery + "'' -T' " )
I am trying to use the TEXT parm, but am not sure this is the right way.
Thanks
Vale
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender