Skip to Content
0
Former Member
Jul 02, 2009 at 10:22 AM

Fetching Sender Business sevice in UDF, returns null

168 Views

Hi,

I have written a UDF to extract sender service. Here is the code snippet

map = container.getTransformationParameters();
String senderService = (String) map.get("SenderService"); // Sender Business Service
//  some logic depending on sender service

As I could see the trace, senderService contains value null and hence UDF fails.

My scenario is Multiple IDocs to File

N:1 and thus using BPM

Any clue?

Thank you

Mugdha Kulkarni