Re: enumerations
You can export and import global enumerations. I'm not sure what happens if the enumeration already exists: Create(DefinitionExporter.xml) for a Global Enumeration:<?xml...
View ArticleRe: Extending the modeled attribute string length well beyond 500 charater limit
This is last article from TS talking about 4000 characters limit. https://support.ptc.com/appserver/cs/view/solution.jsp?source=subscription&n=CS213940
View ArticleWindchill Approver Selection
Hi, I am uploading a document in windchill, as well i need a approval for the same by routing it through windchill. How can i assign the reviewer/approver in windchill. Do anyone know the process/step,...
View ArticleRe: Windchill Approver Selection
Prabhu, You can create workflow for document approval and then link it to 1st state of lifecycle (u need to use advance lifecycle ),so whenever new document is created/uploaded workflow process will...
View ArticleRe: Setting Container for Package in OIR
Instead of using listener to listen PRE_STORE event, you could customize the FromProcessor of Package creation wizard to set the context of package.Also you can customize the Package creation wizard...
View ArticleRe: Setting Container for Package in OIR
Shreyas, for your point 1. you are correct. I had the other solution by extending the CreatePackageFormProcessor. But of the two solutions(Listener and customizing FormProcessor) the listener was...
View ArticleRe: RE: How best to mark users inactive or disabled?
I also do not like changing the name of the user. I have a simple report that shows the user and the last time they logged in. The report shows both the old name and the new name as separate lines.
View ArticleRe: Query Builder - How to use compound (union, unionAll)?
Guilherme,try to put your request also on this group Reporting, maybe you can find some more help.
View ArticleRe: Windchillers, Can you suggest the best practice to backup vaults (Around...
Linux is very good with handling hundreds of thousands of files in folders - that is a good choice. For backup I suggest using rsync to do a mirror copy of the vaults. If you do not have a backup yet,...
View ArticleRe: Windchill Approver Selection
It also depends on if you are using PDMLink or ProjectLink: Option 1 of Shreyas's response is available in both. Option 2 is available in PDMLink only. For ProjectLink you can also use the "route"...
View ArticleVersioning Change Management
Experts, I have a requirement where we want to introduce versioning on CR / CO. I know this is possible since if we look the APIs for these change objects, it has "iterated / Versioned" mentioned. See...
View ArticleRe: Windchill automated UI testing
Check for below tool/website. http://www.qualitiasoft.com/customers-qualitia.php ThanksShreyas
View ArticleRe: Trouble finding location of xconf.dtd
It is not on my 10.2 M030 server... Unix command:find $WT_HOME/ -name xconf.dtd -printreturns no results, whereas:find $WT_HOME/ -name wt.properties -printreturns results, so I know the command works....
View ArticleRe: Rename a WT part using Import from Spreadhseet
It's a bit simpler in terms of the setup, but yes the concept is the same.
View ArticleRe: Calendar Delegate not receiving Email Notifications
You're right. OOTB only supports delegation emails being sent on certain tasks. With our custom workflow there are some tasks that do have notifications set up. Thanks!
View ArticleRe: Windchill automated UI testing
We explored Selenium and it looks promising. Not much development done though. On the side note, I heard that PTC is developing a testing tool based on Selenium. The release timeline is not known though.
View ArticleCan we set few table rows as pre-selected and few rows as Non-Selectable?
Hi , As shown in image, all rows are pre-selected through data utility In Tree-Builder : ColumnConfig localColumnConfig2 = localComponentConfigFactory.newColumnConfig("abc",...
View ArticleRe: Set Up Participants added group as default
So I talked to Tech Support because for some reason my test server decided it didn't want to start any workflow routings. While I had them on the phone for that, I also got this issue settled. Seems...
View ArticleRe: Check for Checked Out objects in the Affected Data section on a Change...
Thanks - I don't know xml. Is there a "sample" that has the xml for a conditional to check for Check Out objects?
View ArticleRe: Check for Checked Out objects in the Affected Data section on a Change...
For sample xml files for Business Rule you can check zip files under \Windchill\loadFiles\ixbImport\ folder ChangePreReleaseBusinessRulesObjects.zip contain business rule for Change. Hope it helps !!!...
View Article