I开发者_如何学C want to be able to read / write some variables to the current session in my Salesforce site pages.
The problem that I\'m trying to workaround is that we cannot report on pending approvals. I\'ve seen the recommendation that we update fields on the object that is being routed in the action that exe
Is it possible to get the referrer from a salesforce page that im editing in visualforce? Im using the following APEX method
I am attempting to import a WSDL into Salesforce where one of the XML elements contains both an element and a string value e.g.
I have map with key and value and my goal is to get list of \'key\'. I am thinking to get it to the array or List.
According to a requirement, we have to do data loading to Salesforce.com in Linux environment. In Windows, the Apex data loader works fine for data loading.
I\'m just getting started with the Salesforce Web Services API and I\'m surprised that there isn\'t an obvious way to do a query for all e.g. Account objects that contain certain tags.
I have visualforce page CompetitorSearch.page that use CompSearchDummy__c as standard contro开发者_如何学运维ller.
I wrote code to send email. It works fine but my goal is: When someone sent to non-existing email address, I want to log开发者_C百科 the result as \'false\' or \'failure\' etc (and when email address
I see scheduler like feature in salesforce but it is somewhat tied with existing features that salesforce provide and no sample source code is provided as far as my research goes.