Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Version: Windchill 12.0
Use Case: Need to add Date on which Part and Documents was shared to a project.
Description:
I am trying to add "Shared on " Date for Parts and Documents on the Project table or Product Table. That is the same date which can be seen on the Collaboration tab under Project Revision table on Part or Document page. Its a Non Persistable attribute.
Tried adding as attribute under availableattribute.xml and mapping it to the OOTB data utility (ProjectRevisonDataUtilities present in the itereroperobilityops.jar( in the enterpriseui.datautilityproperties.xconf but getting error in MS saying No display value for the said attribute. Seems that data Utility is not read.
The other way tried is to extend the FolderTablebuilder and adding the attribute there and mapping it to the data utility but this way the extended class is not getting called.
Wondering what should be the correct approach for this requirement. The column is available on a different table but not able to add on folder tables. So near yet so far.
Hi @MP_10210133,
Thank you for your question.
Your post has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.
Best Regards,
Vivek N
Community Moderation Team
I will reframe the question, Is there a way we can get the shared date ( Date on which Object was shared to the project) to display in the Project Folder Table.
By Project Folder table I mean, what we see first( folders and data) when we navigate to any project or container.
Hi @MP_10210133,
There is an attribute that stores the shared date information; however, it gets updated whenever the status is changed.
If you want to capture only the shared date information, I suggest creating a custom attribute to store the shared date when an object is shared from PDM to ProjectLink.
This requirement would need to be implemented through customization.
