Problem using Project Attribute Value in Document creation OIR in ProjectLink
Hello,
I have a problem using an attribute value in an Document OIR. I want to use the project number to be in the attribute naming. This gives me an error:
<AttrValue id="number" algorithm="com.ptc.windchill.enterprise.revisionControlled.server.impl.NumberGenerator" ignore="false" force="false" final="false">
<Arg>CALC-1234567-</Arg>
<Attr id="MBA|containerReference^WCTYPE|wt.projmgmt.admin.Project2~MBA|ProjectNumber"/>
</AttrValue>


If I try it with the name for example, it works fine. What is my error?:
MBA|containerReference^WCTYPE|wt.projmgmt.admin.Project2~MBA|containerInfo.name <-- works fine!
MBA|containerReference^WCTYPE|wt.projmgmt.admin.Project2~MBA|ProjectNumber <-- does not work!
Thank you very much!



