Skip to main content
14-Alexandrite
August 27, 2021
Question

"Strikethrough a Requirements Text as per state change" can this functionality possible ?

  • August 27, 2021
  • 1 reply
  • 960 views

"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 

1 reply

14-Alexandrite
September 10, 2021

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