function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
devadasudevadasu 

getting error message s-force is undefined

getting error message s-force  is undefined .can u give ur comments
How to create a connection and query the result
mlanesylviekatemlanesylviekate
 I am also getting an error message -- undefined -- when I try to add a new contact by using the "New Contact" tab.  Since I began using SalesForce months ago I've been adding new contacts this way.  I found out today that I should have been using the "Contacts" tab and NEW to add them.  I don't understand why this is suddenly happening.  I have also lost my whole contact list except for 3 contacts.  I can access it under Households and my donation history remains in Donations.  But no contact list (of over 400).  I'm feeling desperate here...
Deepakn12Deepakn12
If u want to query then u should use something like this.
sforce.connection.query("your SOQL");
Make sure u all the required script files provide by the sfdc for AJAX toolkit.
thx.
Deepak.