Generating Reports
Hi all, Is there a way or is it possible to create a report that will generate who checkin/checkout the documents? Or how many times that the documents checked in/ checked out? Thanks,Luar
View ArticleURL Link Policy Administration
What WTObject type should I use to add an access rule to modify an URL Link? Because an organization level account can change it but the lowest levels cant edit them and curiously can delete them...
View ArticleRe: How to enable a mail notification after task completion ?
Hi! If I understand you correctly you should point the role or user in the mail robot. Put your mail robot after the task robot.
View ArticleAbility to prevent objects from existing in several ECN:s at the same time?
In PDMLink you are not able to prevent objects (wt-parts, PDMLink-documets, CAD objects) to exist in several running ECN:s.According to PTC it is "Not part of Windchill functionality" (see Document -...
View ArticleRe: How to designate parameters automatically using Model check ?
HiIs there any option inside model check setting to skip the parameter value to be entered when interactive is running. In one of the parameter we set "string " as an data type and entered the...
View ArticleRe: Pro-E Crashing
Maggie,there is only one config.pro in the directory where Creo is installed. If you don't find this option, simply add it. Just yesterday I had a similar problem with some machine used for...
View ArticleHow to modify NmCommandBean
Hi, We have a requirement to set an attribute of a WTPart through some conditions while persisting.I could able to extend the form processor and can set the new value but unable to update the Key Value...
View ArticleParts catalogs
Hello all, in short: What all should be included in Windchill parts catalog?l´m absolutly sure about:- start parts- formats (*.FRM)- standardized parts (screw, washer...) Up to now we have worked...
View ArticleSPR 2207900 – complain to PTC for BIG regression on Windchill 10.2
As you can see in attached image, PTC did a BIG regression with Windchill 10.2For more then four years we have created SAP equipment (MPMTooling in Windchill) with Manufacturing Resource Explorer, in...
View ArticleRe: SPR 2207900 – complain to PTC for BIG regression on Windchill 10.2
As reported I can confirm this problem with wnc 10.2 M020 moreover at this moment is not possible classify and set classification attributes on "new resource" wizard on web interface.This is a big...
View ArticleRe: Prevent Complete Task if WTdoc is checked out?
Try with this: if(primaryBusinessObject instanceof wt.doc.WTDocument) { wt.doc.WTDocument doc = (wt.doc.WTDocument) primaryBusinessObject; if(wt.vc.wipWorkInProgressHelper.isCheckedOut(doc))...
View ArticleRe: Prevent Complete Task if WTdoc is checked out?
Seems to have an issue: Checking Syntax...D:\PTC\Windchill_10.2\Windchill\temp\WfExpression99618082.java:28: error: cannot find symbol if(WorkInProgressHelper.isCheckedOut(doc)) ^ symbol:...
View ArticleRe: Prevent Complete Task if WTdoc is checked out?
Sorry my mistake if(primaryBusinessObject instanceof wt.doc.WTDocument) { wt.doc.WTDocument doc = (wt.doc.WTDocument) primaryBusinessObject; if(wt.vc.wip.WorkInProgressHelper.isCheckedOut(doc))...
View ArticleStill can't copy (save as) one user to a new one.
This follows on the discussion I initiated about WC10.0. Was replied to that the functionality had been restored in WC10.1 M020. Well we're now on 10.1 M050 and the functionality still is not -...
View ArticleWindchill PDM link in the cloud
Does anyone have experiance running Windchill on the cloud. We currently have a virtual server we share with our sister company but soon we have to decide wheter to buy our own server or contract out...
View ArticleCan you link to the last iteration of a version?
For example, I want a url link to revision A. I want a URL that links to A.1 when A.1 is the newest version, but then automatically links to A.2 when it is created.
View ArticleHide revisions/iterations in development
Can you hide revisions/iterations from users that are not released? We have internal development that we do not need users to see until a new product is released.
View ArticleRe: wt.util.WTException: While Creating a new Veraible in Workflow
In 10.0+ with XConf manager set wt.workflow.definer.variable.ShowWfEvolvableWarning=true in <WINDCHILL_HOME>\codebase\wt.propertiesIt changes the error to a warning to allow use of those classes.
View ArticleRe: Windchill logout?
That works great. However, if you are logged in to several place, then it logs you out of all of them. In this session I am logged in to this site (obviously) and to PDMLink. It logged me out of...
View ArticleRe: Can you link to the last iteration of a version?
Yes and no. At least it was in 9.1. I am now on 10.1 but I haven't checked since going to it. You cannot create a link for the LATEST ITERATION of the LATET REVISION. However...You can create a link...
View Article