cancel
Showing results for 
Search instead for 
Did you mean: 

Part of a field name in receiver determination

Former Member
0 Kudos

Hi All,

I want to find the value of part of a field name in order to use for receiver determination.

For Ex: Four characters starting from 10th position

Is this possible in XI? if yes how?

Regards,

Dinakar

Accepted Solutions (0)

Answers (3)

Answers (3)

GabrielSagaya
Active Contributor
0 Kudos

in expression editor of Receiver Determination

goto expression editor

substring(p1:/MT_Test/message/output/name,10,4)

Former Member
0 Kudos

Hi Gabriel,

I have tried as per your solution. But it is not recognising the value even if the value exists in that field. Could you please elaborate on how to do?

Regards,

Dinakar

Former Member
0 Kudos

Can anyone help in this aspect please?

Regards,

Dinakar

Former Member
0 Kudos

Hey

You need to use enhanced receiver determination for this.

/people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16

Thanx

Aamir

former_member181962
Active Contributor
0 Kudos

Hi Prasad,

You can write a XPATH query in the condition editor of the Rx Determination.

Refer this link:

http://www.adp-gmbh.ch/xml/pth/substr.html

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

Can you please explain with some example.Link is unclear for me.

Regards,

Dinakar