Re: Include new participants after the workflow has started.
How and where would this this little snippet of code be utilised? As an aside, adding participants to currently running workflows was a doddle in WC8, there used to be an "Update Team" facility. I...
View ArticleRe: Update (replace) primary content
I am using this code now:ContentHolder refreshedContentHolder = ContentHelper.service.getContents(document);ContentItem contentItem = ContentHelper.getPrimary((FormatContentHolder)...
View ArticleRe: Include new participants after the workflow has started.
In expression robot. You can add this robot before your task/Sorry, but I have no any experience in WC8. UPD: You can modify your role (context team) before task init. Or you can add the task2 before...
View ArticleRe: MVC components
I have solved this by using "renderTwoPanes" jca tag: <jca:renderTwoPanes orientation="horizontal" headerPane="/netmarkets/jsp/some.jsp" headerPaneHeight="30"...
View ArticleRe: Windchill 10 Eclipse Configuration
Let PDMLink create a eclipse project: ant -f bin/tools.xml eclipse_project For more information have a look at the help ant -f bin/tools.xml eclipse_project.help
View ArticlePrevent Complete Task if an object is checked out?
How can I prevent the workflow continuing to the next task, if the user still has the "Resulting Objects" checked out? (Windcill PDMLink 9.1). When the user clicks "Complete Task", and an object is...
View ArticleRe: How to search multiple WTDocument numbers through WC API
qr.appendObjectVector(qr1.getObjectVector()); It adds result of qr1 to qr. It works. But I have 10+ different parts to search like that. executing PersistenceHelper.manager.find so many times and keep...
View ArticleRe: Include new participants after the workflow has started.
Hi Guys, I'm doing some tests for this functionality, but I could not move. For I can not call the method activity.getParentProcess(). Any idea how I can fix? Thanks! public class TestAddUser {...
View ArticleRe: Is it better to use LOAD from file utility or Write custom class to load...
Thank You Ben Thompson. Actually I was doing some lengthy process for IBA.Your description is really very helpful.
View ArticleInsert new iteration of an object.
Is there a way to insert a new object in between its revisions via code ?
View ArticleRe: Lifecycle based document type
Hello Kelly Thank you that sounds like a good simple process based way of doing this which I will investigate. However is there also a way of getting back to the master word document when you create a...
View ArticleRe: Windchill objects link at DB level
Not easy - and not very productive. Getting to know and work with the object model is far more useful.Javadoc provides a lot of help.Playing with query builder reports (Site, Util, Report Manager)...
View ArticleRe: Collection of participants for Assigned Activity
May want to configure workflow activity to pull all members of a team template, one Role in that template matching the activity Role. Configure the activity ALL rather than ANY.
View ArticleRe: Windchill objects link at DB level
Once upon a time ..... Windchill UML data model in Rational Rose ....No more since 10.0 ..... If someone has a great Reverse Engineering tool to build an explicit and functionnal UML data model from...
View ArticleRe: Modify end states in Windchill 10.2
It's actually a very simple procedure to create new States and make them available - but it's buried pretty deep in the 1500 page custoimization guide. Can find by searching PTC support for Case...
View ArticleRe: Modify end states in Windchill 10.2
Thanks Mike, that sure makes me feel better! James
View ArticleRe: Modify end states in Windchill 10.2
By the way - the State display name can be anything but the KEY NAME should be ALL CAPS and NOSPACES (not strictly followed by PTC. Some trouble if you ever use Java code to refer to the state (like...
View ArticleRe: PTC_WM_CREATED_BY and PTC_WM_MODIFIED_BY in WC 10.2
Hi Tiemo Thank you 4 your support. So please force your colleagues at INNEO to vote for the Idea to fix and enhance this: Remove brackets from "PTC_WM_CREATED_BY" and "PTC_WM_MODIFIED_BY " in Creo 2.0...
View ArticleRe: Lifecycle based document type
Hello Oleg Yes you can get back to the word doc by going to the 'history' tab on the document. This will show you all versions and which file was held as the primary content on each file which can be...
View ArticleRe: Drawings are not opening in Pro-e after they are released to production...
Thanks Chris and Sandip, Finally I have the method server log file & I am not able to understand the issue out of this. Could you please help on this.The file size is very less around 110KB.This...
View Article