Lucky draw booking system
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 06:34 PM
I would like to create a booking form on ServiceNow. The only catch is that I would like it to have a lucky draw, or random draw function such that if a few people have selected the same time slot, the system will do a random allocation to one person.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 07:47 AM
Hi, in that case it would be a bit more tricky because you are asking for a reference system against dates which have already been taken. In which case you will need to create a custom table to store the dates and asign users against them, along with some logic to generate recurring dates every month.