hello
I'm trying to add a list in Zoho crm product (part of the code)
- Productid = 133994;
- productList = zoho.crm.searchRecords("Products","(Product_Code:equals:" + Productid + ")");
what I'm trying to to is to get the value of a custom field in the current product , then take that value and put it in ProductId
Thanks