Want to show only Weekend i.e Friday Dates in the Date - Interface Tool
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ManuMittal
7 - Meteor
‎06-03-2021
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1 REPLY 1
22 - Nova
‎06-03-2021
05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @ManuMittal
Sadly there is no option to keeponly friday and diable all dates. But there is an option to force user to select friday. You can set up an error message tool such that if the selection is not friday it will pop up a window asking user to select friday. This is part of user input validation. In formula i am checking is today not friday (i,e condition for error & friday is day 5) so if today if not weekday 5 then popup an error else process the workflow.
Workflow:
Case 1: selecting non friday. It pop ups a window asking to select friday
Case 2: Selected friday. Since its friday it processes and proceed to output.
Hope this helps 🙂
