Creating Record from Zoho Apps to Zoho CRM

Creating Record from Zoho Apps to Zoho CRM

Hi,

I tried to collect information from Zoho Creator Form to Zoho CRM. The zoho creator form we have indicates among other things product details (in our case, properties). I want some product information to populate "Products" module of our Zoho CRM. I thought I followed the instructions correctly that you have in here: https://help.creator.zoho.com/Creating-a-record-in-CRM.html but it didn't work. Perhaps I did something wrong so please help. The error message is: Error at line 8 : Variable zoho.crm is not defined

Below is the script I used:



PropertyInfo = {
            "TIPNumber" : input.Property_Number,
          "Property Address" : input.Property_address1,
          "Property City" : input.Property_city,
          "Property State" : input.Property_state1,
          "Property Zip" : input.Property_zip
         };
crmResp = zoho.crm.create("Products", Product Information);

I am so non-technical and appreciate very much your help. Thanks!

Regards,
Queenie