Skip to Content
0
Former Member
Nov 14, 2007 at 12:57 PM

Add/Update Business Partner Contact Persons using DI Server

299 Views

I have been looking for a way to add/update business partner contact persons using DI Server.

however, this functionality seems to be missing:

1. i can get a list of the contacts using dis:GetContactEmployees. however, this only returns keys, not the actual data. now, to get a contact record i must use SQL! the dis:GetByKey command requires a business object type, which contact persons do not have.

2. now, when i want to add/update a contact person, my only way is SQL. this is bad.

would anyone find me wrong?