Quantcast
Channel: PTC Community : All Content - Windchill
Viewing all 6049 articles
Browse latest View live

Is it possible to edit a ProjectLink 'estimated finish' date after it has passed?

$
0
0

I have a user whose ProjectLink schedule's 'Estimated Finish' date has lapsed.  He would like to edit it and update the schedule without having to recreate it from scratch but currently has no options to edit any of the tasks.  Ideas?

 

Thanks in advance


How to get a report of the URL address of WTparts?

$
0
0

Hello community!!!

 

I am trying to get a report that list de URL address of WTParts. I have tried some joins between Part e URL link in query build report without success.

Does anybody knows how to do it?

 

Thanks a lot in advance...

Adding new Lifecycle state

$
0
0

We have been running Windchill/PDMLink since V8 and are now on 10.0 preparing to move to 10.2.

One of the managers has asked what would be involved to add a new state to our Promotion Requests.

We currently have: Design, Draft, Prototype, Pre-Release, Release, Canceled and Under Review.

We would like to add a Development state between Draft and Prototype.

The Development state would be used for changes that did not require a Change Request review before implementing as the parts are being developed and changed as the design is tested. Once they design was finalized, it would then be promoted to Prototype for more formalized testing with other production equipment. When those tests are completed, it would then be promoted to Released.

 

My questions are:

1) What files need to be modified to add a new state?

2) What impact will adding a new state have on existing files?

3) Can the new state be isolated so it only shows on new files of a certain type (.prt, .asm)?

 

Ben

User actions log file?

$
0
0

I have 2 users that are frequently "losing" files.  I'm 99.9% sure it's due to them deleting workspaces before checking in files or deleting the workspace contents.  Are there any log files that I can reference to confirm what they are doing to lose this data?

Consolidating Contexts - CN workflows

$
0
0

Hi All,

 

WC 10.2 M030 CSP 06

 

We are consolidating many contexts down to a few.

I think the straight forward way is to Move the Folder/Files, PR's, CR, CN's.

Anyone have an experience doing this?

I'm mostly concerned how active workflows for CN's will transfer to the new context. Does this occur without issue?

How i can send Attributes values of Problem report sent through Workflow email

$
0
0

Hi All,

 

My requirement is, to send the list of attribute values related to that Problem report to users through Workflow message.

we are using OOTB problem report Workflow.

 

1. created variables  like name, category

2. add below code to expression robot in workflow,

 

wt.change2.WTChangeIssue thisPR = (wt.change2.WTChangeIssue) primaryBusinessObject;

java.util.Locale locale = wt.session.SessionHelper.getLocale();
com.ptc.core.lwc.server.PersistableAdapter obj = new com.ptc.core.lwc.server.PersistableAdapter(thisPR,null,locale,null);
obj.load("name","number","description","Category");
Object nameValue = obj.get("name");
Object numberValue = obj.get("number");
Object descriptionValue = obj.get("description");
Object CategoryValue = obj.get("Category");

name = nameValue.toString();
number = numberValue.toString();
description = descriptionValue.toString();
category = CategoryValue.toString();

=======================

when i try to compile it, facing issue, as shown in image,

2015-12-24 2-12-24 PM.jpg

 

the mentioned class is not present at that location, but i think this is stranded class which comes with OOTB windchill installation.


here is my workflow, please check it let me help.

any kind of help will be grate.



How to create Type, Attribute and relationship in PDMLink 9.0?

$
0
0

Hi,

 

How to create HardType, HardAttribute in Windchill 9.0? And how to map created hard-attribute to newly created hard-type?

Also how do I create relationship b/w two types in Windchill? It there any Plugin for it or I need to write  JAVA class for it.

 

Please help..

 

Thanks - Vasant

SEARCH OPTIONS - WINDCHILL

$
0
0

Is there any way to search for promotion requests? They will not pull up via a keyword search.

We have things broken into projects, so each folder has its own set of Promo Requests.

I would like to be able to search to make sure none slipped through the cracks without being approved.

 

This is how we manage PDM related ECOs for a particular company, so theoretcally, I'd like to be able to search for *ecoxxxxxx* and have it pull up.

 

any suggestions?


Secret/Secure projects

$
0
0

Hi all,

 

I'm looking for some advice on strategies for handling design work in our company that needs to be kept secure/secret from all users except those specified as having permission to access it. Additionally, those people who are given access should only have access for as long as they need it to do their work and then their access should be disabled.

 

I've done some looking into possible solutions like security labels, projects (project link), and using products with "private access". Can anyone in the group chime in on what they've done? What solutions have you implemented and what long term ramifications do I need to be aware of?

 

FYI we are a contract house building automation solutions so we produce large numbers of new designs to release on a yearly basis. Probably on the order of 400+ newly released assemblies each year with an average of 200 unique constituent parts/subassemblies. Rarely do any of these objects get revised once they reach the final released state. I point this out because managing each design in a separate product context may be a challenge. We currently manage all designs in a single context with sub-folders for each machine we're designing. This may play an important roll in a good strategy to handle Secret/Secure projects.

 

Any input you all can offer will be much appreciated.

 

Steve Pikaart

Modifying the Change Request email text

$
0
0

One of our options we have put in the CR form is multiple entry field for which group within the company will be impacted by the change.

The first option we are thinking of is to have the email only be sent to those members of the impacted teams. There could be anywhere from 1 to 10 teams and each team may have multiple members.

The second option would be for the email notification text to just include the name(s) of the teams that have been selected. Currently the email goes to all members of the IPT groups and then some call and ask why they received an email for that task. If we had the impacted areas listed on the email form, that would tell some people they can ignore it.

 

I know part of the email that is sent is dynamically created because we recently added a new CR method (Trivial) and it shows up in the list of options displayed in the email for actions. If someone knows where and the name of the file that is stored that is used for the email that would help in starting on the second option. Thinking some more, is the email text generated from the information in the Workflow itself under instructions?

 

Windchill 10.0 m040

Change Request issues

$
0
0

I have extended the database and added some new attributes to the CR form. These are entered as radio buttons with Yes/No choices and one with a selection list of 8 items. When I go to create a new CR, these new attributes have 3 choices: Undefined, Yes and No with Undefined the default on a couple of them.

 

Where does the Undefined choice come from?

How do I make Undefined the default for all of my radio button items?

 

Related to this is the issue that the creator of the CR does not know the answer to all of these choices. We have added additional signoffs to the workflow that must be completed before it is approved for the Change Notice kickoff. Some of the users have Edit on the actions of the CR and some do not. They all need Edit to enable the Radio button choice and add comments to that section of the CR in a text box. I have checked that all users have identical LDAP setups. I am using Org Level Groups that I created for the Participants in the workflow. My workflow is at the Org Level as it is common between Product and Documents.

 

Any suggestions on where to look to resolve these issues would be appreciated.

 

Windchill 10.0 m040

How to get Team Members and Role information from Container

$
0
0

Hello ,

 

I am working on the sql script where I will need to get the product team members and role information there is any way we can do that

How to get a report of the URL address of WTparts?

$
0
0

Hello community!!!

 

I am trying to get a report that list de URL address of WTParts. I have tried some joins between Part e URL link in query build report without success.

Does anybody knows how to do it?

 

Thanks a lot in advance...

Drawings as PDF - Quick way to download them?

$
0
0
I have my drawings being published as a PDF by my Pro/e CAD worker.  This is fine but in the end my users really need to be able to quickly download or email the PDF.  Currently the only way to get the PDF out is to do the following:
1- Go to Drawing Details Page
2- Select "Display Representations List"
3- Click Actions>Save Representation
4- Save Representation out as .zip file to desktop
5- Extract PDF from .zip file and email etc

WAY to much work...does anyone know of a more efficient way to do this?

API to Export EPM Document from workspace

$
0
0

I want to add an EPM Document to workspace and use Export from Workspace utility.

Can you provide API's to achive this.

 

Thank You,


deleting files in WindChill - impossible?

$
0
0

We have a tremendous number of files that are obsolete or otherwise useless to us, and there doesn't seem to be any way to delete them in WindChill. We get all sorts of error messages, most of them stating that some sort of relationship exists. We know those relationships have been broken (family tables) yet we cannot delete anything. Most recently we got the following message:

 

wt.vc.VersionControlException cannot be cast to wt.epm.confilict.EPMNonOverrideableConflictException

 

This message makes absolutely no sense to anybody here and is obviously code for some sort of error that we cannot figure out. Is there ANYBODY out there who knows how to delete useless files?

Adding attributes (fields) to Windchill

$
0
0

Hi everybody,

 

in the PTC Windchill customization guide (chapter 8) is a tutorial for adding attributes to a type.

I have a request to add two more informations to a WTPart. They are needed for a interface to a erp-system. My plan is to use the "Typ- und Attributverwaltung" (type- and attributeadministration) to add two more attributes to the type WTPart.

 

In fact I have no experience with customizing windchill and I have no test system. So I would appreciate your advice for my approach.

 

Thanks in advance.

 

Best regards

 

Benjamin

Masking not required fields in Windchill

$
0
0

Hi everybody,

 

we want to change the look of our Windchill PDMLink (10.2).

I think we could do this with the "Typ- und Attributverwaltung" (in englisch "Type- and Attributeadministration" - sorry for the bad translation). Am I right?

When update a WTPart (or insert) we want to mask some (for us not necessary) fields. Unfortunately I can´t find the layout in the "Type- and Attributeadministration".

 

"Gemeinsame Attribute bearbeiten" (translation something like "Edit common attributes"). In this window we want to mask "Standardmäßiger Trace-Code" (sorry no translation for that ), "Erzeugnis" ("product"), "Sammelteil" ("collection part").

 

Am I on the right path?

 

Best regards

 

Benjamin

Replaced Drawing

$
0
0

I want to indicate that the drawing number 00001 was replaced by drawing number 00002.

When someone search the drawing number 00001 something like a watermark indicate the current or correct drawing is the number 00002.

 

I'm talking about EPM document, not WTPart

WTPart association in PDMLink wants to associate back to ProjectLink?

$
0
0

Anyone run across this before?

 

  • We created a part model and drawing in a project.
  • Sent both objects to PDM
  • Want to create a WTPart and associate it to the drawing and model.
  • Get an association back to the ProjectLink version of the model.  (See screenshot.)

20160222-122302.png

 

I know that the ProjectLink object is coming from the drawing.  I can associate the WTPart to the PDMLink model correctly.

 

Any thoughts?

 

-marc

Viewing all 6049 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>