cancel
Showing results for 
Search instead for 
Did you mean: 

Email in PI with the payload size

Former Member
0 Kudos

Hi Experts ,

We have a requirement in PI , where we have to send the mail to a delivery list stating the size of the file that we receive .

Is there any way that we can send the mail to the DL when the File size is more that 10 MB .

Accepted Solutions (0)

Answers (1)

Answers (1)

zameerf
Contributor
0 Kudos

Hi Abhishek,

>>Is there any way that we can send the mail to the DL when the File size is more that 10 MB

I guess you can check the size using the Context Object option in Expression Editor of Receiver Determination and then route the message to the corresponding email receiver.

You have to try with Extended Receiver Determination(since '>' operator is not available in the standard drop down), you can use Dynamic Configuration UDF to read the SourceFileSize value and then do a check in message mapping to set the Receiver Business System.

Regards,

Zameer