The case_history field, as you probably know, is simply one big text
field. And the classic client is hard-coded to simply append new
entries to the end of that field. So, there's not a way to alter that
field. But, what you can do instead, is to build the case history up yourself. For example, create a new tab on the case form.Use CB code to ...