Re: How to Disable download
Hi Luar, Hava a look on UI Validation @customization guide. Lot of OOTB Java validator class is responsible for hiding/enabling/disabling an action. Explore it. Creating a ValidatorCreating a...
View ArticleWindchill Creo Upload Error list
I find that the errors that Windchill outputs are vague on description. I have been keeping a list of the errors and what to do to correct them but was wondering does a list exist with every possible...
View ArticleJob Openings available in Pittsburgh - Raeder Landree, Inc.
Sr. Application Developer - PLM Raeder Landree, Inc. is looking for a skilled individual in FlexPLM for a full time, direct hire job opening in the Pittsburgh area. If interested, please contact me,...
View ArticleRe: Windchill Report Manager
Answered correctly by PTC TSE...I have .qml file if anyone is interested.
View ArticleRe: Windchill Report Manager
Greg,I'm interested in .qml file, but for you it is possible to add TS file at this discussion by using advanced editor (in the right upper part of the add comment window).
View ArticleRe: How to Disable download
Luar, Be aware that read access will still allow download of viewable if you publish. Darren
View ArticleRe: Object Initialization Rules
Hi malavika, This is my code. <AttributeValues objType="wt.doc.WTDocument"> <AttrValue id="folder.id"...
View ArticleRe: Object Initialization Rules
Change the line:<AttributeValues objType="wt.doc.WTDocument"> to contian the name of the soft type ex:<AttributeValues objType="wt.doc.WTDocument|com.abc.MySoftType"> -Malavika
View ArticleRe: Object Initialization Rules
Hi Malavika, Thank you!., Last thing, How about if it is a cad file? what type should I choose? Luar,
View ArticleRe: Object Initialization Rules
Type and Atrribute manager can help find the appropriate name for the CAD object type. Could you please consider doing some reasearch. -Malavika
View ArticleRe: Object Initialization Rules
Hi Malavika, Thank you! Yes, I already did, but it confusing me thats why I want to clear. Thanks,Luar
View ArticleOpen Multiple Drawings in Creo View
Hi All, Can anyone tell me if there is a more efficient way of opening multiple drawings in Creo View from Windchill? Currently I have this method:Select drawingsClick CopyClose yellow banner (to get...
View ArticleRe: How to export where used report in MS Excel format?
Hello Steve, We can copy the list as you mentioned, but that way you can copy the list whichever is displayed in window only. Entire list cannot be copied at a time. You have to scroll down and...
View ArticleRe: So, why doesn't "update" actually WORK?
Marc, (Glad to see you spell it correctly....) Try selecting the objects and then using the Add to Workspace command, there should be an icon for it in the icon bar. You will need to uncheck the...
View ArticleRe: So, why doesn't "update" actually WORK?
We are now almost done with a project here that used a top-down assembly (skeleton), and have had TONS of lost work and problems because Windburn refuses to actually update the parts referencing the...
View ArticleRe: How to update the Softtype attribute and OOTB attribute of WTDocument
Hi Anurag, Try below code. /** * This method will update the IBA value without changing the iteration of * the given Persistable object. * * @param iba...
View ArticleHow to get the default value of an IBA?
Assume I have an IBA named "designlocation" on "wt.doc.WTDocument".Now, through code how I can retrieve the default value of "designlocation" without creating any Document ?
View ArticleRe: Converting IBA UNIT Values as per Measuring System in Client Preference
I found the solution on how to convert the Classificaiton unit values to a different measuring system as per selected preference at Org Level. attrValue is AbsrtractValue from a IBA holder like...
View Article