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