Grab other invoices currently open under the Customer
{"code":57,"message":"You are not authorized to perform this operation"}
customer_id = invoice.get("customer_id");search_map = {"customer_id":customer_id};ExistingInvoices = zoho.invoice.getRecords("invoices","XXXXXXXXX",search_map);info ExistingInvoices;