Grayed out the calendar

Hello,

I would like that in active roles, we can gray out the days in the calendar to avoid that we can put a date earlier than today. Is it possible ? Today an employee can put any date which is problematic on my workflows.

Thanks for your feedback

Julien
  • My instinct on this is that this is not practical.

    My suggestion is to use a script policy that checks the date and ensures that it falls in a specific range and if it is not, throw a policy violation message.

    Search the AR SDK for "Checking property values" - there's some sample code there that will help you get started.  Feel free to post your attempt here and we will help you tweak it.