They have documented the existance of the Custom Related Lists and how to add them through the UI:
However, they haven't done any documentation on how to get anything useful to show up in the list:
For example, my deluge script is two lines
- string HelloWord()
- {
- return "Hello World";
- }
If I execute this in the Deluge test editor then it works fine. However you can see it's only returning the value "Hello World". there's no "print" or "echo" or "document.write" or anything useful to output information. Zoho Creator's Deluge has a Insert HTML that can be used to format HTML, but this option doesn't exist either.
If anyone has found any documentation then I would appreciate it.