how to programmatcally get workitem template indentifire in operation advisor
![]()
I have requirement where I need to check whether the workitem has created using normally(workitem-> new -> workitem) or using template (workitem -> new -> workitem from templates). Is it possible to check this in operation adviosr using code?
|
One answer
![]()
no.. the template data is just used fill in fields..
you could cheat and supply a complete hidden field as part of the template data, but this field will need to be in the workitem data, which exposes it to queries, etc.. |