Tagged Questions
Visualforce is Salesforce.com's HTML template technology, allowing dynamic creation of web pages (as well as other files) utilising Apex logic and SOQL queries to replace merge fields with content.
11
votes
5answers
756 views
How can multiple developers efficiently work on one force.com application?
The company I work for is building a managed force.com application as an integration with the service we provide.
We are having issues working concurrently on the same set of files due to the shoddy ...
5
votes
2answers
646 views
CSS, Salesforce, ExtJS, and the blues
I've been asked to demo some ExtJS UI enhancements to our current apps inside Salesforce. This is just a proof of concept that ExtJS will work as a good UI replacement for the default UI that most of ...
5
votes
1answer
4k views
How to format a date in VisualForce?
In Salesforce, if I'm binding a date into a VisualForce page, how do I apply custom formatting to it?
Example:
<apex:page standardController="Contact">
<apex:pageBlock title="Test">
...
4
votes
2answers
93 views
How to assignTo a setter in Salesforce that requires an index parameter, such as a List<>?
In a controller I have two values:
public List<String> StringValue {get; set;}
public List<String> ListValue {get; set;}
The ListValue is initialized in the constructor and several ...
4
votes
6answers
3k views
VisualForce: convert carriage returns to html line-breaks in a long text field
In Salesforce, if I'm binding a text field into a VisualForce page, whats a good way to convert the carriage returns in the text-field into HTML <br/> tags?
e.g. starting from something like ...
3
votes
0answers
49 views
Does anyone have an XML namespace for Salesforce's APEX?
I'm trying to use xmllint to reformat our VisualForce code. My command line is "xmllint --format --recover filename.page".
Though the formatting (especially script sections) work out well, all the ...
3
votes
3answers
360 views
Session Management in salesforce
We are trying to build one simple website using force.com sites.Here User logged into website and need to perform different actions by moving to different VF pages.
We are facing a Problem to ...
3
votes
1answer
372 views
element2.focus() fired after element1.onblur() not working in Fx/Chrome/Safari - Salesforce
Am on Salesforce (visualforce) and using a custom autocomplete javascript. My requirement is to trigger auto complete search on a text field element2 as soon as a selection is made from suggestions on ...
3
votes
2answers
320 views
Accessing EmailMessages relatedList in Visualforce page for Case
I'm trying to create a Visualforce page with a number of related lists. I'm trying to display the same related lists that I have on the standard layout page. OpenActivities, ActivityHistories, ...
3
votes
3answers
4k views
Salesforce (VisualForce): How to test for no records returned in 'apex:repeat' statement?
I am trying to figure out how to test fields (included within a apex:repeat) to see if they are blank, or null, and if so display some alternate text (Ex: No records to display) in the table instead ...
2
votes
2answers
47 views
How to implement “Save & New” functionality in a VisualForce Page
I know that this is how to save a record
<apex:commandButton action="{!save}" value="Save"/>
Now I want a button to save the current record and reset the form to input another record.
...
2
votes
1answer
88 views
How to open multiple windows at a same time in salesforce?
I want to open 2 salesfroce reports at a same time when clicking on a custom formula field. I used hyperlink function in my formula field but in that i call my Visualforce page and that i will ...
2
votes
3answers
175 views
Combine multiple objects within a list
I'm looking to create a single list of records of various sObject types using apex to display to a custom visualforce page. I'm wondering if there is a way to combine multiple objects (case, ...
2
votes
1answer
2k views
How to get in a Visualforce page controller a value from a custom component controller?
I'm trying do develop a visualforce custom component which is an entity chooser. This custom component displays a UI which helps browsing some records. It's possible to select one record, and I'd like ...
2
votes
5answers
2k views
Salesforce - Is it possible to display image file from ContentVersion to custom visualforce page?
I wrote one simple Visualforce page that let user upload an image file then
save the file to ContentVersion object.
Now I want to display the saved image in my custom visualforce page. Is it even ...
2
votes
1answer
932 views
how to create popup window with javascript in output link attribute in visualforce page in salesforce
how to create popup window with javascript in output link attribute in visualforce page in salesforce. let me know
2
votes
1answer
2k views
How to convert SET to array in APEX?
I have map with key and value and my goal is to get list of 'key'.
I am thinking to get it to the array or List.
Got to the point where I have key values in the SET but haven't figure out
how to ...
2
votes
3answers
1k views
How to refer html element id specified in visualforce and pass onto javascript function?
I have apex tag that generate input text field.
<apex:page id="my_page">
<apex:inputText id="foo" id="c_txt"></apex:inputText>
</apex:page>
When someone clicks this ...
2
votes
1answer
3k views
How to make items (columns) in <apex:pageBlockTable> hyperlink?
I successfully created tables with style that salesforce provided. (like the one that highlighted on mouseover etc)
But I want the value of column to be a link to display detail info of the object.
...
2
votes
3answers
282 views
Salesforce.com - Visualforce and ActiveX
I have a Visualforce page through which I am trying to access a SDK. It is done using ActiveX control. The VB + JS script that I have runs fine when it is a normal HTML page residing on my desktop. ...
2
votes
2answers
476 views
events not firing in VisualForce
In the page below,Topic__c is a single-select picklist. My intention is to have this list control which of the input fields is available below. The user selects an option, and the onchange event ...
2
votes
1answer
206 views
Visualforce and VPN
I'm looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use Visualforce with an Apex controller/extension to access the data, however ...
2
votes
1answer
650 views
Get the data type, not display type, of a Salesforce.com field from Apex
I need to access the data types of the fields in a Salesforce.com object in order to identify each phone, fax, email, and mail field in an object. I've done this from SFDC web services with the ...
1
vote
1answer
24 views
how do we call a javascript function after executing controller method
I have a Vf page with save button. i am calling a controller method in the VF page. I would like to close the VF page once the save method is executed.
<apex:commandButton value="Save" ...
1
vote
1answer
38 views
System.SObjectException: SObject row was retrieved via SOQL without querying the requested field:
I have a custom object called Technology__c and join object called AccountTechnologies which is a join object between Account and Technology__c .So AccountTechnologies has a master detail relationship ...
1
vote
1answer
23 views
how to upload image instead of a link using apex:inputTextArea?
Can anybody please help me to solve the issue of uploading image instead of a link in text editor. I am using apex:inputtextarea . It returns me the text editor with the option of inserting image with ...
1
vote
1answer
20 views
Get values of form field in javascript from a visualforce page
i have requirement where i need to check if apex:inputCheckbox is checked, and if it isn't then raise an alert saying that its not checked.
<apex:inputCheckbox value="{!check}"/>
I am ...
1
vote
1answer
49 views
Salesforce (Visualforce): Rerender - pull values from page, not the record?
I'm stuck on my rendered argument here - I'm fairly positive i'm pulling values from the record itself and not from the visualforce page. When I change the value (are_you_kp__c) from the record to a ...
1
vote
1answer
20 views
how do i call a Vf page with parameters from a button in another VF page
I am having button on VF page for print of the VF page.
This page is a search result, so for printing i am generating a very similar page except that it is going to be rendered as pdf. So i want to ...
1
vote
1answer
28 views
Print a datatable from VF page
I have two apex:datatable in my VF page. I need an option of printing these tables from the VF page. How as renderasPdf work? does it print the whole page or can we render only that datatable? Or ...
1
vote
1answer
38 views
How to implement “Cancel” functionality in a VisualForce Page
I know that this is how to save a record
<apex:commandButton action="{!save}" value="Save"/>
I want a button to NOT save the current record (ie. Cancel) and navigate to the list of saved ...
1
vote
1answer
47 views
How to control the width of an apex inputfield in a VisualForce Page
Since the standard Page Layouts don't allow you to adjust the width of an inputfield bound to a text field, I'm trying to create a VisualForce Page but there isn't a width attribute for the ...
1
vote
1answer
44 views
how to create sections of grouped data in Vf page
I have a List with data below
customer name Make Area
Mike honda Chicago
Kevin GM Chicago
Bill Audi New York
roger Suzuki New York
i ...
1
vote
2answers
53 views
Query user permission level for an object's parent?
I have a custom object with a master-detail to opportunity. Is there a way to determine if the user has read or read/write access when querying this custom object?
To clarify my needs, I'm looking ...
1
vote
1answer
86 views
Pass Apex method parameter value with Visualforce 'apex:actionSupport'
Can anyone please tell me how can I pass Apex method parameter value with Visualforce 'apex:actionSupport'.
Apex code:
public void renderField(String sampleType) { }
Visualforce code:
...
1
vote
3answers
93 views
Can we make visualforce page as Home page in salesforce?
i want to make my visualforce page as home page in my sandbox.
So is it possible to make visualforce page as home page in salesforce.
1
vote
3answers
202 views
Visualforce Custom lookup visualforce page
I was wondering if there is a way to override the native functionality of the lookup field in Salesforce and replace it with a visualforce page. The reason I'm trying to override this button is ...
1
vote
2answers
234 views
Display a text field after a checkbox is checked in visualforce
I have a requirement in which a Text field has to be made editable or rendered when a check box is checked, how can I achieve this?
1
vote
2answers
71 views
VisualForce {!Account.Id} returns 15 char id rather than 18
From the Salesforce documentation:
"Because there are applications like Access which do not recognize that 50130000000014c is a different ID from 50130000000014C, an 18-digit, case-safe version of ...
1
vote
1answer
147 views
Standard User can't add/edit custom setting record in salesforce
I have created a custom settings object with two fields. I have also created a Apex controller , and a Visual Force Page to update/edit the custom settings. As a system administrator I can edit the ...
1
vote
1answer
53 views
QueryString in a QueryString
I would like to do something like below:
<form action=www.domain.com?retURL=www.domain2.com?parameter=a method="POST">
but this is not possible.
The reason why I want to do is that I have a ...
1
vote
2answers
103 views
Apex Code Version Control
Is there any way to integrate version control system for Apex & Visualforce code? I can thinking of keeping a separate repository but no way to have it integrated with Salesforce Platform.
Thanks ...
1
vote
3answers
406 views
Treat Salesforce VisualForce Page as an External Widget
I want to turn a Salesforce VisualForce Page into a widget for my corporate website. I want to access the widget using server side code and a service account. I'll cache, style, and output the widget ...
1
vote
2answers
299 views
Can the Salesforce multi-select picklist be used for arbitrary data and not just sObjects?
I think I might be missing something, but I can't see how to use the built in multi-select picklist control for anything but sObject fields.
I'm talking about the control which features 2 list ...
1
vote
2answers
177 views
Why JQueryUI does not work on salesforce standard input elements?
I am having trouble using JQueryUI with salesforce standard elements. Basically, I want to auto suggest the record names to the user, instead of the user clicking on the salesforce search button.
...
1
vote
1answer
66 views
unknown property while using a list of class in Vf page
i have a class
public with sharing class CAccountRep {
string sageAccountNo {get;set;}
string clientName {get;set;}
string name {get;set;}
integer noofdays {get;set;}
string billableUnits {get;set;}
...
1
vote
2answers
138 views
In Visualforce pages, is it possible to use the command line in the Firebug console?
On Visualforce pages, commands run in the Firebug console command line don't seem to work. For example $(".myClass").show(); returns TypeError: $(".moreInfo") is null.
I think this is because the ...
1
vote
1answer
262 views
Can't hit apex REST web service from javascript
I created the sample REST api class (found here) in my developer org, and I'm trying to hit it from javascript on a visualforce page in the same org, but I'm getting the following error:
...
1
vote
1answer
393 views
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 AccountId. However, when I set the ID in the sObject ...
1
vote
2answers
219 views
Programatically get a list of all workspaces (shared+Personal) in VisualForce Page
I have created a custom visualforce page.
Here 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 data
Can somebody ...