if((input.ZC_Subject.contains("Case#: ")))
{
input.Case_ID=(input.ZC_Subject).subString(11,29);
input.Case_Response=(input.ZC_Content).subString(0,(input.ZC_Content).indexOf("---------------------------"));
crmResp = zoho.crm.getRelatedRecords("Solutions","Cases",input.Case_ID);
//currentid = crmResp.get(0);
//zoho.crm.updateRecord("Solutions",currentid.toString(),{ "Add Comment" : ""});
}