get current record

get current record

hello

I'm trying to add a list in Zoho crm product (part of the code)
  1. Productid = 133994;
  2. 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