Re: FolderHelper.assignFolderByReference
Wasim If want to call any class in Workflow you should give fully qualified class name. for example: WTContainer -----> wt.inf.container.WTContainerdoc.getContainer() will get container of your...
View ArticleRe: generate PDF from drawings and store in Windchill
I would also like to understand this. Thanks,Derek
View ArticleRe: 10.1: CRB Review require all populated Roles to vote?
Update. It seems the fix is in the 'correct' Routing expression?//Set result to "Rework" if it has been chosen by any of the required users. In all other cases, set result to "Approve"result =...
View ArticleChanging version Scheme
Recently we have Installed Windchill 10.1 with certain versioning scheme in which A1 comes after A10 and I have uploaded all the legacy data with that versioning scheme now i realise that A1 should be...
View ArticleRe: How To find all "0" Level Parts from Windchill
Hi Vivek, The basic code to create WTPart. WTPart part = WTPart.newWTPart(“Myname”,”MyNumber”); try { part.setContainer(container);Persistable persistable = PersistenceHelper.manager.save(part); }...
View ArticleRe: FolderHelper.assignFolderByReference
Hi Mani, Thanks a lot for the guidance and extraordinary help. Although when we tried to use "ContainerMoveHelper" class, it was not found by the program. I checked and found that in 10.1, it's not...
View ArticleRe: Unknown workspace symbol
Hello it is when you're looking the Family Table info page from a Workspace (for example in embeded ProE browser). And that the instances are not in the Workspace. It permit to see when you download...
View ArticleRe: Drop Down on the Task Page of an Activity
Hello Lori , I have created a custom class . Now when i try to put the name of my custom class after other class option , it gives a error which says : Only evolvable or persistable classes can be...
View ArticleRe: FolderHelper.assignFolderByReference
Hi Mani, The error got resolved asthe reason was: In Windchill 9.1, the class ContainerMoveHelper.class is located in codebase\wt\dataops\containermoveIn Windchill 10.1, it is in...
View ArticleRe: Windchill common folders
Hello James, I don't know if you can add this directly to the common folders, but it is possible to add a folder to the Favorites.Right click on the name of the folder (the folder needs to be open). So...
View ArticleRe: Unknown workspace symbol
Thanks, for the info. I've been using windchill for almost 10 years and this was the first time I had seen that. I thought maybe I had broken something.
View ArticleRe: Windchill Change Tasks
Mike, Huh...that's exactly what we have. If you have time for a webex this afternoon that would be great! I'll message you with my email and phone number.
View ArticleRefine and Review phase
I think I’m missing something. Can you help?During a change process my affected objects are set to Under Review with a Pending Change icon (red triangle). At that state, no one can edit the...
View ArticleRe: Unknown workspace symbol
My apologies; I thought the icon in question was the one indicating the status "Modified and not eligible for upload". I'll definitely follow up. Thanks,Jane
View ArticleRe: FolderHelper.assignFolderByReference
Hi Wasim, Use qs.appendWhere(sc,new int[]{ 0 }); and cast qs with (StatementSpec) when you are using Persistencehelper.manager.find To get container reference from WTContainer you can use...
View ArticleRe: Annotation/Representation of WTPart
HI all,4days gone and still no ans ?? strange ?? I have another question I have the representable object and the representaion is attached with that now I want to publish the representaion...
View ArticleRe: Windchill common folders
As Bruno mentioned, Windchill folders can be added to Favorites under the Common Folders. Local folders can be added directly to Common Folders by right-clicking on them in the embedded browser and...
View ArticleDesktop Integration and Acrobat (or other PDF)? WC10.1 M020
Hi All, I'm looking at Desktop Integration as a potential way to address user complaints about the number of clicks to dowload a Document. From what I can see there's no way to filter by State and/or...
View ArticleRe: Drop Down on the Task Page of an Activity
Hi, See this thread "http://communities.ptc.com/message/190099#190099". 1. Update the wt.properties and set the property wt.workflow.definer.variable.ShowWfEvolvableWarning=true, So that the non...
View Article