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:
-
Add the Comments Panel component to a window.
-
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.
-
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.
-
Modify the "Insert Query 1" property to match your notes table definition. You can remove the string from the "Insert Query 2" property.
-
Modify the "Delete Query", "Unstick Query", and "Download Attachment Query" properties to match your notes table definition.
-
Save your project and test it out! Check out the University video for a more thorough walk-through.