<?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>Kenzo Tanaka さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/kenzo</link><description>Kenzo Tanaka さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Viewing Level Information in TGV</title><link>https://www.aras.com/community/f/development/37825/viewing-level-information-in-tgv</link><pubDate>Thu, 09 Feb 2023 12:46:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:33e72c84-902c-4fe0-92ea-4d84a1bf7bb6</guid><dc:creator>Kenzo Tanaka</dc:creator><description>&lt;p&gt;Is there a way to view the level number in TGV?&lt;br /&gt;We can see the level information in an exported Excel file from TGV, but it is not directly displayed in the TGV interface.&lt;/p&gt;&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>Wed, 01 Jul 2020 02:11:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:58f05189-88ea-4f59-b927-f6fd2cc7d885</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>About File Permission</title><link>https://www.aras.com/community/f/development/35738/about-file-permission</link><pubDate>Wed, 01 Jul 2020 07:05:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3e08b3ec-1e6b-4f3c-bbf0-015b7b580fba</guid><dc:creator>Kenzo Tanaka</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;As written in the document &amp;ldquo;File Handling&amp;rdquo;, the permissions of a File Item are dependent on the Item containing that File (File container item).&lt;br /&gt;&lt;/span&gt;&lt;span&gt;But I think there are some use-case for control the file item permission independent of the container item.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ex) CAD Item&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Engineer : can upload and download the native files&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Sales staff : can download the viewer files (PDF) and are not allowed to download native files&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Restricted staff : can view just the data in Visual Collaboration, and are not allowed to download native files and viewer files.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I think Aras does not have capability for these use-case with standard permission framework, so I&amp;rsquo;m considering how to satisfy the requirement.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Please give me some advice.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Below are my ideas that prevent to download the files by who can access the File Container Item.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;1.&amp;nbsp;&lt;/span&gt;&lt;span&gt;If the file container item has the file as a property&lt;br /&gt;&lt;/span&gt;&lt;span&gt;I have two ideas.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Clear the property of managing the file item at &amp;lsquo;On After Get&amp;rsquo; event of File Container Item .&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In search grid and form view, the value of the property for file item is cleared.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Clear the id of the file item at &amp;lsquo;On After Get&amp;rsquo; event of File Item .&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In search grid and form view, the value of the property for File Item is showed normally but cannot download. (show the message &amp;ldquo;Failed to get the file.&amp;rdquo;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;2.&amp;nbsp;&lt;/span&gt;&lt;span&gt;If the file container item has the file as Relationship Item&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In this case I have four ideas.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Clear the related id at &amp;lsquo;On After Get&amp;rsquo; event of Relation Item&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In the relation grid, it seems like null relationship, so I cannot download the file.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;But in Structure Browser, I can see the file item and download the file.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;So, this idea is not good.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Clear the id of the file item at &amp;lsquo;On After Get&amp;rsquo; event of File Item .&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In the relation grid, it seems like null relationship, so I cannot download the file. (same as above)&lt;br /&gt;&lt;/span&gt;&lt;span&gt;And in Structure Browser, I can see the file item, but I cannot download the file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Set the permission of the relation item as &amp;ldquo;No permission&amp;rdquo;.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In the relation grid, I cannot see the relationship, so I cannot download the file.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;And in Structure Browser, I cannot see the file item, so I cannot download the file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Set the permission of the relation item as &amp;ldquo;Discover only&amp;rdquo;.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;In the relation grid, it seems like normally (I can see the file name), but I cannot download the file.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;And in Structure Browser, I can see the file item, but I cannot download the file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;If you have any idea to control the file permission, please let me know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>