View/Add comments in Desk
Hello,
How can I actually view the comments from Zoho Desk in Zoho creator?
- htmlpage Show_Tickets()
displayname = "Show Tickets"
content
<%{
lo = zoho.support.getrecords("Requests","MyApp","Maintenances");
for each single in lo
{
// I need to somehow fetch the comments here <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
}
}%>
And how to add a comment to a ticket via Zoho creator?