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 Functions
Zoho CRM Functions help you to update the data in related CRM modules or third-party applications by executing simple program scripts. When a record matches the workflow criteria, workflow engine automatically triggers the function and update the CRM ...
FAQs on Reports
1. What are reports in Zoho CRM? As an organization, the more you grow, the more complex your data becomes. This data holds powerful information about your customers, employees, profit, sales, opportunities, and other aspects of your business. It is ...
Tagging Records in CRM
Tags in Zoho CRM are usually easy to create. Tags are not just a simple category, they can be more powerful, since you can add multiple tags to a single record. You can also create tags in multiple locations in your CRM account, if required. You can ...