Zoho's example seems simple enough. Or I'm just missing the mechanism that displays aggregate record count?
//to count all records in a form
input.Total = FormA.count();
I have tried:
input.Quote_Number1 = RFQ.count();
Quote_Number1 = RFQ.count();
NOTE: Quote_Number1 is a Autonumber field
Nothing is displayed in my html page.