Import types and attributes from one wc environment to another
Hi!I have exported all types and them attributes (all soft types for WTPart) through windchill wt.load.LoadFromFile utility. But when export is going on I have an exception like following:...
View ArticleRe: Assigning soft-object Type to a Windchill Part
Could you please elaborate, what do you mean by 'assign a soft-object type (sub-type ofWTpart) to a Windchill part'.Any Soft types you create from Windchill type automatically casted to that type, so...
View ArticleWindchill integration or data sharing with ERP suites: JD Edwards Enterprise...
Hello all, At my employer, we are engaged in an Windchill to ERP integration or data sharing discovery process. This activity supports an ERP selection process. We are considering these two ERP...
View Articlewtpart number to drawing
hi,how can i use the wtpart number in the drawing?which is the parameter to use?thanks
View ArticleRe: Import types and attributes from one wc environment to another
Sorry, I have this exception when import is going on
View ArticleRe: Assigning soft-object Type to a Windchill Part
General steps to create a new soft-type and then assign it to a Data Type in Windchill. Hope this helps... 1) Did you 1st create the soft-type (IBA) in an Organizer using "Manage Global...
View ArticleRe: New subtypes that i have created in the Type and Attribute Manager are...
It sounds like the OOTB table view could be corrupted. You could try deleting the all view and letting Windchill recreate it (backup of database tables recommended first): SQL>create table...
View ArticleRe: How to add custom action in Product Structure Browser?
Have you taken a look at the "Customizing PSE Menus, Toolbars and Popup Menus" topic in http://support.ptc.com/WCMS/files/138974/en/WCExplorersCust.pdf?
View ArticleSet column width
Hi all,in windchill, how can I set up the columns width?I can set, for each windows (checkin, checkout, workspace, ecc...) which columns I want to see, but I can't set their width. In the picture...
View ArticleRe: How to find ContentHolder from accelertor file?
Excellent! This is exactly the information I'm looking for! Or more precicly the holdertocontent table linking the both tables. Thanks alot! Cheers!/Peter
View ArticleRe: No Object name/number in Approve Promotion Request email?? WC 9.1
Hey,1. Create a variable in the workflow template administrator.- for example objInfo and description or sth. similar 2. Link your variable with a value. - Usually you can do this in the conditional...
View ArticleRe: Set column width
Also, if you have maintenance and can view product ideas, there are two dealing with this exact issue. http://communities.ptc.com/ideas/4696 http://communities.ptc.com/ideas/1703 Vote them up!
View ArticleAdding a Banner above header
I need to add a banner above the Windchill header for our Unclassified installation of Windchill. Because the Windchill 10.2 header is so small, I can't add it to the image or it will be covered up...
View ArticleRe: How to put user picker in table builder
I used a data utility to add a user picker to my builder. I had to create a HashMap to contain all of the component properties that would otherwise be in the JCA tags. HashMap<String,String> map...
View ArticleRe: Sending parameter through from UI to the bean
In your FormProcessor, try getting the parameter like this: HashMap<String,Object> params = ((ObjectBean)list.get(i)).getParameterMap();String[] operations = (String[])params.get("operation"); Or...
View ArticleRe: Adding a Banner above header
Document - CS28193 Refer to Windchill Customization Guide sections "Adding Custom Code to all Windchill Client Architecture Pages" and "System Banner Alert Message".Put the following line code into...
View ArticleRe: Adding a Banner above header
Tried that. It doesn't help in version 10.2. The banner text is placed in the middle of the image, not above it as it was with V9.1.
View ArticleRe: Adding a Banner above header
Hi, We had same problem, but solution I was not able to find, so we moved our banner to left side: <style type="text/css">.banner {position:relative; text-align: center; width:300px;...
View ArticleRe: wtpart number to drawing
I am not sure if our system has additional configuration for this to work, but you could try adding rel_model_name as a parameter in your table in your drawing format. This parameter works for us.
View Article