Suggested by Maja Boniszewska – New
If the system has a large number of Contact and Account records, the Enhanced recipient control becomes extremely slow. This control uses a fetch query like:
The really fast Lookup field uses:
The control should use the lookup query to improve speed and usability for users. Right now, it is not actually usable.
This control uses a fetch query like:
A good idea would be to have the possibility to edit the post or paste the FetchXML.
However, the control uses a fetch query like:
filter type="or"
filter type="and"
condition attribute="fullname" operator="like" value="maja%" /
/filter
filter type="and"
condition attribute="emailaddress1" operator="like" value="maja%" /
/filter
The really fast Lookup field uses:
filter type="or" isquickfindfields="1"
condition attribute="fullname" operator="like" value="maja%" /
condition attribute="firstname" operator="like" value="maja%" /
The control should use the lookup query to improve speed and usability for users. Right now, it is not actually usable.