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
rumdumdumrumdumdum 

Creating S-Controls with Google API

Hi everyone,

Writing an HTML S-Control in the part were Java comes in how can you pass(the syntax) a number field from SalesForce to a variable, so that the variable stores a number?

 

ex.

 

Custom Field - {!Account.Dudget__c} 

 

var a= ???

 

 Thanks

learnSFlearnSF

Write,

 

 

var a= {!Account.Dudget__c} ;

rumdumdumrumdumdum
The problem was that it couldn't process a currency field. But Thanks