HideIfCreation doesn't work if workitem type is modified
![]()
Hi,
Following is the scenario :- a. I create a workitem of type 'Defect' and save it. b. Now, I change its Type to our custom type 'CMVCDefect', and synchronize the editor view, which has custom attributes marked as hidden at creation time. c. The custom attributes marked as "hideIfCreation=true" get visible in the custom tab. I understand that the workitem is not being created, it is being transformed to a different type, which causes the hideIfCreation flag to be ignored. Is there an alternative way to achieve hiding attributes (at creation time) after changing workitem-type ? Thanks, Atul |
Accepted answer
2 other answers
![]()
I assume when you change the type from existing type to a new type, the existing type would have been initialized and hence already exist in some particular state, you may want to use Hide In Workflow States to set the hiding of the attribute in that corresponding state
|