visualforce
Custom Button to copy data from Opportunity into a related custom object
I have a custom object that is used for product setup that is mapped to an opportunity. It\'s a one to many relationship - one opportunity maps to many setup objects, but one setup object is only mapp[详细]
2023-02-18 11:20 分类:问答Salesforce Action buttons in enhancedlist
Is there a way to add a custom button to the action section of the apex:enhancedlist? Thanks F开发者_开发百科rankFrank,[详细]
2023-02-17 00:40 分类:问答Custom Task button "Log a Phone Call" in salesforce.com
I\'d like to create a custom task button that would create a new activity or task and default subject and a custom field \"Activity.Type__c\" to \"Phone Call\" when clicked开发者_运维知识库.[详细]
2023-02-13 04:05 分类:问答How to fire a button click event from a include page (visual page)
In my main Visualforce page I have included one header page. In the header page there several hyperlinks. Now, where I navigate from one hyperlink to other hyperlink I want to access main page\'s Cust[详细]
2023-02-11 11:28 分类:问答how do i represent document.getElementById('page1:form2:amount') in jquery?
How can I represent document.getElementById(\'page1:form2:amount\') in jQuery I know I can use $(\'#amount\')[详细]
2023-02-10 02:12 分类:问答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 分类:问答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 分类:问答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 分类:问答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 分类:问答