Hi all,
It seems in the Email entity, the "ToRecipients" field cut off for 250 characters, though its length is defined for 500.
We have some emails with 20+ receipients.
Here is the fetchxml
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="email" >
<attribute name="subject" />
<attribute name="regardingobjectid" />
<attribute name="from" />
<attribute name="to" />
<attribute name="torecipients" />
<attribute name="prioritycode" />
<attribute name="statuscode" />
<attribute name="modifiedon" />
<attribute name="activityid" />
<order attribute="subject" descending="false" />
<filter type="and" >
<condition attribute="statuscode" operator="eq" value="6" />
</filter>
</entity>
</fetch>
the "torecipients" shows only 250 characters. Is this something a known issue?
Thanks,
Ning
Hi Ning Zhu,
I gave it a try myself and replicated your issue with you in an Online Developer instance.
torecipient column has max 500 characters configured.
It seems it's not a unique issue to you :)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156