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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Can we edit OOTB Status values of a task?

RG_10753677
10-Marble

Can we edit OOTB Status values of a task?

RG_10753677_0-1694782050065.png

I want to rename the status value 'Potential' to 'Pending'
In Type & Attribute Management, the status of a WorkItem looks like a modeled attribute, and immutable. Is there a way to change these values?

RG_10753677_1-1694782141512.png

 

 

ACCEPTED SOLUTION

Accepted Solutions
avillanueva
22-Sapphire II
(To:RG_10753677)

Internally, I would not change it but looks like its controlled by the following resource bundle. You can override, edit and rebuild this to do "text tailoring" to change what is displayed to the user:

Windchill/src/wt/workflow/work/WfAssignmentStateRB.rbInfo

 

# Entry Contents

ACCEPTED.value=Accepted
ACCEPTED.shortDescription=accepted state
ACCEPTED.order=20

COMPLETED.value=Completed
COMPLETED.shortDescription=completed state
COMPLETED.order=30

POTENTIAL.value=Potential
POTENTIAL.shortDescription=awaiting acceptance state
POTENTIAL.order=10
POTENTIAL.defaultValue=true

You should be able to change .value to display something else. Follow standard steps for rebuilding resource bundles.

https://www.ptc.com/en/support/article/CS30472?source=search

 

View solution in original post

1 REPLY 1
avillanueva
22-Sapphire II
(To:RG_10753677)

Internally, I would not change it but looks like its controlled by the following resource bundle. You can override, edit and rebuild this to do "text tailoring" to change what is displayed to the user:

Windchill/src/wt/workflow/work/WfAssignmentStateRB.rbInfo

 

# Entry Contents

ACCEPTED.value=Accepted
ACCEPTED.shortDescription=accepted state
ACCEPTED.order=20

COMPLETED.value=Completed
COMPLETED.shortDescription=completed state
COMPLETED.order=30

POTENTIAL.value=Potential
POTENTIAL.shortDescription=awaiting acceptance state
POTENTIAL.order=10
POTENTIAL.defaultValue=true

You should be able to change .value to display something else. Follow standard steps for rebuilding resource bundles.

https://www.ptc.com/en/support/article/CS30472?source=search

 

Announcements

Top Tags