Hi All,
Currently we are sending certain fields in an interface to a remote system. One of those fields include the separation date of an employee. I now need to change the logic based on whether the record is an 'Employee' or a 'contractor'
we want to check the u201CPerson Relationship Typeu201D and send either u201CSeparation Dateu201D or u201CAssignment End Dateu201D to remote system as part of this interface.
If Person Relationship Type = Contractor then
Field to be syndicated from MDM must contain the value of = Assignment End Date( A field in MDM )
Else
Field to be syndicated from MDM must contain the value of = Separation Date ( A field in MDM )
End If
How can I make the changes to the existing syndication map to include this logic?
Thanks,
Ankush
Edited by: Ankush Trivedi on May 5, 2011 7:51 AM