<?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/"><channel><title>ashwinib さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/ashwinib</link><description>ashwinib さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Bind gridview in aras</title><link>https://www.aras.com/community/f/community/9011/bind-gridview-in-aras</link><pubDate>Mon, 03 Feb 2020 12:52:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4b6037ea-e35a-4647-a2d1-0aacd8eb8d40</guid><dc:creator>ashwinib</dc:creator><description>&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;Bind gridview in aras&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to read .csv file to upload to aras vault in C#</title><link>https://www.aras.com/community/f/development/8889/how-to-read-csv-file-to-upload-to-aras-vault-in-c</link><pubDate>Fri, 10 Jan 2020 06:40:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e0027c59-9b9c-43c0-921b-bce20df695a6</guid><dc:creator>ashwinib</dc:creator><description>&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;how to read .csv file to upload to aras vault in C#&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>upload a  simple file to vault</title><link>https://www.aras.com/community/f/development/6654/upload-a-simple-file-to-vault</link><pubDate>Wed, 11 Dec 2019 05:36:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:995c99c8-fec3-4f60-b472-8e7ba8e83163</guid><dc:creator>DucTran</dc:creator><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;I try to make an app with aras.iom by C#. I want to upload a file to vault with code:&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Item item_File_thumb = this.inn.newItem(&amp;quot;File&amp;quot;, &amp;quot;add&amp;quot;);&lt;br /&gt; item_File_thumb.setProperty(&amp;quot;filename&amp;quot;, myFilename);&lt;br /&gt; item_File_thumb.attachPhysicalFile(myFilepath);&lt;br /&gt; &lt;br /&gt; Item item_File_thumb_result = item_File_thumb.apply();&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;My app is stuck at apply() so it&amp;#39;s not return any error.&lt;/p&gt;
&lt;p&gt;Then, I try another way:&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Item &lt;span&gt;item_File_thumb&lt;/span&gt; = inn.newItem(&amp;quot;File&amp;quot;, &amp;quot;add&amp;quot;);&lt;br /&gt;&lt;span&gt;item_File_thumb&lt;/span&gt;.setProperty(&amp;quot;filename&amp;quot;, myFilename);&lt;br /&gt;&lt;span&gt;item_File_thumb&lt;/span&gt;.setProperty(&amp;quot;actual_filename&amp;quot;, myFilePath);&lt;br /&gt;&lt;span&gt;item_File_thumb&lt;/span&gt;.setProperty(&amp;quot;checkedout_path&amp;quot;, myDir);&lt;br /&gt; Item located = &lt;span&gt;item_File_thumb&lt;/span&gt;.createRelationship(&amp;quot;Located&amp;quot;, &amp;quot;add&amp;quot;);&lt;br /&gt; located.setProperty(&amp;quot;related_id&amp;quot;, &amp;quot;67BBB9204FE84A8981ED8313049BA06C&amp;quot;); // default vault&lt;/p&gt;
&lt;p&gt;IomFactory factory = new IomFactory();&lt;br /&gt; Aras.IOME.CheckinManager cm = factory.CreateCheckinManager(&lt;span&gt;item_File_thumb&lt;/span&gt;);&lt;br /&gt; Item result = cm.Checkin(1);&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;but it still not working. After Checkin(), everything is paused. because no return error so I do not know what&amp;#39;s wrong.&lt;/p&gt;
&lt;p&gt;Pls, help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Prevent Upload of PDF files</title><link>https://www.aras.com/community/f/community/3965/prevent-upload-of-pdf-files</link><pubDate>Thu, 11 Oct 2018 03:53:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f2cf7127-4c8c-4e2d-b5df-fa43d6130aec</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team,

Is there any possibility to prevent the upload of PDF files in Document Files relationship tab?

&amp;nbsp;

Thank You&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Fri, 10 Jan 2020 02:37:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0bb4bf14-a14c-4610-aee9-91e679d9f1f8</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>invalid object name &amp;#39;locale&amp;#39;  while first time login in aras</title><link>https://www.aras.com/community/f/development/8918/invalid-object-name-locale-while-first-time-login-in-aras</link><pubDate>Fri, 10 Jan 2020 12:28:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:16d65c8a-7400-457e-b3b9-6101b4d97df4</guid><dc:creator>ashwinib</dc:creator><description>&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;invalid object name &amp;#39;locale&amp;#39;invalid object name &amp;#39;locale&amp;#39; &amp;nbsp; while first time login in aras&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>