Is there a way to select multiple dates in a Catalog Item (Record Producer)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 01:12 AM
For example if the user needs to select 15 dates in a record producer on the service portal, is there a better option than to have 15 date fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 01:55 AM
Hi Peter
I would suggest you create two fields.
1) Date field- where you will select the date.
2) SIngle line text - which can store the comma-separated list of all the dates.
You can write onChange client script on date field that whenever it changes, you can pick the values and append it to the list of dates in the string field.
There could be a better solution for it but that's all i can say for now.
Thanks
Gaurav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 02:14 AM
I do not remember if catalog table variable works for portal. You can search that on Share site.
Next, you can extend Gaurav's suggestion and try using Bootstrap's tag input to get a better visual experience.
You might need to import some files to provide support for this.
Note: I am not a UI expert. So I might not be able to help more on this.