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
Vipin  PulinholyVipin Pulinholy 

Will I be able to query sforce database from a Javascript sforce control ?

Hi,

     I need a control which will query the sforce database and I need to perform database updation also. Since Iam not comfortable with Java Iam planning to do it in Javascript.

 

Will it possible to use SFORCE OBJECT QUERY LANGUAGE (SOQL) in  in Javascript?

 

Does anyone know of any examples/Sample code   for creating SControl s in Javascript which uses API to update the database?

 

I appreciate any help in getting me started

 

das

 

DevAngelDevAngel

HI das,

You certainly can exercise the API from java script.  You will need to be familiar with MSXML, or if you can wait a few weeks, you can use a com object that we will be releasing with the Summer 04 salesforce.com release.  I don't have any MSXML samples, but others may on the VB boards.  The com object, code named foghorn, will be fully supported with samples and documentation.

cw.ax43cw.ax43

Hi,

Has this new control been released yet?