Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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!
Solved! Go to Solution.
Hello,
Yes you are right , I'm having the same issueon 12.0.2.7
On the other hand the same mapping work as alias attribute :
I tried to play around with the RuleConfigurableTypeAttribute.properties.xconf, issue still occurs.
I think you better open a Technical support case to investigate deeper and ebetianll get R&d point of view
BR,
Fadel
Hello Yannick,
The project number attribute internal name is having small p :
Hello Fadel,
thank you for your answer. I changed the OIR to the correct spelling, but unfortunately I get the same error as before? Do you have any other idea what it could be?
Hello,
Yes you are right , I'm having the same issueon 12.0.2.7
On the other hand the same mapping work as alias attribute :
I tried to play around with the RuleConfigurableTypeAttribute.properties.xconf, issue still occurs.
I think you better open a Technical support case to investigate deeper and ebetianll get R&d point of view
BR,
Fadel