Visualforce is Salesforce.
I am working on a module which will de-duplicate contact records on insert/update but I am hitting into Apex …
salesforce apex-code visualforce apex force.comI am new to apex, I have created a button to call the apex class through the visual force page. …
unit-testing testing salesforce visualforce force.comI'm having strange results with a Visualforce page (yes, Salesforce.com is icky, I know). My issue is that I …
salesforce apex-code visualforceI have a method in the controller public PageReference add() { insert technology; return null; } technology is a custom object .It …
testing salesforce apex-code visualforce force.comI need to change the breadcrum on my VF Page based on a condition. Login is: If value is 'A' …
salesforce visualforce apexI'm have an application deployed to salesforce on the force.com platform, which I'm trying to configure a 2 way SSL …
ssl wireshark visualforce client-certificates force.comI want to set two pageblock-Elements parallel with Visualforce. How can I do that? <apex:page> <apex:…
salesforce apex-code visualforceI want to display a field in a object to show just the whole number/integer value. This field has …
salesforce visualforcei am trying to run a schedulable job i never used schedulable jobs in salesforce here is my code global …
salesforce apex-code visualforceI have a visualforce component which I use for displaying the user's name. Currently I am doing it using the …
salesforce apex-code visualforce force.com