No overload for method 'query' takes 5 arguments salesforce

前端 未结 2 603
别那么骄傲
别那么骄傲 2021-01-28 22:55

I am connecting with salesforce api, I have imported Salesforce enterprise Wsdl to my project.

I can authenticate user but I am having Problem while querying records, I\

2条回答
  •  天涯浪人
    2021-01-28 23:18

    You are trying to pass to much parameters to the method.

    Hover on the method, press F12 and look at the number of arguments the method expects, Then solve your problem accordingly.

提交回复
热议问题