The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
42 views

Problem in making a field Required

i have multiple sections on page. i am rendering these sections using a list. i want fields in first section to be required only. so i have used an apex:variable which i am incrementing within ...
1
vote
1answer
59 views

How to make a picklist input field as required in a Visualforce page?

Making a picklist field as required means to remove the --None-- option. A picklist cannot be made required in the field setup. In a standard detail page, a picklist can be made required by checking ...
0
votes
2answers
22 views

Making a field required on the basis of its controlling field

I have one controlling picklist of subject and dependent picklist teacher. On the basis of subject picklist teacher picklist changes. I want that teacher field should be required only when teacher ...
2
votes
1answer
35 views

Required Picklist from Custom Object view

When you add an new field to an object in Salesforce.com, it is possible to check the "Required" checkbox to make it mandatory for every data insert/update. I know it is possible to make it required ...
0
votes
2answers
53 views

Universally required fields

Which field cannot be universally required in salesforce? a)Look Up b)Text c)Email 4)Number I refer some guide it is given Answer a)Lookup but when i tried to make lookup field required ,its working. ...
2
votes
1answer
470 views

Visualforce Page with required fields and rerendering

We have a Visualforce page that uses standard pageBlockSections and inputFields. This page has a lot of dynamic rerendering of pageBlockSections based on fields. Up until now, all of the fields have ...