I am trying to call my Salesforce custom object with c#. Name of the object is CommercientSF__SorMasterRep__c
but when i try to upsert into it gives me error like
INVALID_TYPE: sObject type
'CommercientSF__SorMasterRep__c'
is not supported. If you are attempting to use a custom object, be sure to append the'__c'
after the entity name. Please reference your WSDL or the describe call for the appropriate names.
It is coming from a managed package. The package is installed & all objects are deployed.