Zoho CRM Deluge GetRecords API

preview_player
Показать описание

In this tutorial I review how to use the zoho crm getRecords API when working with pre-built or custom modules. I also show you how you can get the keys, and values from each field within those respective modules! Please like and subscribe!

Thanks!
Рекомендации по теме
Комментарии
Автор

Hi, friend,

Please your help.

From a query to CRM, I get a list like this:
{item1, item1, item1, item2, item3, item3}

and I need two separate listings indicating the item and the quantity:

list1 (item name):
Item1
Item2
Item3

List2 (quantities)
3
1
2

How could I make that code?
Thanks in advance

rodrigocruz