<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>How to handle special character while creating new item</title><link>https://www.aras.com/community/f/development/3204/how-to-handle-special-character-while-creating-new-item</link><description>Hello Guys,

I want to set part properties value. The value contain &amp;quot;apostrophe&amp;quot; and type of properties is list. I want to execute it from AML query. I am getting error.

Any suggestion?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to handle special character while creating new item</title><link>https://www.aras.com/community/thread/281?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 06:02:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f39e6c7a-cd4b-46fa-b4de-b500b267c8f2</guid><dc:creator>Aaba</dc:creator><description>Your guess was correct :)  I found server event for this which was causing issue.
Thanks for your help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to handle special character while creating new item</title><link>https://www.aras.com/community/thread/280?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 04:43:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:388b9323-dd16-426b-a0bf-c8b8ba8efc77</guid><dc:creator>Yoann Maingon</dc:creator><description>How do you test this? Is this generated in a method? Do you have any Regular expression defined on display_value ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to handle special character while creating new item</title><link>https://www.aras.com/community/thread/277?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 02:34:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2dec555f-8ae8-40ce-93eb-8a2d29b7062d</guid><dc:creator>Aaba</dc:creator><description>&amp;lt;AML&amp;gt;
  &amp;lt;Item type=&amp;#39;Part Item Characteristic Value&amp;#39; id=&amp;#39;11111111111111111111111111111111&amp;#39; action=&amp;#39;edit&amp;#39;&amp;gt;
    &amp;lt;item_characteristic_id&amp;gt;11111111111111111111111111111111&amp;lt;/item_characteristic_id&amp;gt;
    &amp;lt;display_value&amp;gt;&lt;strong&gt;Aras Value&amp;#39;s&lt;/strong&gt;&amp;lt;/display_value&amp;gt;
    &amp;lt;item_characteristic_value_type&amp;gt;List&amp;lt;/item_characteristic_value_type&amp;gt;
  &amp;lt;/Item&amp;gt;
&amp;lt;/AML&amp;gt;

This returns error as &amp;lt;faultstring&amp;gt;Values cannot contain the &amp;#39; character&amp;lt;/faultstring&amp;gt;.
As per your suggestion i tried &amp;#039; and &amp;amp;apos; as well. Not worked :(&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to handle special character while creating new item</title><link>https://www.aras.com/community/thread/274?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 11:01:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:eeb8aa7d-f2d4-40f8-8206-ad03c93e8bf1</guid><dc:creator>Yoann Maingon</dc:creator><description>I guess this : &amp;amp;apos;

or this : &amp;amp;#39;

should work !&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>