Multi Date Picker functionality

vhari2
Tera Expert

Hi 

I want to add a field that can add multiple dates like a list . Not sure if there is a way to do this . Please let me know 

 

Thanks 

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Vihari,

As of now this type of field is not supported.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Sanket Khabiya
Kilo Sage

Instead you have to create multiple date type fields to fulfil the requirement, as of now there is no such way to do this.

Duncan Pederse1
Giga Expert

https://community.servicenow.com/community?id=community_question&sys_id=7715476ddbd8dbc01dcaf3231f96...

See the correct answer here. Personally, I love this answer.

Create two fields:

1. Date field

2. String field (probably read-only)

Use a client script to append dates to the String field, when the user picks them in the Date field