I am looking for a sample program that uses CSIDE to build a very simple custom module for Content Server 10.5. The module should be very simple and assume no previous knowledge of OScript. Any technical person should be able to follow the steps to create and test this module. It should be as easy to follow as the AppWorks examples that OpenText provided in their AppWorks page.
An example of a simple module would be:
1. Put a function on a folder.
2. The function will pop up a form with a text box.
3. The user can save fill in a value for the text box and hit save. The data gets saved to the database.
4. The next time any user pops invokes the function for the folder, they will see that value. They can modify the value if they want to and then save again.