I just want to which set custom field (named %Complated) value is 100 when i close a task.
I need add message/before trigger
For this reason i look at scrips example from http://www.trackstudio.com/documentation.html.
i seleced “set_value_of_a_udf” trigger script.
- Code: Select all
//Name set_value_of_a_udf
//Description Sets value of UDF "Customer told" to "Yes"
//Type Trigger / Add Message / BEFORE Trigger
message.getUdfValues().put("Customer told", "Yes");
return message;
I tested from script panel but I take this warning
"Result correct
(java.lang.String) null"
and than i connected the this code my workflow/message type/close direction.
But nothing else occured..
What can i do?
