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
kamal3883kamal3883 

Access List Custom settings in Custom Java script Button.

Hi,


I want to access List custom setting in Custom Java script. can anybody help me with pseudo code and is it possible to access it like other salesforce custom object.

i dont want to call Apex method and want to write complete logic in button only.
Sonam_SFDCSonam_SFDC
<script  type="text/javascript">

var url = "{!$Setup.MyCustomSet__c.URL__c}";

alert(url);

</script>

reference: http://help.salesforce.com/apex/HTViewSolution?id=000003862&language=en_US