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?