This topic is locked

Add Comment Option

9/5/2007 1:02:53 PM
ASPRunnerPro General questions
K
KingDean author

I would like to have the option for a tech to add comments to a work order and it track the comment by number? or keep adding it as an extra entry on the screen. I.E.
Comment 1: Tech1

Couldn't fix the computer
Comment 2: Admin1

Why Couldn't you Fix the Computer
Comment 3: Tech1

It is not fixable <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6184&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />
.....
is there a way to implement that?

Sergey Kornilov admin 9/5/2007

Sounds like a job for master-details.

Master table - work orders, Details table - comments
You can also take a look at how comments are implemented in Knowledge Base template.