Re: Add "Edit" to a Promotion Request actions menu.
PTC says that it is not availabel (but they think it should be...).I would want to have the author be able to add / remove objects.Perhaps have a task go to Doc Control I and have them have Edit also.
View ArticleRe: WC 10.1 Baseline creation problems
Here are the OOTB permissions regarding ManagedBaselines:
View ArticleRe: WC 10.1 Baseline creation problems
Thanks Lori, I don't have that entry in my Policies. That said, I think this problem is only a symptom of a bigger issue. I've raised a support call for it.
View ArticleRe: How To find all "0" Level Parts from Windchill
Hi Kaushik,Thanks for your reply, I need some more help from you, if u don't mine.I want to create a very Simple WTPart and WTDocument by using Windchill API,for that i raise a query to PTC tech...
View ArticleCatia WGM abstraction dll legality
To create the catiav5abstraction.dll.xx library for connecting CatiaV5 with Windchill WGM 10.1 the Catia CAA RADE module and license is needed. This requires a serious investment for only about an...
View ArticleRe: Deleting files
I can't do a delete of group of files because other models are dependent on them. I can't do a delete of everything because Windchill throws an error about the maximum number of parameters in the RPC...
View ArticleRe: Drop Down on the Task Page of an Activity
Hi Kaushik, In my Type Name drop-down list I have the option to select Other Class... and then I can specify a different class other than those listed. Do you not have this same option?
View ArticleFolderHelper.assignFolderByReference
Hi All, Anybody used FolderHelper.assignFolderByReference(part, oRef); to move objects from one container to another? Please help with the usage. I couldn't find a way to use this piece of code...
View ArticleWhich event to listen for to catch a name change
Hello! I have a listener in Windchill and have figured out how to catch 2 of of 3 events when it comes to rename in Windchill 10 M030. To catch a change of filename aka CADName I listen...
View ArticleRe: FolderHelper.assignFolderByReference
Hello! I have not tried this but maybe you can try the below code instead? WTPart part = getPart("name"); SubFolder folder = getSubFolder("libraryName", "folderPath"); try{...
View ArticleRe: FolderHelper.assignFolderByReference
Thanks a lot Peter. I'll give it a try and will let you know how it works.
View ArticleCreo View 2.0 Question
When creating an annotation in Creo View, using the Markup Tab, I wonder if there is a setting to change how the selection and de-selection works. Current functionality is that if I am adding multiple...
View ArticleRe: Deleting files
What if you try deleting using a top-down approach (i.e. delete all asms then all parts)? How much data and exactly what kind of data are you looking to delete? Just CAD Documents or CAD Docs, WTParts,...
View ArticleRe: FolderHelper.assignFolderByReference
Hi Amit, Thanks for your prompt response. Do you have an example code or something which could tell me how to use it?? I'd really appreciate that. Thanks, Wasim
View ArticleHi, Where can I get the software backup of Windchill PDM Essentials?
Hi, Where can I get the software backup of Windchill PDM Essentials?
View ArticleRe: FolderHelper.assignFolderByReference
Wasim Here to go publicstaticvoid myCustomMover(String docNumber) { try { WTDocument doc=getWTDoc(docNumber); WTContainer...
View ArticleGot an IllegalStateException: unread block data while Querying on WTPart
Hi All, I need to export all WTparts from Windchill DB, so i used below code, it previously works but it suddenly gives an such errors,, i also observerd that it related to only WTPart.. any query on...
View ArticleIs it possible to convert a product to a library?
Currently I have a product which I'd like to convert to a library. Is there a way to transform it? Thanks in advance for your answers!Daniel
View ArticleRe: FolderHelper.assignFolderByReference
Hi Mani, I appreciate your efforts on this. I am struggling to create a workflow which checks if the document created is a part? If yes, then move to Product 'XYZ' and a folder called WTPart into it....
View Article