Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
"Strikethrough a Requirements Text as per status change" can this functionality possible in PTC Integrity ?
If I change the state of Requirement to Rejected/Deleted then the Text of requirement should change to Strikethrough .
Example
RQ, State=Open
Text=ABCD
Then,,
RQ, State=Rejected
Text=ABCD
Hi @Chittaranjan_11 ,
Yes this is possible, you need to write a trigger which should run on your event like here is state change from Open to Rejected.
Read the current value of Text field and add <strike> tag and update the value in same text field. <strike> tag is supported by integrity in long text field.
E.g.:-
Current Value - <!--MKS HTML -->value
New Value - <!-- MKS HTML --><strike>value</strike>
Hope it helps.
Vielen Dank / Many Thanks,
Kapil Jain