cancel
Showing results for 
Search instead for 
Did you mean: 

E-Recruiting XI Question - Splitting Communication Channels

Former Member
0 Kudos

Hello Everyone,

We are currently on the final stages of implementing E-Recruiting and XI capabilities. The problem we are now having is making sure that job requests go to the proper communication channels, and therefore to the proper job boards (i.e. Monster, CareerBuilder). I know we'll have to have multiple receiver agreements, but my question is based on the following XML tag:

Monster:

<HiringParty>

<SellerID>990020</SellerID>

</HiringParty>

CareerBuilder:

<HiringParty>

<SellerID>990010</SellerID>

</HiringParty>

Is there a way to tell XI, based on the "SellerID" tag, perform this communication channel or vice versa? I'm trying to avoid using BPM, but if necessary, I will have to do that. Helpful, clear, and easy to understand replies will be given points!!!

Thanks so much for all of your help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi John,

you could use conditions in your receiver determination.

Create two receivers with conditions

Regards Mario

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

you can use Xpath for this

/people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

Thanx

Aamir