

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Guys,
We are migrating from SD 4.5 to SM 7.11.
The changes are migrated. But the Closed ones are still showing in the To Do List (eventhough the status is set to closed). However if we click on a change that the status is set to close, we can still see the "Close" button.
Is there any flag? or a way to mass close the changes?
Thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The open field in a change ticket indicates whether the change is active.
The change tickets you imported likely do not have open set to false.
The display option for Close includes the condtion (open in $L.file=true) as one of it's elements. If the open field were set correctly, the Close button would not appear.
The delete condition for change records in the ToDo list is: (open in $L.file=false). They are not deleted based on the status field, but based on the open field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The open field in a change ticket indicates whether the change is active.
The change tickets you imported likely do not have open set to false.
The display option for Close includes the condtion (open in $L.file=true) as one of it's elements. If the open field were set correctly, the Close button would not appear.
The delete condition for change records in the ToDo list is: (open in $L.file=false). They are not deleted based on the status field, but based on the open field.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
MAss update with setting this field to false may also be a solution
Vadim
HOW TO ASSIGN POINTS - Kudos - what, where, how, and why
New Forum Locations by ITRC Tree
New Forums Site Map
Want Good Answers? Ask Good Questions...


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
