Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
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
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
You could also just check if a required field in the form is filled out, and if not, mark the task as "new" or some form of "not done". Also maybe post a note to the task explaining that they need to fill out the form or the task will keep coming back to life. This won't prevent the task from being marked complete but it will mark it "not done" within a few minutes.
Visualizações
respostas
Total de curtidas
@WibkeKu - As the others said, unfortunately this isn't possible. As a possible solution, we often use approvals so the task/issue/project will route to someone to verify the information is accurate and then once approved the object would be marked complete. This could potentially be a solution if you have someone who could be the verifier. Good Luck.
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas