During importing contacts to SalesLogix I'd like to branch depending on whether the contact could be found or not.
First I perform a match on the contact table for the email address. If there is a match I want to update the contact and account tables and move on to the next record. If there's no match I want to perform another match on the account table for the company name and then create or update the account and finally create the contact.
I didn't find a reasonable way to branch to different sub trees depending on whether a match occured. How do I?
Thanks you,
Dirk