Giter VIP home page Giter VIP logo

mscrmtools.attributeusageinspector's Introduction

Stats

mscrmtools.attributeusageinspector's People

Contributors

mscrmtools avatar thierrybienvenu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

mscrmtools.attributeusageinspector's Issues

Not pulling all attributes

I used to tool to export attribute usage for 20 entities in D365, for mapping fields for a migration. I found that while 17 entities were complete, 3 were not. It was specifically the Quote, Order, and Invoice entities, which somewhat unique in D365, as entities go. I found that I only got 184 attributes for the quote, despite seeing 241 in D365 customizations. The numbers for the other two entities were similar. I tried re-exporting, just the quote entity several times and it always comes back with 184 attributes. I thought maybe it is something about those specific attributes, but found among the missing both simple text fields, and lookups, both custom and out of the box. I can find no pattern to it, but it is the same fields that get excluded every time. On the order I am missing over 100 fields. I have exported other entities with far more fields and got exactly the right number. Is there any explanation for this, or is there anything that I can do to get this to work correctly?
I am on the latest build of AttributeUsageInspector, pulling from CRM 2011 on prem.

Boolean fields

boolean fields are always 100% populated. Can the data usage show the pct of True vs False/null? and have the data count the number of true?


  • Deployment: Online
  • DB Version: 9.2.22032.150
  • Connection Controls Version: 1.2021.9.46
  • XrmToolBox Version: 1.2022.2.54
  • Tool Version: 1.2018.9.11

Filter attributes

Cool tool! ๐Ÿ‘
Even cooler if you could filter which attributes are displayed, importsequencenumber is usually not interresting, and if the primary key has less than 100% I would be surprised...

image

Entities returning no results

Hi,
We've been using the Attribute Usage Inspector and it returns results for some Entities but not others.

It appears to be working and brings up the screen where it says "Loading usage data..." but then it stops and we see no results. On some other Entities it appears to be working fine.

Is there a reason it's not working on some Entities and are there any settings we can change to get it working for all Entities?

Thanks

Limit to Attributes in Extracted Entity?

Is there a hard-limit to the number of attributes associated with an entity that can be extracted via this tool?
Looking at our Incident table, which holds 385 attributes and the following exception error is generated. Other slightly smaller tables (Contacts, 285 entities) extract without issue.

************** Exception Text **************
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)

Request timeouts

I set the "Number of records per call" to 200, then 50, and then 10 on an entity of ours that has 2 million records and over 300 fields (hence the reason this utility would be fantastic to have). However, each attempt produces the following error:

************** Exception Text **************
System.Net.WebException: The operation has timed out
   at System.Net.HttpWebRequest.GetResponse()
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
----------------------------------------

When I ran fiddler to see what it was doing, this is what I found about the body of the request:

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><s:Body><Execute xmlns="http://schemas.microsoft.com/xrm/2011/Contracts/Services"><request i:type="b:ExecuteMultipleRequest" xmlns:b="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:Parameters xmlns:c="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><b:KeyValuePairOfstringanyType><c:key>Requests</c:key><c:value i:type="d:OrganizationRequestCollection" xmlns:d="http://schemas.microsoft.com/xrm/2012/Contracts"><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="accountid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_addressid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_addresstypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_city" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_country" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_county" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_fax" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_latitude" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_line1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_line2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_line3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_longitude" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_name" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_postalcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_postofficebox" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_shippingmethodcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_stateorprovince" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_telephone1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_telephone2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_telephone3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_upszone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address1_utcoffset" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_addressid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_addresstypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_city" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_country" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_county" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_fax" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_latitude" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_line1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_line2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_line3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_longitude" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_name" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_postalcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_postofficebox" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_shippingmethodcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_stateorprovince" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_telephone1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_telephone2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_telephone3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_upszone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="address2_utcoffset" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="budgetamount" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="budgetamount_base" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="budgetstatus" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="campaignid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="companyname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="confirminterest" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="contactid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="createdby" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="createdon" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="createdonbehalfby" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="customerid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="decisionmaker" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="description" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotbulkemail" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotemail" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotfax" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotphone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotpostalmail" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="donotsendmm" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="emailaddress1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="emailaddress2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="emailaddress3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="entityimageid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="estimatedamount" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="estimatedamount_base" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="estimatedclosedate" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="estimatedvalue" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="evaluatefit" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="exchangerate" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="fax" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="firstname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="fullname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="importsequencenumber" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="industrycode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="initialcommunication" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="jobtitle" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="lastname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="lastonholdtime" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="lastusedincampaign" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="leadid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="leadqualitycode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="leadsourcecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="masterid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="merged" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="middlename" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="mobilephone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="modifiedby" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="modifiedon" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="modifiedonbehalfby" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="need" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="new_campaignlist" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="numberofemployees" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="onholdtime" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="originatingcaseid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="overriddencreatedon" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="ownerid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="owningbusinessunit" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="owningteam" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="owninguser" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="pager" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="parentaccountid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="parentcontactid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="participatesinworkflow" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_additionaldetails" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_addresstype_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_addressverifiedby" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_age" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_allergies" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_besttimecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_bin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_bincomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_callbeforeshipcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_campaign" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_channel" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_coveragetypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_creatingleadid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_creditcardid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentcopay" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentcopay_base" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentdayssupplycode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentlytakingaformofmetformincode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentmetforminstrength" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentoedicationother" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentpharmacy" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentpharmacyaddress" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentpharmacyphone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_currentstripcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_customerverifiedcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_custominteractionheader" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_dea" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_diabetictypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_dispositionedon" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_dob" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_doctoroptin_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_doctorsearch_id" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ext" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_facilityname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_frequencyofmigrainescomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_fromppms" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_fullprescribinginformationoptincode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_gendercode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_group" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_hippaoptin_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_holdshipmentuntil" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_indicatedonline" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insulinunitscode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insurance" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insuranceoptin_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insurancesearchid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insurancestatuscode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_insurancetypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_acetaminophen" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_aspirin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_benadryl" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_biaxin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_cephalorsporins" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_cipro" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_codeine" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_currentlyusingmailorder" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_customerinformationcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_demerol" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_diabeticinfocomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_doctorinformationcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_doctoroptin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_erythromycin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_hippaoptin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_ibuprofen" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_insuranceinformationcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_iodine" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_ivpdye" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_levaquin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_macrolide" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_metformin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_morphine" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_nsaids" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_other" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_oxycodone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_paymentcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_penicillin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_percocet" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_pharmacyoptin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_primarynumber" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_quinolones" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_sulfa" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_tcpaoptin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_tetracyclines" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_is_vicodin" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isaddressvalidationcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isallergiescomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_iscanchangecustomer" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_iscontainspobox" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_iscurrentmedicationcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_iscurrentpharmacyispartner" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ismedicarecomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isoptinscomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ispharmacycomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ispoacomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ispoboxcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isprimarycontactcomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isprograminfocomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isselfpay" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_isselfpaycomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ivrnumbercomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ketolide" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_leadbusinessruleset" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_leadtypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_lms_io_id" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_lms_io_name" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_lms_lead_id" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_medicaretypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_medication" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_medicationid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_memberid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_nospecifiedallergies" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_npi" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_originalleadtypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_originatingleadid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_originationforeignkey" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_otherallergydetails" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_patientapprovedmeterchange" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_payertype_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_pbmname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_pcn" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_personcodecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_pharmacyoptin_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_phone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_phonetypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianaddress" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianaddress2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physiciancity" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianfax" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianphone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianstateid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_physicianzip" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_poarelationship" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_poasignaturedate" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_poasignaturemonth" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_poasignatureyearcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_postponeddate" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_powerofattorney" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_ppmscustid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_preferredlanguage_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_preferredname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_primarycontact" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_productid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_programid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_providerphone" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_qualifyinguserid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_referredbycontactid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_referredbyleadid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_relationshipcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_shipfrequencycode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_sourceofinfocode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_stateid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_statewithinprogramcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_syringesizecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_tcpaoptin_code" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_teledoccontacttimecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_teledocnotes" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_teledocoptincomplete" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_testcounter" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_timestestingperday" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_treatmenttypecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_universalid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_upi" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_upsverifiedcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="po_voiddeduplicationresult" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="preferredcontactmethodcode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="prioritycode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="processid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="purchaseprocess" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="purchasetimeframe" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="qualificationcomments" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="qualifyingopportunityid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="relatedobjectid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="revenue" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="revenue_base" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="salesstage" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="salesstagecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="salutation" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="schedulefollowup_prospect" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="schedulefollowup_qualify" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="sic" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="slaid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="slainvokedid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="stageid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="statecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="statuscode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="subject" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="telephone1" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="telephone2" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="telephone3" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="timezoneruleversionnumber" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="transactioncurrencyid" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="traversedpath" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="utcconversiontimezonecode" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="versionnumber" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="websiteurl" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="yomicompanyname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="yomifirstname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="yomifullname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="yomilastname" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest><d:OrganizationRequest i:type="b:RetrieveMultipleRequest"><b:Parameters><b:KeyValuePairOfstringanyType><c:key>Query</c:key><c:value i:type="b:FetchExpression"><b:Query>&lt;fetch mapping="logical" aggregate="true" count="5000"&gt;&lt;entity name="lead"&gt;&lt;attribute name="leadid" aggregate="count" alias="count"/&gt;&lt;filter&gt;&lt;condition attribute="yomimiddlename" operator="not-null"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</b:Query></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>RetrieveMultiple</b:RequestName></d:OrganizationRequest></c:value></b:KeyValuePairOfstringanyType><b:KeyValuePairOfstringanyType><c:key>Settings</c:key><c:value i:type="d:ExecuteMultipleSettings" xmlns:d="http://schemas.microsoft.com/xrm/2012/Contracts"><d:ContinueOnError>true</d:ContinueOnError><d:ReturnResponses>true</d:ReturnResponses></c:value></b:KeyValuePairOfstringanyType></b:Parameters><b:RequestId i:nil="true"/><b:RequestName>ExecuteMultiple</b:RequestName></request></Execute></s:Body></s:Envelope>

I think I'm going to need something that's a little less heavy on the query.

Display name and logical name column not match in excel export

Hello,

I want to warn you that the display name column get the logical name and the logical name column get the display name on the excel file.

The correction is simple. You just have to switch two line of code in ExcelEngine.cs file.

29             sheet.Cells[i, 1].Value = "Logical name";
30             sheet.Cells[i, 2].Value = "Display name"; 

to

29             sheet.Cells[i, 1].Value = "Display name"; 
30             sheet.Cells[i, 2].Value = "Logical name"; 

Best regards.

Close button is dead

Nothing happens when clicking the Close button.
Might have lost the event handler in a copy-paste black hole.

Great tool, enhancement request

This tool was extremely helpful for my current client who is moving 4 seperate on premise instances to a single online environment. I II I had to add (by hand) is which of the attributes

  1. Attribute type when a Calculated Field or Rollup (there is a maximum per table so this is urgent for migration work)
  2. When/if they are consumed by a Process (like the existing 'on form' bool)

  • Deployment: OnPremise
  • DB Version: 9.1.7.5
  • Connection Controls Version: 1.2023.6.56
  • XrmToolBox Version: 1.2023.6.65
  • Tool Version: 1.2018.9.11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.