Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Version: Windchill 12.1
Use Case: We are looking to add a new IBA (attribute) to WTPart and make it editable through the "Edit Common Attributes" action in Windchill PDMLink. The key requirement is that:. We do not want the part to be checked out.
Description:
We need to enable editing of a custom attribute added to the WTPartMaster object in Windchill PDMLink through the "Edit Common Attributes" action available in the UI. This is commonly used to update shared attributes across multiple versions of a part without checking out the part.
Although the attribute has been successfully defined on the WTPartMaster using the Type and Attribute Management utility, it does not appear on the Edit Common Attributes page, and currently, there's no direct way to expose or make it editable from this interface.
Hi @JR_10893579
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry. For example:
Please add screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Here's what a good question for Windchill looks like.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
You will need to edit the display page to add your new attribute to show it.
Any time you make an edit to an attribute of an object, it should be checked out, revised and checked back in. If the user has admin rights, they can do it with just an iteration change, otherwise it will require a revision to the object. Why do you not want to do this without checking out the part? The checkout provides accountability to the change.
@JR_10893579 your post is ambiguous.
In "Use Case" you state the WTPart but in "Description" you state WTPartMaster.
Which is it?
Hi @JR_10893579
There is no configuration for changing the Edit Common Attributes page
https://www.ptc.com/en/support/article/CS294516
You can just try to edit jsp page where the ...\Windchill\codebase\netmarkets\jsp\part\editPartCommonAttrsWizardStep.jsp
add your custom iba attribute to the definition.. You have to know how to crate dataUtility and so on.
PetrH
I don't think this is supported OOTB. You may need to investigate some customization, or else find a different way to achieve your business requirement.