<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>API filter by phone number</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/4795/api-filter-by-phone-number</link><description>Hi Community there, 
 Could anyone please help, many thanks! 
 I want to user field &amp;#39;phone_mobile&amp;#39; to filter all related user via calling endpoint: XXXX/Contacts/filter 
 I can get some records by setting pload in the request: 
 
 pload = { 
 &amp;quot;filter</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23676?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 09:37:31 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3dc9eed4-4081-4184-be0f-7d0e5c0d87d9</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Anastasiia,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much!&lt;/p&gt;
&lt;p&gt;It works fine for me! It turns out the validation will show once I click &amp;#39;save&amp;#39; button!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23675?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 08:26:10 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:bdb7fd64-d2e2-46b3-9f1e-cfe314bf1827</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Anastasiia,&lt;/p&gt;
&lt;p&gt;I tried with ctrl+shift+R, it still doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;What else can I do please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23672?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 07:41:35 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:d39d8753-47f1-452f-b354-c51b903e6297</guid><dc:creator>Anastasiia Gubanovych</dc:creator><description>&lt;p&gt;Hi Sophie,&lt;/p&gt;
&lt;p&gt;Scripts on the client side are cached in a browser, so after applying new scripts it&amp;#39;s needed to clean your browser cache to see the changes (or just try to reload the page not from the cache, like ctrl+shift+R).&lt;span class="emoticon" data-url="https://sugarclub.sugarcrm.com/cfs-file/__key/system/emoji/263a.svg" title="Relaxed"&gt;&amp;#x263a;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23668?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 00:49:26 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:51eb055c-9273-4847-96d1-18262777e5f9</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Anastasiia,&lt;/p&gt;
&lt;p&gt;Thanks for your reply!&lt;/p&gt;
&lt;p&gt;I just download your zip file and upload via &amp;#39;module loader&amp;#39; and then do the &amp;#39;Quick Repaire and Rebuild&amp;#39;. But When I try to create a new Contacts, the validation doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;Could you please share how the steps after download your package?&lt;/p&gt;
&lt;p&gt;Thank you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23634?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 16:13:15 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:9ee600e1-b6d0-4b72-8126-6045b9f8079b</guid><dc:creator>Anastasiia Gubanovych</dc:creator><description>&lt;p&gt;Hi Sophie,&lt;/p&gt;
&lt;p&gt;I agree with Jeroen reply that the easiest way is to export all Contacts (e.g. create Rows &amp;amp; Columns Report with Contact ID and Phone Number and export it), then to clean up phones using Excel and then using out-of-the-box import to import updated file (Sugar will update Contacts by ID if you select &amp;#39;Create new records and update existing records&amp;#39; in Import wizard).&lt;/p&gt;
&lt;p&gt;Once data is cleaned up, to prevent such scenario in the future it is nice to have a check on Phone fields that an entered value contains only + and numbers. For this task you could code as mentioned or try out Logic Builder configuration tool.&lt;/p&gt;
&lt;p&gt;Here is an example of such validation:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-discussions-components-files/54/lb_5F00_example_5F00_3.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And of course the result in the interface:&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-discussions-components-files/54/lb_5F00_example_5F00_2.png" /&gt;&lt;/p&gt;
&lt;p&gt;...and a zip package to try validation on your instance:)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sugarclub.sugarcrm.com/cfs-file/__key/communityserver-discussions-components-files/54/z20210601_5F00_flowchart_5F00_lb60b614ad12af40_5F00_26596112.zip"&gt;sugarclub.sugarcrm.com/.../z20210601_5F00_flowchart_5F00_lb60b614ad12af40_5F00_26596112.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23628?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 02:47:25 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:d1f1f868-a542-4416-b986-f556ac0cc5ea</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;sorry about so many messages...&lt;/p&gt;
&lt;p&gt;just two&amp;nbsp;more thing to check,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. what&amp;rsquo;s this language is? What else I can use except ifElse?&lt;/p&gt;
&lt;p&gt;2. If I use a quite long nested ifElse, will it affect my instance&amp;rsquo;s performance? I have 30K records.&lt;/p&gt;
&lt;p&gt;Million thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23626?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 02:03:54 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:242524a5-8de8-455c-975c-ea49e9ddba68</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;I just found the &amp;#39;recalculate&amp;#39; action.&lt;/p&gt;
&lt;p&gt;But one more help, please:&lt;/p&gt;
&lt;p&gt;Because our phone number format is really inconsistent, it has space , &amp;#39;-&amp;#39;,&amp;nbsp; etc. It&amp;#39;s really dirty.&lt;/p&gt;
&lt;p&gt;I know I can just nest the ifElse,&lt;/p&gt;
&lt;p&gt;but I just want to know, is regular expression possible?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you please share a sample?&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23625?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 01:07:14 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:a8bafc31-530e-403a-8035-3ed031b900f9</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;It works!&lt;/p&gt;
&lt;p&gt;Thank you so much!&lt;/p&gt;
&lt;p&gt;Just one thing, how can I update the history&amp;nbsp;records for the custom field&amp;nbsp;via action recalculating?&lt;/p&gt;
&lt;p&gt;When I choose the records in Contacts list view, there&amp;#39;s no &amp;#39;recalculate&amp;#39; in the action.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23623?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 23:20:56 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:8d3402e1-4853-4537-93d1-2e0229819b3b</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Dmytro,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;First, I&amp;#39;m trying to filter the module &amp;#39;Contacts&amp;#39; and it has 30K records. I want to get id when the phone number field matches.&lt;/p&gt;
&lt;p&gt;So I guess the third option is not suitable.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As to the first option, when you&amp;#39;re saying &amp;#39;it is preventive&amp;#39;, do you mean it&amp;#39;s forbidden&amp;nbsp;to do so ? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And how can I do the second option, please?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks a lot!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23613?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 21:25:50 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:2aac45e9-917e-4db9-9808-3d6c0e6162db</guid><dc:creator>Dmytro Chupylka</dc:creator><description>&lt;p&gt;Hello Sophie,&lt;/p&gt;
&lt;p&gt;Sorry for the delay with the response.&lt;br /&gt;Could you specify first if you are trying to filter users or contact?&lt;/p&gt;
&lt;p&gt;Actually, I see 3 types of efforts that could help with the challenge:&lt;/p&gt;
&lt;p&gt;1) to set up phone validation logic, preventing users from entering non-formatted phones&lt;/p&gt;
&lt;p&gt;2) to format entered phone automatically - each time the user profile is saved - according to the preconfigured logic&lt;/p&gt;
&lt;p&gt;3) to set up a custom endpoint for the external call, so that users keep their phones formatted in Sugar as they want, but get them formatted on the fly for search purposes when the endpoint is called&lt;/p&gt;
&lt;p&gt;The first option is preventive, the second is supportive, and the third is &amp;quot;to configure for me&amp;quot; - due to a relatively high computing load, the last wouldn&amp;#39;t work if you have dozens of thousands of records (like Contacts) but should work for hundreds (like the number of Users)&lt;/p&gt;
&lt;p&gt;Which of 3 would better work for your circumstances?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23566?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 14:48:48 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:48a9f3d0-a4fb-42a2-9b8a-f076225a7a64</guid><dc:creator>Andr&amp;#233; Lopes</dc:creator><description>&lt;p&gt;No external tool needed for accomplishing such&amp;nbsp;formatting. SugarLogic formula is able to do the job.&lt;/p&gt;
&lt;p&gt;Create one custom field for each phone&amp;nbsp;field and set a sugarLogic formula this way:&lt;/p&gt;
&lt;p&gt;ifElse(&lt;br /&gt;&amp;nbsp; equal(subStr($phone_mobile,0,1),&amp;quot;+&amp;quot;),&lt;br /&gt;&amp;nbsp; strReplace(&amp;quot; &amp;quot;,&amp;quot;&amp;quot;,$phone_mobile,false),&lt;br /&gt;&amp;nbsp; concat(&amp;quot;+&amp;quot;,strReplace(&amp;quot; &amp;quot;,&amp;quot;&amp;quot;,$phone_mobile,false))&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23556?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 07:33:11 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:22b93186-fe59-4cff-b0d5-8bbf8790bb76</guid><dc:creator>Rolustech Support</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;div&gt;You can do so by extending the filter API endpoint and then processing the results based on your own needs. Here&amp;#39;s an example of how to extend endpoints:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Integration/Web_Services/REST_API/Extending_Endpoints/" rel="noopener noreferrer" target="_blank"&gt;https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Integration/Web_Services/REST_API/Extending_Endpoints/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;You can also contact us at &lt;a href="mailto:support@rolustech.com"&gt;support@rolustech.com&lt;/a&gt;&amp;nbsp;to discuss your issue with our SugarCRM experts.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23553?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 15:39:09 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:080c68c6-8220-48c8-b303-6d563dc9dc19</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Thanks a lot! I&amp;rsquo;ll try it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23551?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 15:21:52 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:a24e72c9-48b4-478a-a377-32b029056876</guid><dc:creator>Sanchez Jorge Luis</dc:creator><description>&lt;p&gt;I leave one example made in Postman:&lt;/p&gt;
&lt;p&gt;&lt;img height="320" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/54/pastedimage1621956097232v1.png" width="579" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23550?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 15:00:48 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:3b62d0b5-506b-454f-a190-dfb063b3e212</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Sanchez,&lt;/p&gt;
&lt;p&gt;Thank you very much for your reply!&lt;/p&gt;
&lt;p&gt;It seems the global search is relevant.&lt;/p&gt;
&lt;p&gt;But for my case, could you please suggest how to organize the search expression?&lt;/p&gt;
&lt;p&gt;I still couldn&amp;rsquo;t imagine it...&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23549?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:46:07 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:95688b6e-dc0b-4054-86fc-8322d8549737</guid><dc:creator>Sanchez Jorge Luis</dc:creator><description>&lt;p&gt;One possible solution is that do it with GlobalSearchAPI, the unique requirement is that your fields into Contacts are aviable for Search (by studio)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I leave the following documentation:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_11.0/Integration/Web_Services/REST_API/Endpoints/globalsearch_GET/"&gt;https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_11.0/Integration/Web_Services/REST_API/Endpoints/globalsearch_GET/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Versions/10.0/Pro/Administration_Guide/System/#Search"&gt;https://support.sugarcrm.com/Documentation/Sugar_Versions/10.0/Pro/Administration_Guide/System/#Search&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Versions/10.0/Serve/Administration_Guide/Developer_Tools/Studio/#Field_Options"&gt;https://support.sugarcrm.com/Documentation/Sugar_Versions/10.0/Serve/Administration_Guide/Developer_Tools/Studio/#Field_Options&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope help you&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23547?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:08:20 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:54c70fd8-5d90-432b-87f9-bd5020ed6f3c</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Jeroen,&lt;/p&gt;
&lt;p&gt;one more piece information: Our instance is cloud instance and I just have the administrator role... so I don&amp;rsquo;t where to change the php file... Is there a way for an administrator to set&amp;nbsp;the field validation, please? Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23546?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:03:46 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:acadac95-3855-4319-8a14-2be2dfb1959c</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Thank you very much, Jeroen!&lt;/p&gt;
&lt;p&gt;I have about 30K contacts to be updated.&lt;/p&gt;
&lt;p&gt;Do you know if I can update the phone number via importing a cab file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23545?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:41:49 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:5b59ddb7-bdb0-4de0-9a41-1cd7ea71f79e</guid><dc:creator>Jeroen Somhorst</dc:creator><description>&lt;p&gt;I would try to see if you can make the format in sugar more consistent. The easiest way, I think, is to do a export of the data and to correct the data in the CSV File that is exported and upload it again. In Excel it is much easier to correct errors. Next you would need to add a validation to the phone number fields that force people to fill in the correct format (based in country etc..). How to add validation can be found here:&amp;nbsp;&lt;a href="https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Cookbook/Adding_Field_Validation_to_the_Record_View/"&gt;support.sugarcrm.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23543?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 13:00:45 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c24415bf-efa1-4959-bd5a-8ea0bcdbd901</guid><dc:creator>sophie sun</dc:creator><description>&lt;p&gt;Hi Dmytro,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your reply.&lt;/p&gt;
&lt;p&gt;Do you have any sample about logic builder please?&amp;nbsp;&lt;br /&gt;I&amp;rsquo;m totally new to sugar...&lt;/p&gt;
&lt;p&gt;The number format in sugar system is inconsistent since it&amp;rsquo;s typed by every single individual.&lt;/p&gt;
&lt;p&gt;I just want to make the phone number have a consistent format so that I can filter better.&lt;/p&gt;
&lt;p&gt;Thanks a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: API filter by phone number</title><link>https://sugarclub.sugarcrm.com/thread/23532?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 09:37:07 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:34523838-66f4-4d50-9f5f-663493c02bbe</guid><dc:creator>Dmytro Chupylka</dc:creator><description>&lt;p&gt;Hello Sophie,&lt;br /&gt;&lt;br /&gt; You can use Logic Builder to define your own endpoint and configure pre-processing in Sugar with no-code, so that the custom endpoint provides you&amp;nbsp;an expected answer (list of user ids , I reckon)&lt;br /&gt;Would you like to have an example posted here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>