Re: How to get/Search AdminDomainRef.
Hi,Thx for the reply .I want to query and get the Domains(AdminDomainRef) from windchill for Containrers. Bcz we have multiple domains for a container which I want to set for folder....
View ArticleRe: Office 32bit with DTI 64 bit Issue
Hi Scott, We are still having issues. Testing with the mapped drive gave the same errors as working thru a network drive. PTC asked for the following I will need the following details in...
View ArticleRe: I want to add a check to have atleast one participant in a specific role...
We can Do it Though UI Customization as well using the Setup Participant Table Builder. Please find here with the Attachment
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
Hi, Try below code. wt.change2.WTChangeOrder2 thisNotice = (wt.change2.WTChangeOrder2) primaryBusinessObject; com.ptc.core.lwc.server.PersistableAdapter obj = new...
View ArticleRe: Windchill Customization(Giving constraint to an attribute)
Hi RK, To fetch all the IBA's of a given softtype use below method.public static ArrayList<String> getIBAInformationForSoftType( String internalName) {...
View ArticleRe: Users Connected to Windchill 9.1
PTC document expalins the same procedure.. CS146093..In our case we were unable to access jconsole via connecting to "wt.method.MethodServerMain wt.method.serviceName=...".Encountered following...
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
Hi, Thanks for the help. I dropped that code in my expression robot and hit check syntax and got the following (see image) im not sure how to fix it:
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
is IFRQ_Number already defined as a workflow process variable? If so drop the String declaration in your code snippet. If you want to set the value back to the Change Task you need to have an...
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
Hi Kier, Both my Variable and the attribute on the Change notice are called "IFRQ_Number" and both are of type string. I tried some of the updates and am still getting a syntax error (see image):
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
ok then change the set statement to obj.set("IFRQ_Number", IFRQ_Number);
View ArticleRe: Add a Custom Attribute to a specific task in Workflow
Thanks Kier! I updated the code per your note and it works great. Just an FYI for anyone that might read this post, make sure the expression robot is placed after the task in the workflow where the...
View ArticleRe: Windchill objects link at DB level
Hi, I explained main link tables in my blog http://maheshmhetre.blogspot.com/ And to the specific question, to get the model diagram refer the article...
View ArticleRe: Conditions to create WTPart on CAD part auto create and associate
Hi Kanifnath, Thanks. Will post you after I apply the same. ThanksMurthi
View ArticleSet Minimum character for Global Search
We have been facing very high impact on performance due to search producing results more than 20000 objects. I would like to know is there a way to set the minimum number of characters to be used for...
View ArticleWhy participant cache become corruptive ?
Our company use Windchill 10.0 M020, there is a curious problem have disturbed me for a long time.The participant's attibutes like email and organization sometimes loss automatically, and these users...
View ArticleHow to establish configurable link between a document(any) and EPM document...
Hi all, Please suggest something to establish configurable link. I need to develop a logic where while while creatibng a document system should do a check whether document number is matching with...
View ArticleHow to fetch the timestamp of the states of an lifecycle managed object?
Hi All, Happy new year to all. I am trying to fetch the timestamp of the lifecycle state when it gets changed. For eg: I have an WC object type "Complaint Prodcut Investigation" It has lifecycle...
View ArticleIn Windchill Layout Declaration of the Planes in the part is getting lost.
Hello Windchill Community Members, (Procedure A)1) I am using inbuilt Creo 2.0, Windchill browser.2) In Project Side Workspace, using Tools-> Import to Workspace, from Local drive loacation...
View Articlecommand line tool to execute JMX operations
Hi, I am looking for command line command to execute JMX operatiosn \ tasks like PULL.is it possible to execute PULL operation from windchill shell directly not from UI? thanks Manoj
View ArticleRe: command line tool to execute JMX operations
I have no idea what the "PULL" operation you're talking about is here. As for executing JMX from the command-line there's no general purpose command-line JMX interface integrated with Windchill, but...
View Article