cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Translate the entire conversation x

OIR - prefixing an OData Number generator in specifiedItem rule

TJ_10505309
6-Contributor

OIR - prefixing an OData Number generator in specifiedItem rule

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>

1 REPLY 1

I think you'll need to use CaseBranch. This article shows some examples for using it: https://www.ptc.com/en/support/article/CS219911

 

Announcements

Top Tags