Forum Discussion

shahid24's avatar
shahid24
Contributor
7 years ago

How can i change the checkpoint text in the result log

Hi, how can i change the text of the checkpoint in the result log to say something else.

 

Thanks

shahid

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    The built-in messages aren't editable, but if you build your own checkpoint with an If/Then statement, you can put any message you want in the log.

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      There is also a "OnLogCheckpoint" event handler.  So long as the new text you want is generic enough or you can obtain what you want from globally accessible information, you can create an event handler for this message type that can intercept the message and modify it.