Hi Fiends,
I have a BPM ..where I have the steps defined like this..
Transform -> send mail..
In the transformation ..I have a simple mapping program(source & the target structures have got one field)..
message type structures are like this..
source& target
Return key ---> 1:1
field1 --->1:1
mapping is like this :
Field1--->field1(when field1 is not empty)
If field1 is empty then -> I am sending some constant to the target ...and in the mapping it is working fine...
My mail is working perfectly when there is some value in field1..and I am getting a mail..
and when there is no value in field1..I am getting mapping error.
do you have any idea..how can I solve this issue..plz help me..
Thanks..