visualforce
VisualForce(APEX): Update record with known ID
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[详细]
2023-03-20 08:51 分类:问答Regarding the radio button in salesforce
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[详细]
2023-03-19 17:00 分类:问答Programatically get a list of all workspaces (shared+Personal) in VisualForce Page
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[详细]
2023-03-17 16:36 分类:问答Programatically add/publish a record to the workspace/libraries in salsforce using apex
I have created a custom visualforce page. Here in the controller class i allow the user to create folders.[详细]
2023-03-17 06:24 分类:问答How to pass XMl String visualforce page to apex class
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,[详细]
2023-03-16 03:40 分类:问答How to add content & workspace tabs in a salesforce application
Can anybody provide me some links that could describe how can i add content and workspace(now library) tab in my existing application.[详细]
2023-03-15 11:26 分类:问答Salesforce: How to only render apex if current user has permission to update current record. Record level security
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[详细]
2023-03-13 19:13 分类:问答Salesforce API global variable in a visualforce page
In salesforce custom links, a user can reference the salesforce session ID by using the API global variable, like so: {!Api.Session_ID}[详细]
2023-03-13 16:06 分类:问答How do I dynamically set the 'mode' attribute of a apex:pageBlock in Salesforce Visualforce?
I have the following in my visualforc开发者_开发问答e page: <apex:pageBlock mode=\"{!pageBlockMode}\">[详细]
2023-03-13 14:40 分类:问答Session Management in salesforce
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.[详细]
2023-03-11 11:30 分类:问答