See value of flexible parameter
I would like to know if it is possible to see the value of a flexible parameter in Windchill. For example: Go to the structure tab on the info page of an assembly. Add a parameter, which is flexible in...
View ArticleRe: Method Servers
Presumably you didn't run "xconfmanager -fp" after doing the edit... As for having separate log files for each process, that's actually pretty important to avoid bottlenecks around syncrhronizing...
View ArticleRe: Only render attributes with values
Thanks Peter. I tested this functionality on 10.1 M040 and it works fine.-Amit.
View ArticleRe: How to Enable a Shortcut in Organization
Hi Shweta. Could you provide us the code you use to do this? I need to hide the Replace Content action for a pre defined Role in Document Actions. And I believe that is the same procedure. Eg: The...
View ArticleRe: Child Part Master Reference
This looks like the same issue from SPR 2156674. Take a look at article CS103277 which gives some information on the issue. As the article mentions, the issue is caused by corrupt entries in the...
View ArticleRe: Deleting files
Eric - Please note that Purge will not purge all iterations of all revisions of your files. At most it will purge everything but the last iteration of the latest revision. Also, Purge purges the data...
View ArticleRe: Knowledge Base Search
Carl, I'm sorry to hear that your search experience has been so frustrating! I'm just curious what keywords you used when you searched. I did a quick test using "compatibility matrix creo," and the...
View ArticleRe: Cognos report attribute value lengths
Solution here: https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS35969
View ArticleRe: Drop Down on the Task Page of an Activity
The wt.org.WTUser type will only display user information in the pull-down list. From what I've been able to determine the CustomVariablesDataUtility.java is the data utility class used to render...
View ArticleRe: Family table instance
Yes, this should get you back to a version of the family table prior to having the instance added. Remember that purge does not purge all iterations. It will keep the latest iteration of the family...
View ArticleCSV to XML - ESI Distribution Target
Guys , Do you have sample XSL Stylesheets that can convert the XML Data (ESI Response from Distribution Target) to CSV Data. I'm trying a configire a Flat File Unidirectioanl integration of Windchill...
View ArticleIs it possible to update CAD Document Attribute with java Code ?
I want to update the value of Attribute CAD Document using Code without CADClient. I need it for Creo Part file and Auto CAD file
View ArticleRe: How to get actual Iteration version of WTPartMaster
Hello As you said, the usage link is to the child masterSo you need to use a filter criteria to identify the Version : for example LATEST (ie latest version iteration) regards
View ArticleWC 10.1 Baseline creation problems
Hi all, I'm currently running an instance of WC10.1 for evaluation and so far all has been going swimmingly, however today I discovered that no participants can create a baseline, not even wcadmin or...
View ArticleRe: Java NullpointerException when getting the representation
Hi Bernard, You can try the following method. VisualizationHelper vzh = VisualizationHelper.newVisualizationHelper(); Representation rep =...
View ArticleRe: How to get actual Iteration version of WTPartMaster
Hi , Using the following method you can get child WTPart instead of WTPartMaster.public static void getChildParts(WTPart parentPart) throws WTException{@SuppressWarnings("deprecation")QueryResult...
View ArticleRe: Drop Down on the Task Page of an Activity
Hi Lori Lee Sood, About your solution I have one question.How will I specify my own extended Class as workflow variable ??Cause I can only specify some predefined windchill class and only those classes...
View ArticleAnnotation/Representation of WTPart
Hi All, How to attach a WTPart's representation to another WTPart programatically ??Using PublishUtils or VisualizationHelper or RepresentationHelper API's I am only able to copy the "Structure" but...
View ArticleRe: Add "Edit" to a Promotion Request actions menu.
Hello, I guess there is no OOTB action to Edit promotion request object.What kind of edition you want to do ?? Thanks and Regards,Kaushik
View Article