Custom Form attached to Task
Hi,
I have a custom form that is attached to a Task. Is there a way to set it up that the task can only be marked as completed when the custom form has been filled out?
Wibke
Hi,
I have a custom form that is attached to a Task. Is there a way to set it up that the task can only be marked as completed when the custom form has been filled out?
Wibke
Hi @wibkeku,
To my knowledge, there is no connection between custom data and the status of (in this case) the Task to which it is connected that would prevent users from closing the task without first ensuring the custom data is complete.
As a workaround, I sometimes add a calculated parameter to validate the form (e.g. IF(ISBLANK(DE:Field A),0,1) + IF(ISBLANK(DE:Field B),0,1)) so that I can then use it for row formatting (e.g. in this simple example, blue if 0, yellow if 1, green if 2) and/or filtering (e.g. show all Tasks where Actual Completion Date is not blank, but the calc is < 2) so I can then "educate" those (Last Updated By) users who are closing them without first checking.
Regards,
Doug
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.