The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
42 views

How does SOQL consider INCLUDES for multipicklist? AND or OR

i have multipicklist for industry. I have a records which has Bank,agriculture as the selected values. If i need to get all the records have bank and agriculture selected together. Would includes ...
0
votes
1answer
71 views

Compare a string set and a list with Contains

I am creating two lists for a multi-select picklist. The available selections are being created through a query. During an edit I would like to only have the values which have not yet been selected ...
1
vote
1answer
72 views

SelectOption questions for a multiselect picklist

I've got the following code working which will create SelectOptions for both columns of a multivalue picklist (available column (left) and a selected column (right)). The left row is created by a SOQL ...
0
votes
2answers
86 views

Setting color for multiselect picklist

EDIT:Sorry for not specifying this critical part. I want this to be done on a Multi select picklist on standard salesforce *(even if it means hacking the side row by adding a dummy component) and not ...
2
votes
2answers
42 views

Multivalue picklist default to multiple selections

Is this possible? I see the ability to select a single value as the default, but can I select say 3/5 values as the default?
3
votes
1answer
39 views

Order of values in a multi-select picklist is not consistent

I added a value to a multi-select picklist field. Then I reordered the value to fit it in the list. After this I opened a record of this object and added this new value. When looking at it in the ...
3
votes
3answers
65 views

multipicklist values order changed when copied over to another record

I've a multi-picklist field called SegmentA(A,B,C,D) on ObjectA. Also, another multi-picklist field called SegmentB(A,B,C,D) on ObjectB. Values in both the multi-picklist fields are same. Selected ...
-1
votes
2answers
40 views

How can i achieve Uniformity in Multi select box?

I have 8 different Multi-Picklist box in my vf Page.But since the size of the box in are not uniform .it looks messy in the UI.Please help me out in this regard. Thanks in advance. Thanks, Rabi
2
votes
3answers
58 views

How to report on a Multiselect field?

When selecting fields in a Multiselect - every combination is counted as a single value in a report. There are some ideas to update that behviour, but I wonder, if anyone has a workaround, where I ...
1
vote
2answers
65 views

Selecting only one value in multi-select picklist?

Can we restrict user to select only one value from multiselect picklist in visualforce. If yes,please let me know the way. Thanks.
5
votes
1answer
124 views

How to implement validation rule on multi select picklist

Suppose i have a multi select picklist which has 30 items. Now i have to put a validation rule that "user can't choose all the items from picklist. Atleast one item should be available in available ...
5
votes
2answers
170 views

Need to change the width of multi-select picklist on VF page

i have one multiselet field which i am displaying on VF page.But due to change in Spring 13 release now it appears as But i want it in small size because my page layout is disturbing from this. I ...
1
vote
1answer
157 views

Need to show multiselect picklist field as checkboxes in vf page?Any suggestions plz

i Need to show multiselect picklist field as checkboxes in vf page?Any suggestions plz. and also want to save the value using controller.
0
votes
1answer
195 views

Showing Different values in multi pick list

I created VF page with a Multi - picklist field using <apex:inputField value="{!obj.Hobbies__c}" /> But the values in VF page Multi - picklist showing the different values compare with values ...
0
votes
1answer
191 views

Multiselect page from a lookup

Is it possible to relate multiple records to a single lookup field (or) Is there a way to create a multiselect picklist/longtext field and dynamically fill in a related object info in the picklist, ...
6
votes
1answer
1k views

Dependent multi-select pick lists

I have an interesting implementation request, and would like to pick the communities brains on the best way to design a solution. I'd like to add 3 picklist fields to an Account object in the ...