Comments Panel Component

There are many ways to set up the Comments Panel component, but the same first few steps exist in all cases to get started. To set up a simple Comments Panel example, here are the basic steps:

  1. Add the Comments Panel component to a window.

  2. Create or locate a database table to store notes in. You can follow the sample table in the "data" property of the Comments Panel Component.

  3. Add a SQL query to the "data" property of the component to fetch the notes. Make sure to sort the records by timestamp so your newest comments are on top.

  4. Modify the "Insert Query 1" property to match your notes table definition. You can remove the string from the "Insert Query 2" property.

  5. Modify the "Delete Query", "Unstick Query", and "Download Attachment Query" properties to match your notes table definition.

  6. Save your project and test it out! Check out the University video for a more thorough walk-through.

Comments Panel

Watch the Video