apex-code
Salesforce Session variables, set and get variables in Session
I开发者_如何学C want to be able to read / write some variables to the current session in my Salesforce site pages.[详细]
2023-02-09 17:46 分类:问答SalesForce.com - Reporting on approval process workarounds
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[详细]
2023-01-31 07:36 分类:问答Get referrer in Apex Visualforce
Is it possible to get the referrer from a salesforce page that im editing in visualforce? Im using the following APEX method[详细]
2023-01-30 18:02 分类:问答Salesforce WSDL import of simpleContent w/extension
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.[详细]
2023-01-30 04:58 分类:问答How to convert SET to array in APEX?
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.[详细]
2023-01-28 17:14 分类:问答Apex Data Loader in Linux environment?
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.[详细]
2023-01-27 04:46 分类:问答Salesforce SOQL Queries and Tags
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.[详细]
2023-01-26 15:05 分类:问答How to add button or Link to visualforce page whose standard controller is not same as applying tab?
I have visualforce page CompetitorSearch.page that use CompSearchDummy__c as standard contro开发者_如何学运维ller.[详细]
2023-01-26 02:29 分类:问答How to handle error in Messaging.sendEmail()?
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[详细]
2023-01-25 11:45 分类:问答How to implement scheduler in Apex?
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.[详细]
2023-01-25 02:04 分类:问答