(11●1●3●6)
edited
Jul 16 '12, 4:54 p.m.
Hi,
I have a custom work item type with attribute "Due Date", i want user to select only 15th of current month & year.
If user selects date other than 15th of that particular month & year, validation fails and return Error message.
Please help me with necessary script.
Thanks
Varma K
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Jul 16 '12, 4:22 p.m.If it can only be 15th of the current month/year, you may want to consider (using the data Ralph provided in his answer below) creating a Default Value Provider that would simply set the value as desired (so the user need not do anything). You could also add a Validator in case the user is allowed to change the value.