A Platform-as-a-Service development environment delivered on Salesforce.
I successfully created tables with style that salesforce provided. (like the one that highlighted on mouseover etc) But I want …
hyperlink salesforce visualforce xmltableI am trying to schedule a class to run every 15 minutes. I know we can set in salesforce for every …
salesforce apex-codeI have a Visualforce page that is embedded on the detail page of Opportunities. Within the page is a command …
iframe salesforceI have a data table which iterates through a custom object and generates checkboxes. On the second page, I want …
salesforce visualforce force.comI have a Visualforce page using a custom controller that is used to edit multiple records under an opportunity. I'd …
salesforce visualforceThe following is my SOQL query: select COUNT(Id) FROM Payroll_Group_Detail__c where Tax_Batch__c=null and …
salesforce apex-code soql force.comI want to use a method of a class onto another class. eg: public class controller 1{ public void method 1(){} } public …
salesforce apex-code force.comI have a list of Assets Name: column 2: etc A1 C1 b1 A2 c2 b2 When I click on A1, …
salesforce apex-code visualforce force.comI'm trying to set POST content using Apex. The example below sets the variables using GET PageReference newPage = Page.SOMEPAGE; …
salesforce force.comI am trying to do basic authentication to call a rest service. On service doc the procedure mentioned for CURL …
rest http salesforce integration