I am trying to create a widget using javascript and jquery in SalesForce, I was stuck with a ERROR: Uncaught TypeError: Cannot call method 'noConflict' of undefined Below is my code which i am using (function() { // Localize jQuery varia...
I'm attempting to install the DrEdit sample app for Salesforce onto GAE. The app runs, but saving or opening a file results in an HTTP 403 "Access Not Configured Error". I have also attempted to use the values for API Access>Client ID...
I have created a custom object Code_Postal__c. The goal is to check into my Code_Postal__c record the city's name with the same ZipCode set by the user on an Account record page. I don't need, and don't want to create a custom visualforc...
I'm trying to add data to my heatmap. I use this library in order to do that https://github.com/pa7/heatmap.js + the plugin from this. This is my import: <ltng:require styles='/resource/leafletMarkerCluster/Leaflet.markercluster-1.4.1/di...
I want to set cookies in url like salesforce apex page url using javascript[document.cookie] and get those cookies in another domain in same browser.using javacript but not able to get. Actually my Apex page which i load in iframe and that time i se...
I am doing some integration with the salesforce.com api but I have hit a roadblock. Using some javascript I want to 1. Post a username/password to get authentication token EG: https://login.salesforce.com/services/oauth2/token?&client_id=XXX-...
I have apex tag that generate input text field. <apex:page id="my_page"> <apex:inputText id="foo" id="c_txt"></apex:inputText> </apex:page> When someone clicks this field, I want to execute javas...
Working in playground of lightning web components. I have following files and code: basic.html <template> <div style="height: 300px;"> <lightning-datatable key-field="id" data={data}...
this is an extension of a question I asked on the Salesforce developer boards that didn't get much play: I have a VisualForce page that requires frequent changes to load new information from the controller and embed that information into a Java...
I'm using Visualforce Remoting for an application, and periodically getting the error: Uncaught TypeError: Cannot read property 'tid' of undefined, from line 84 of the VFRemote.js library file. The file is auto-loaded into my page...
©2020 All rights reserved.