Combo-box variable for record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 11:46 PM - edited 08-16-2023 09:46 PM
EDIT: I want something that works the same way as the "Tags" interface. Help please
How would I go about creating a combo-box field type to use in catalogue items?
The need is for a single question on a form that allows the user to select from 5-6 common responses or type a free text response if their answer is different. The value would map to a string field on the resulted record which results in consistent but flexible responses.
While having an "other" choice option that links to a UI policy-driven text field can work, the ask is for a more slick and seamless UI (less clicks, cleaner form, etc.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 12:55 AM
So you need a field that has choices and a free text field in the same box?
You can't do that with OOB options. You'd need to create a UI macro, possibly UI page, to create your own variable that whips out the choices and also has a text field included.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 09:49 PM
Thanks Wierd - I appreciate your response.
I can see this isn't something you can do out of the box, but have edited the question to say that I want something that works like the "tags" field on existing records.
I would also like some more specific steps, ideally from someone who's tackled this in the past.