What is the format of the xmlData parameter to associate a task or event to CRM records?
Use the following sample XML for 
relating an event with the account and contact respectively.
- Accounts <Events><row 
      no="1">
 <
      
         FL val
      
      ="
      
         SEMODULE
      
      ">
      
         Accounts
      
      </FL>
 <
      
         FL val
      
      ="SEID">
      
         22222222222
      
      </FL>
 <
      
         FL val
      
      ="Subject">test</FL>
 <
      
         FL val
      
      ="Start DateTime">12/12/2009 
      11:12:25</FL>
 <
      
         FL val
      
      ="End 
      DateTime">12/12/2009 11:12:25</FL>
 </row>
 </Events>
 
- Contacts <Events><row 
      no="1&">
 <
      
         FL val
      
      =
      
         "SEMODULE
      
      ">
      
         Contacts
      
      </FL>
 <
      
         FL val
      
      =
      
         "CONTACTID
      
      ">
      
         22222222222
      
      </FL>
 <
      
         FL val
      
      ="Subject">test</FL>
 <
      
         FL val
      
      ="Start DateTime">12/12/2009 
      11:12:25</FL>
 <
      
         FL val
      
      ="End 
      DateTime">12/12/2009 11:12:25</FL>
 </row>
 </Events>
- Related Articles
- What is the format of the xmlData parameter to associate a task or event to CRM records?- Use the following sample XML for relating an event with the account and contact respectively. Account <Events><row no="1"> <FL val="SEMODULE">Accounts</FL> <FL val="SEID">22222222222</FL> <FL val="Subject">test</FL> <FL val="Start ... 
- What is the format of the xmlData parameter for the insertRecords and updateRecords methods?- Use the following XMLData parameters while using insertRecords and updateRecords methods: insertRecords: https:// crm.zoho.com/crm/private/ xml / Leads /insertRecords?apikey= API Key &ticket= Ticket ticket=xxxxxxxxxxxxxx apikey=xxxxxxxxxxxxxx ... 
- Associate Records- Attach Documents To attach documents This feature allows you to attach documents, spreadsheets and presentations to Temps or Clients. You can attach them in the following ways: Attach from Desktop Attach from Zoho Docs Attach from Google Docs Assign ... 
- Associate check-in to an event- If your business largely requires you to travel and constantly be on the move, then check-in is for you. In Zoho CRM, sales managers and sales reps can manage their work-related visits easily with the help of check-ins from the Zoho CRM mobile app. A ... 
- What types of notifications can I setup while creating a task or event in Zoho CRM?- While creating a task or event in Zoho CRM, you can set two types of reminders. They are: Alert through EmailĀ - On selecting this option, you can receive reminders for your tasks or events through emails. Alert through Pop upĀ - On selecting this ...