Help with Custom Related Lists
Zoho CRM has a new feature called Custom Related Lists which allows you to create a new "data type" and attach it to a record. This is supported through the use of custom functions that are build using their Deluge script. However, even using a very simple example I can't get anything to show up.
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.
The only thing that I can get to show up is below:
If anyone has found any documentation then I would appreciate it.
Thanks,
jason