is it possible to render a picklist field in a field editor as multiPicklist?
The use case here being that I don't actually want to save the record which contains the picklist - I am just using it to retrieve multiple values which the user has chosen from the picklist field, and then use a snippet to stick those values into a condition on another model, and run a query.
So really its just a simple picklist field in a field editor, but I want it to render as a multipicklist...

So really its just a simple picklist field in a field editor, but I want it to render as a multipicklist...
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Can you give us some more info and post a screenshot of what you need to do?
But if your users might want to select 'many' related products, then you will need to look at building a Junction object between Case and Product - check out the documentation here on a 'many to many' relationship. This would mean that rather than having a 'field' called Property, you want to create a new 'Custom Object' called Property, with a master-detail lookup to Case, and another Master-detail to Product.