Hi,
I'm trying to list contacts by customers (or the other way around), but the only association I can find between the two is the customer contact no. But based on that I can't seem to look up the customer to get the customer no. It's for exporting data, and I need to combine customers and contacts by the customer number.
Any pointers will be greatly appreciated - thanks:)
BR.
Lars
0
Answers
BR.
Lars
You would need to develop some logic for connecting the imported contacts to a customer. On the Contact table there is a trigger called CreateCustomerLink you could look at.