Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Can we use check box in dependent picklist?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can we use check box in dependent picklist?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-14-2012 01:26 AM
Hi
Interview question:Can we use the check box in dependent picklists?Can anybody help me?
Solved! Go to Solution.
Re: Can we use check box in dependent picklist?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-14-2012 05:49 AM
Regards,
J
MicroClouds.in/blogs
Salesforce Certified Developer
Re: Can we use check box in dependent picklist?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-14-2012 06:53 AM
Yes you can use Checkbox with a dependent picklist however Checkbox fields can be controlling fields but not dependent fields.
you can try this -
On an Object , Create a Checkbox field D1__c , Create a Picklist field D2__c ,
Under the Custom fields and Relationship Section Click the 'Field Dependencies' button, Click New
In the controlling Field choose D1 and in Dependent field Choose D2
The page that opens next is very self explanatory. follow the instructions and you'll learn that Checkbox can be used in a dependent picklist.
Re: Can we use check box in dependent picklist?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-14-2012 06:59 AM
Regards,
J
MicroClouds.in/blogs
Salesforce Certified Developer

