You need to sign in to do that
Don't have an account?

making picklist required
Hello,
I have a picklist on a page, I want to make that field mandatory. I dont have option like Required like other fields.
Can i add any validation rule or any other method
I have a picklist on a page, I want to make that field mandatory. I dont have option like Required like other fields.
Can i add any validation rule or any other method
You can do this from the page layout. Click the wrench when you highlight the field on the page layout and select the Required checkbox and save.
You can also use a Validation Formula like this:
ISPICKVAL(PicklistFieldName, "")
http://www.salesforce.com/customer-resources/learning-center/details/tip-sheets.jsp
Thanks
Anand
All Answers
You can do this from the page layout. Click the wrench when you highlight the field on the page layout and select the Required checkbox and save.
You can also use a Validation Formula like this:
ISPICKVAL(PicklistFieldName, "")
http://www.salesforce.com/customer-resources/learning-center/details/tip-sheets.jsp
Thanks
Anand