sohansinghn723 / excel-connector

Automatically exported from code.google.com/p/excel-connector
0 stars 0 forks source link

Editing attributes on Custom Objects #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I edit an attribute for record that is part of a custom object
2.I go to "Update Selected Cells"

What is the expected output? What do you see instead?
The record will be updated with the text entered into the cell, instead I get 
the error message: "Invalid Range, missing data type, or other error
type is: 12 (I was trying to type "12" in as an attribute)
INVALID_TYPE: sObject type '12' 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 describe the call for the appropriate names."

I think if I knew what it meant by "entity name" I'd be able to fix it  

I'm using Excel Connector for Salesforce.com Enterprise and Unlimited Editions 
( API 16.0 )on Windows XP, Excel 2007.  SalesForce Enterprise edition.  

Please provide any additional information below.

I am able to create and delete records from excel, just not edit existing ones 
for custom objects.

Original issue reported on code.google.com by djinterr...@gmail.com on 7 Dec 2012 at 5:22