How to do coql Query in Zoho CRM

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 8

  • @mananapka
    @mananapka ปีที่แล้ว

    This query API can also be used in the external app. I have an external application and I want the same result as this. Is it possible?

    • @aetherautomation
      @aetherautomation  ปีที่แล้ว

      Yes. You'd need to manage the Oauth connection externally however

  • @toddhardin6825
    @toddhardin6825 ปีที่แล้ว

    Great video Andrew. Do you know if Zoho has plans on their roadmap to support aggregate functions ex SUM(AmountField) in a COQL query?

    • @aetherautomation
      @aetherautomation  ปีที่แล้ว

      You can do a SUM query, heres an example:
      {
      "select_query":"select SUM(Annual_Revenue), Company, Last_Name from Leads where Annual_Revenue >= 1000 Group by Company, Last_Name"
      }

  • @toddhardin6825
    @toddhardin6825 ปีที่แล้ว

    Do you know if anyone has added COQL to one of the OpenSourced SQL Query tools or Web Based Query tools?
    It would be very handy to have a MS SQL Studio like query tool.
    I have run across an ODBC driver and an OleDB Provider (driver) for Zoho - however I don't know if those drivers are using COQL or if they are making API calls to each module separately and then combining results into a single final result record set.

    • @aetherautomation
      @aetherautomation  ปีที่แล้ว

      I don't know if anyone has made that extension.
      If you're attached to SQL, you can connect CRM with Zoho Analytics and write your query there

    • @toddhardin6825
      @toddhardin6825 ปีที่แล้ว

      @@aetherautomation "attached to SQL" - Do you mean using MS-SQL management Studio on local machine?

    • @toddhardin6825
      @toddhardin6825 ปีที่แล้ว

      Ah - I think you are suggesting using Zoho Analytics with Zoho CRM connection and use the Query tool in Zoho Analytics.
      Good call. I guess I somehow was not certain that tool was restricted to using the same COQL API that we use or if they had augmented functionality in some manner.
      Thanks for that suggestion Andrew!