var fetch = "<fetch version='1.0' mapping='logical'><entity name='quote'>";
fetch += "<all-attributes />";
fetch += "<filter type='and'>";
fetch += "<condition attribute='new_anabayi' operator='eq' value='" + id + "' />";
fetch += "<condition attribute='statuscode' operator='eq' value='1' />";
fetch += "<condition attribute='customertypecode' operator='eq' value='7' />";
fetch += "</filter></entity></fetch>";
var fetchData = XrmServiceToolkit.Soap.Fetch(fetch);