This is an APEX code related question and is specific to a VisualForce controller class. Question I am trying to update a record with a known Acco开发者_JS百科untId. However, when I set the ID in the
I am searching for the solution regarding the radio button in salesforce apex programming. The scenario is I have one object in that one field is updated with valuewhen the radio button is selected
I have created a custom visualforce page. H开发者_高级运维ere in the controller class i want to get a list of all workspaces in a dropdown so that user can make a choice among where to publish the dat
I have created a custom visualforce page. Here in the controller class i allow the user to create folders.
I developed a String XML type and i just want to pass these XML String to Apex class and i want to iterate the values and i need to display .please share some example 开发者_开发百科Anil,
Can anybody provide me some links that could describe how can i add content and workspace(now library) tab in my existing application.
I\'m trying to fix my code posted for this ques开发者_开发知识库tion VisualForce: convert carriage returns to html line-breaks in a long text field
In salesforce custom links, a user can reference the salesforce session ID by using the API global variable, like so: {!Api.Session_ID}
I have the following in my visualforc开发者_开发问答e page: <apex:pageBlock mode=\"{!pageBlockMode}\">
Weare trying to build one simple website using force.com sites.Here开发者_如何学Go User logged into website and need to perform different actions by moving to different VF pages.