I wrote one simple Visualforce page that let user upload an image file then save the file to ContentVersion object.
Not a SFDC expert but need to integrate a web form hosted in SFDC. For other reasons, this page needs to capture an initial password and send off the salted/sha256\'d version of the password to anothe
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
I cannot find where i开发者_JAVA技巧n the salesforce.com UI I can add a trigger on a file attachment.I can find triggers on almost everything else, but attachment seems to be missing from the list(eve
I am seeing some behavior in the SalesForce Apex code that I don\'t understand. It seems to break code security rules. I have a controller that looks something like this:
Is there a way to add a custom button to the action section of the apex:enhancedlist? Thanks F开发者_开发百科rankFrank,
I have an abstract class in apex with several properties that I would like to override in a child class. According to the documentation, properties support both the override and virtual access modifie
First, I\'m coding this in force.com APEX. I have a google earth KML. In this KML file I have a series of coordinates:
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
I am trying to change the wsdl2apex code for a web service call header that currently looks like this: