I think I might be missing something, but I can\'t see how to use the built in multi-select picklist control for anything but sObject fields.
I am having trouble using JQueryUI with salesforce standard elements. Basically, I want to auto suggest the record names to 开发者_高级运维the user, instead of the user clicking on the salesforce sear
i have a class public with sharing class CAccountRep { string sageAccountNo {get;set;} string clientName {get;set;}
i am building an mobile application for sfdc. i am using apex and visual force and jquery mobile js to create my app.
On Visualforce pages, commands run in the Firebug console command line don\'t seem to work. For example $(\".myClass\").show(); returns TypeError: $(\".moreInfo\") is null.
I have an apex controller which builds up a list to be displayed in a datatable. The list combines different object, so the variable I create is a List
In salesforce I need to create a visualforce page that includes the fi开发者_运维问答elds of 2 objects. The first object is the QUOTE object. The second objects is a custom object with several fields.
public with sharing class xml4 { public string x{get;set;} public string c{get;set;} List<ArtemisVC__Company_View_Extensions__c> mcs{get; set;}
Is there a visualforce component for links? I\'d like a link () on my page which can trigger an ajax call to one of the functions in the controller and rerender an element on the page.
When a new lead comes in, I want to use a before trigger and a Visualforce email template that contains lead field values to send an email using the SingleEmailMessage class开发者_高级运维.The email i