You need to sign in to do that
Don't have an account?

Product and Product2 Objects as they relate to using an External ID custom field
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sf="urn:fault.partner.soap.sforce.com"><soapenv:Body><soapenv:Fault><faultcode>sf:INVALID_FIELD</faultcode><faultstring>INVALID_FIELD: No such column 'Nexternal_Product_SKU__c' on entity 'product'. </faultstring><detail><sf:fault xsi:type="sf:InvalidFieldFault"><sf:exceptionCode>INVALID_FIELD</sf:exceptionCode><sf:exceptionMessage>No such column 'Nexternal_Product_SKU__c' on entity 'product'. </sf:exceptionMessage><sf:row>-1</sf:row><sf:column>-1</sf:column></sf:fault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
The field exists in Product 2 not Product even though I used the custom field setup in Product to establish this relationship. I need to use an External ID and the Product object fields not the fields available by Product 2.....anone have any idea about this???
TIA
Ian