Many Change Notices for a single part, same version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Many Change Notices for a single part, same version
Hey...
For example.
-marc
CAD / PLM Systems Manager
TriMark Corporation
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
first CN in the affected objects table. This will provide a flag to the
users that a change is in process.
If version 2.5 is the latest "In Work" version then it should be on the
Resulting objects table again flagging users that a change is in process;
version 1.x would be in the Affected Objects table.
On Wed, Jan 28, 2015 at 3:19 PM, Marc DeBower <->
wrote:
> Hey...
>
>
>
> Does anyone know of a method to prevent multiple change notices being
> created for the same version of a WTPart or CAD Document? Lacking that,
> how do you handle this situation?
>
>
>
> For example.
>
>
>
> - I have a WTPart, CAD Model, and Drawing for part 12345 version 2.5
> - A change request and change notice for one issue gets written
> against that set of data at that version.
> - The change notice is still in process when... Days later, a second
> change request and change notice without knowledge of the first change
> notice, is written for a different issue, against the same version of the
> objects as the first.
>
>
>
>
>
> Two questions:
>
> 1. How do you handle such a situation?
> 2. Can it be prevented in the software?
>
>
>
>
>
>
>
> -marc
>
> CAD / PLM Systems Manager
>
> TriMark Corporation
>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This should mean that users notice this icon and they know to track down who has the open CN and add their changes to that one.
Aside from encouraging user awareness, I’m not sure there is a way to prevent it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Russ and Don....
You are 100% correct. Evidently some users don't pay that icon any attention, or think that the flag is there because of the CR / CN they are creating...
Subtlety is lost on some, I would like a big honking warning message or something. Of course they wouldn't read that either.
-marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
2. Add listener rule
Regards
Gangadharan N
>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can write UI Action validator for change notice wizard to prevent creation of change notice.
or write expression in workflow just after workflow starts, to check if affected object included in change notice is/are already included in any other open change notice.
See below link for require API’s
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS63182&posno=3&q=ChangeHelper2.service.getAffectingChangeActivities&source=search
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS55955&posno=1&q=api%20get%20affected%20object&source=search
Hope it helps!!
Thanks
Shreyas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
On Thu, Jan 29, 2015 at 3:03 AM, Shreyas Atre <->
wrote:
> You can write UI Action validator for change notice wizard to prevent
> creation of change notice.
>
> or write expression in workflow just after workflow starts, to check if
> affected object included in change notice is/are already included in any
> other open change notice.
>
> See below link for require API’s
>
>
>
>
>
>
>