How to document or baseline PartsLink classification schema
We are building our classification schema using Counterpart (10.1 M030), to be loaded into PartsLink. How are other users documenting or baselining their schema? Also, how are you sharing the schema...
View ArticleRe: How to capture the download event?
Hey Mani, Do you have any ideas why my system wil not emit the PreDoenload event in the contentserviceeventlistener? I logged a call with ptc and they said if I have replicas them maybe it will not get...
View ArticleUnable to find a attachment using ContentHelper
Hi All Inorder to download the attachment ContentServerHelper class is used, but the method is throwing null pointer exception. Here the The...
View ArticleRe: Unable to find a attachment using ContentHelper
you can use below API to get the attachment of WTDocument. WTDocument document=null; QueryResult attachments = ContentHelper.service.getContentsByRole(document,...
View ArticleAdding a Logout Button in Windchill 10.X versions?
Hi, Can someone help me in getting a Logout button in Windchill page through customisation? Though I accept closing the browser would logout, still some of my functional requirements needs me to have a...
View ArticleRe: Unable to find a attachment using ContentHelper
You may need to use this API before you call the others ContentHolder holder = ContentHelper.service.getContents(holder); It sets some stuff up internally, Simon
View ArticleDelinked Docs not identified in ESI
HI We have a scenario , where in we want to delink some of the referenced Documetns from Already released part and connect with Correct documents.We have a java program which does this. After this , we...
View ArticleRe: Delinked Docs not identified in ESI
Hello think ESI put on all link objects and related Objects a ReleaseActivity. May be you have to add it on Documents to be considered as "already sent" If I remember ESI documentation , I've seen...
View ArticleRe: Delinked Docs not identified in ESI
Thanks for the reply. The issue is when we are using Java program to modifiy the parts. However, If we take an already Released parts, revise through UI and modify and re relase using CN, the ESI has...
View ArticleRe: Adding a Logout Button in Windchill 10.X versions?
You will need to configure the Forms based authentication which will enable the logout option as well. Refer the following WHC topics1. Login page customization2.Configuring an alternate authentication...
View ArticleRe: How to host and configure windchill slave with master server
Hello, the master node and slave nodes each have a site.xconf file...for each node, you must edit its site.xconf file - all of the slaves will probably have the same content in their site.xconf file...
View ArticleRe: Adding a Logout Button in Windchill 10.X versions?
Hi Syed, Thanks for your reply. It gives a broad perspective on what are the areas that I need to customize, but I'm not able to understand things properly as I'm newly stepping into doing...
View ArticleLoading a softtype definition via loadfile in Windchill 10.1
I am in the process of upgrading our development from Windchill 9.1 M060 to Windchill 10.1 M030 and ran into an issue with our load files for soft types. I took our v9.1 load files and converted them...
View ArticleRe: Adding a Logout Button in Windchill 10.X versions?
how to find reason for cancellation of a document in windchill
View ArticleRe: Latest iteration refresh
How do you "refresh by querying the Promotion Notice Targets"?I kind of have the same issue with objects being modified during the review phase (not the rework loop) by a controlled group of approvers...
View ArticleRe: Latest iteration refresh
Ladric, Please refer to this information in the Help Guide http://www.ptc.com/cs/help/windchill_hc/wc101_hc/index.jspx?id=WCCG_BusLogicCust_WorkflowAdmin_EnhancedPromotionProcess&action=show
View ArticleRe: Latest iteration refresh
I just want the Refesh bit of code and I think that's the: com.ptc.windchill.enterprise.maturity.PromotionNoticeWorkflowHelper.refresh(pn); How would I use that?
View ArticleModelCHECK Gatekeeper - almost there...check in still being blocked...
Need some MC insight here, I have added the required options into ModelCHECK config_init.mc file. I have added the IBAs using the Type and Attribute manager in Windchill at the Organizational level....
View ArticleRe: ModelCHECK Gatekeeper - almost there...check in still being blocked...
Just a comment...PTC provides a mechanism to prevent checkin if ModelCheck errors are > some value.We are of the opinion that this is not the best way to handle. You want the data checked in -...
View ArticleRe: ModelCHECK Gatekeeper - almost there...check in still being blocked...
Hey Mike, Thanks for the quick reply. That does sound like a better way to do it...care to share a screen shot of your workflow...or if not could you explain in a little more detail about how this...
View Article