Hi,
Is it possible to load Soft type of Projects with attributes using Load from file Utility please let me know.
I am working on requirement to Migrate Project information which exist on Smart Team environment. We are using Windchill PdmLink/ ProjectLink 10.2 F000
Thank You,
Raghu.
Enovia Smarteam?haha~~
You may try to create a softtype document for ProjectLink that record project attributes
In my site.
I use soap to request project attrbutes from project document.
I was created a jsp program and replace below action command in custom-actions.xml
<action name="details" enabledwhensuspended="true" uicomponent="PROJECT_DETAILS">
<command class="project" method="details" windowType="page"/>
</action>
It will probably require a customization as it does not look to be possible out of the box. Refer to https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS142724.