Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Would anyone have some thoughts on how to insure that a user dose not have any locally modified files that are associated to a Promotion Request?
Scenario:
Unfortunately the solution is not as simple as to tell them to follow the Best Practices of always reviewing their workspaces before creating a "New Promotion Request"
Could there be something as simple as a pop-up that could be developed that at least would force them to acknowledging that all files have been checked-in?
Thanks in advance, I appreciate your time.
Robert
Maybe. It depends on whether or not that change has been uploaded. In your picture above the file has been saved but never uploaded. In this case Windchill doesn't even know this change exists. (The workgroup manager knows about it but Windchill itself does not.) Once uploaded, Windchill will have a record of it in the database and it would be possible to check for its existence. Prior to the upload this is not possible (unless you can find some way to customize the workgroup manager itself, but I don't think this is supported.)
By the way, this problem can be completely eliminated if you "do business" on the PDF generated by Windchill and not on something the user is manually creating. Mike Lockwood can speak more to the wisdom of this approach.
Yes, I agree 100% but we are on Windchill\Intralink 10.2
I have been pushing to move to PDMLink with ZeroWait-State interface to push and pull with Agile, just have not been able to get upper management to commit yet.
The hurdle is that Windchill\Intralink uses floating license Vs PDMLink is per-use license.
Hi
If my understanding is correct here the problem is that you have no connection between your CAD file and the PDF exported. So the solution should be ether to create the promotion request on the CAD file which will force the users to check-it-in if they want the updates to be attached to the promotion request or put some naming rules between the file and the EPM document and add a java code in the submit action of your promotion that will check the EPM document has been iterated or something like that.
If you think the java control is the good solution for you can implement it by editing the Promotion worflow.
Regards,
Unfortunately we are on Intralink 10.2 which to my understanding has a lot of the functionality that PDMLink has stripped out for customizing Promotion workflows.