Skip to main content
Abhi Rohila 님이 #Integration에 질문했습니다
Hi,

I am doing salesforce API integration through SOAP and using enterprise edition WSDL. I am facing problem while calling insert or update on some custom objects. The problem is that no data is being save or update in some custom objects and no result is being returned in SaveResult. Even I am not getting any error message in SaveResult. The SaveResult is being returned as void not even null.

Any help will be greately appriciated.
답변 1개
  1. 2016년 12월 3일 오후 3:37
    Check whether you have appropriate CRUD level permissions on the object that you are trying to create the records. It's still super weird that you are neither getting the result set nor any error messages.
0/9000