Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Version: Windchill 12.0
Use Case: I need to prefix the output of the algorithm="ext.xxxx.xxxx.external.xxxx.impl.ODataNumberAlgorithm To be prefixed by "C", if _rootNumber id "7000000", what syntax do I need to add below for the rootNumber to be "C7000000"
Description:
I need to prefix the output of the algorithm="ext.xxxx.xxxx.external.xxxx.impl.ODataNumberAlgorithm
To be prefixed by "C", if _rootNumber id "7000000", what syntax do I need to add below for the rootNumber to be "C7000000"
<VarDef id="_rootNumber" algorithm="ext.thales.palma.external.kiwi.impl.ODataNumberAlgorithm">
<Attr id="rootNumber" />
</VarDef>
I think you'll need to use CaseBranch. This article shows some examples for using it: https://www.ptc.com/en/support/article/CS219911