"Strikethrough a Requirements Text as per state change" can this functionality possible ?
‎Aug 27, 2021
07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Aug 27, 2021
07:22 AM
"Strikethrough a Requirements Text as per state change" can this functionality possible ?
"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 1
‎Sep 10, 2021
05:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 10, 2021
05:00 AM
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