<?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>Fred Red さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/colred</link><description>Fred Red さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>How can i link to an ItemType from a form with a hyperlink?</title><link>https://www.aras.com/community/f/development/6246/how-can-i-link-to-an-itemtype-from-a-form-with-a-hyperlink</link><pubDate>Tue, 27 Aug 2019 09:50:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f2a81a17-1cc3-47fb-9a56-3cc34674df70</guid><dc:creator>Fred Red</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have a form as a startpage of ARAS and from this from i want to link to different item types. In this case i have a polyitem i want to link to. Is this possible or do i have to write a method for this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;/Fred&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Configurable InBasket - Error on Save</title><link>https://www.aras.com/community/f/development/5555/configurable-inbasket---error-on-save</link><pubDate>Fri, 18 Jan 2019 03:55:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cf1d8ca2-aee9-4bdd-9e56-616c69550991</guid><dc:creator>greglc</dc:creator><description>&lt;p&gt;My company is using Aras Innovator 11.11.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Following the Aras Innovator 11.0 - Configurable InBasket.pdf to the letter for adding a &lt;strong&gt;new&lt;/strong&gt; &lt;strong&gt;column&lt;/strong&gt; to &lt;strong&gt;existing&lt;/strong&gt; InBasket PolySource ItemTypes (Workflow and Project), I get an error after adding the property to the Inbasket Task (parent) ItemType and clicking save.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m adding property called related_eco,&amp;nbsp;Data Type = Item, Data Source = Express ECO.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The error suggests I have an invalid column name, but I can&amp;#39;t discern the cause of the error. Has anyone encountered this, or can anyone point out the probably obvious error I&amp;#39;ve made? Here&amp;#39;s the error text (sorry, it&amp;#39;s a long error):&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Invalid column name &amp;#39;related_eco&amp;#39;. Invalid column name &amp;#39;related_eco&amp;#39;. in SQL: CREATE FUNCTION [secured].[INBASKET_TASK] ( @type VARCHAR(32), @identity_list VARCHAR(MAX), @ip_address VARCHAR(32), @cur_user_id CHAR(32), @perms_having_can_get NVARCHAR(MAX) ) RETURNS TABLE AS RETURN ( SELECT [secured].[PROJECT_TASK].assigned_to AS assigned_to, [secured].[PROJECT_TASK].classification AS classification, [secured].[PROJECT_TASK].config_id AS config_id, [secured].[PROJECT_TASK].container AS container, [secured].[PROJECT_TASK].container_type_id AS container_type_id, [secured].[PROJECT_TASK].created_by_id AS created_by_id, [secured].[PROJECT_TASK].created_on AS created_on, [secured].[PROJECT_TASK].css AS css, [secured].[PROJECT_TASK].current_state AS current_state, [secured].[PROJECT_TASK].due_date AS due_date, [secured].[PROJECT_TASK].generation AS generation, [secured].[PROJECT_TASK].icon AS icon, [secured].[PROJECT_TASK].id AS id, [secured].[PROJECT_TASK].instructions AS instructions, [secured].[PROJECT_TASK].is_current AS is_current, [secured].[PROJECT_TASK].is_released AS is_released, [secured].[PROJECT_TASK].item AS item, [secured].[PROJECT_TASK].item_type_id AS item_type_id, [secured].[PROJECT_TASK].keyed_name AS keyed_name, [secured].[PROJECT_TASK].language_code_filter AS language_code_filter, [secured].[PROJECT_TASK].locked_by_id AS locked_by_id, [secured].[PROJECT_TASK].major_rev AS major_rev, [secured].[PROJECT_TASK].managed_by_id AS managed_by_id, [secured].[PROJECT_TASK].minor_rev AS minor_rev, [secured].[PROJECT_TASK].modified_by_id AS modified_by_id, [secured].[PROJECT_TASK].modified_on AS modified_on, [secured].[PROJECT_TASK].my_assignment AS my_assignment, [secured].[PROJECT_TASK].name AS name, [secured].[PROJECT_TASK].new_version AS new_version, [secured].[PROJECT_TASK].not_lockable AS not_lockable, [secured].[PROJECT_TASK].owned_by_id AS owned_by_id, [secured].[PROJECT_TASK].permission_id AS permission_id, [secured].[PROJECT_TASK].related_eco AS related_eco, [secured].[PROJECT_TASK].start_date AS start_date, [secured].[PROJECT_TASK].state AS state, [secured].[PROJECT_TASK].status AS status, [secured].[PROJECT_TASK].team_id AS team_id, COALESCE (&amp;#39;9DC36DF7F0234A3E8CFFE2A20AB78CCE&amp;#39;, NULL) AS ITEMTYPE,[secured].[PROJECT_TASK].id_$_permission AS id_$_permission FROM [secured].[PROJECT_TASK](@type, @identity_list, @ip_address, @cur_user_id, @perms_having_can_get) UNION ALL SELECT [secured].[WORKFLOW_TASK].assigned_to AS assigned_to, [secured].[WORKFLOW_TASK].classification AS classification, [secured].[WORKFLOW_TASK].config_id AS config_id, [secured].[WORKFLOW_TASK].container AS container, [secured].[WORKFLOW_TASK].container_type_id AS container_type_id, [secured].[WORKFLOW_TASK].created_by_id AS created_by_id, [secured].[WORKFLOW_TASK].created_on AS created_on, [secured].[WORKFLOW_TASK].css AS css, [secured].[WORKFLOW_TASK].current_state AS current_state, [secured].[WORKFLOW_TASK].due_date AS due_date, [secured].[WORKFLOW_TASK].generation AS generation, [secured].[WORKFLOW_TASK].icon AS icon, [secured].[WORKFLOW_TASK].id AS id, [secured].[WORKFLOW_TASK].instructions AS instructions, [secured].[WORKFLOW_TASK].is_current AS is_current, [secured].[WORKFLOW_TASK].is_released AS is_released, [secured].[WORKFLOW_TASK].item AS item, [secured].[WORKFLOW_TASK].item_type_id AS item_type_id, [secured].[WORKFLOW_TASK].keyed_name AS keyed_name, [secured].[WORKFLOW_TASK].language_code_filter AS language_code_filter, [secured].[WORKFLOW_TASK].locked_by_id AS locked_by_id, [secured].[WORKFLOW_TASK].major_rev AS major_rev, [secured].[WORKFLOW_TASK].managed_by_id AS managed_by_id, [secured].[WORKFLOW_TASK].minor_rev AS minor_rev, [secured].[WORKFLOW_TASK].modified_by_id AS modified_by_id, [secured].[WORKFLOW_TASK].modified_on AS modified_on, [secured].[WORKFLOW_TASK].my_assignment AS my_assignment, [secured].[WORKFLOW_TASK].name AS name, [secured].[WORKFLOW_TASK].new_version AS new_version, [secured].[WORKFLOW_TASK].not_lockable AS not_lockable, [secured].[WORKFLOW_TASK].owned_by_id AS owned_by_id, [secured].[WORKFLOW_TASK].permission_id AS permission_id, [secured].[WORKFLOW_TASK].related_eco AS related_eco, [secured].[WORKFLOW_TASK].start_date AS start_date, [secured].[WORKFLOW_TASK].state AS state, [secured].[WORKFLOW_TASK].status AS status, [secured].[WORKFLOW_TASK].team_id AS team_id, COALESCE (&amp;#39;321BD822949149C597FD596B1212B85C&amp;#39;, NULL) AS ITEMTYPE,[secured].[WORKFLOW_TASK].id_$_permission AS id_$_permission FROM [secured].[WORKFLOW_TASK](@type, @identity_list, @ip_address, @cur_user_id, @perms_having_can_get) )&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Possible to upgrade from ARAS 11 to 12 using export/import utilities</title><link>https://www.aras.com/community/f/development/6292/possible-to-upgrade-from-aras-11-to-12-using-export-import-utilities</link><pubDate>Thu, 05 Sep 2019 12:35:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:28c35838-7e12-4eaa-9d7f-da369f8a7d38</guid><dc:creator>Fred Red</dc:creator><description>&lt;p&gt;Im just wondering if it is possible to upgrade ARAS 11SP12 to ARAS 12.0 using only export/import utilities?&lt;/p&gt;
&lt;p&gt;If it is, is there any special way/order etc, to do this in?&lt;/p&gt;
&lt;p&gt;/Fred Red&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Possible to change the style of a &amp;quot;Formatted text&amp;quot; in a form?</title><link>https://www.aras.com/community/f/development/6318/possible-to-change-the-style-of-a-formatted-text-in-a-form</link><pubDate>Wed, 11 Sep 2019 13:45:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d92fc948-13e9-4c43-8c35-02464a76ed80</guid><dc:creator>Fred Red</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Is it possible to remove the &amp;quot;border&amp;quot; around the formatted text field. I can change background colors and so on but i havent found any way to remove the &amp;quot;border&amp;quot;!&lt;/p&gt;
&lt;p&gt;I use it for hyperlinks to documents outside ARAS and want only the hyperlinks to be visible not the border.&lt;/p&gt;
&lt;p&gt;/Fred&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>Tue, 27 Aug 2019 09:50:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:afca63c5-adff-41c9-b142-f24d637961a6</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Can&amp;#39;t view item from tree grid view</title><link>https://www.aras.com/community/f/development/5813/can-t-view-item-from-tree-grid-view</link><pubDate>Thu, 28 Feb 2019 07:56:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:43445722-8c9e-4e13-82fb-f9f32fdacccb</guid><dc:creator>RickP</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to Aras and I have a problem with a tree grid view that I have added to the generic items that were included in the variant manager sample application. I followed the tutorial &amp;quot;An Introduction to Query Builder and Tree Grid View&amp;quot; to make a tree grid view showing the structure of the generic items and what parts were connected to each generic item as usage cases.&lt;/p&gt;
&lt;p&gt;My problem is that i can&amp;#39;t open the parts/generic items from the tree grid view, I get the option in the context menu but it&amp;#39;s greyed out and can&amp;#39;t be selected. How can I enable this option? I&amp;#39;m logged in using the administrator account.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using Aras 11.0 SP12 with an open license, and the 11.0.12.1 release of the variant manager sample application.&lt;/p&gt;
&lt;p&gt;/Rick&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1551339909826v3.png" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Multiple form</title><link>https://www.aras.com/community/f/applications/3569/multiple-form</link><pubDate>Fri, 09 Feb 2018 06:18:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:dfbdcbd0-aa70-4bff-b11b-288753b91f17</guid><dc:creator>Former Member</dc:creator><description>Hello 
please provide procedure for custom form in Aras.Anybody have idea about how I can attached multiple forms in the same Item type.


Thank you in advance.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>