<?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>Meismart さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/meismart</link><description>Meismart さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>External Hyperlink</title><link>https://www.aras.com/community/f/development/3649/external-hyperlink</link><pubDate>Thu, 05 Apr 2018 10:15:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2092d94f-3750-44e9-af70-b2143f785dda</guid><dc:creator>chenze</dc:creator><description>Hallo,

recently I’ve created an self-defined ItemType with a Null-Relationship. I’ve added a string property “URL Link” to it so that it should link to external URLs. (e.g. “https://www.aras.com/”) 
But it is a plain text, how can I set it as Hyperlink?
Thank you.&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>Simple search not working on dynamically setting search value for Activity2 Itemtype?</title><link>https://www.aras.com/community/f/development/6084/simple-search-not-working-on-dynamically-setting-search-value-for-activity2-itemtype</link><pubDate>Wed, 19 Jun 2019 11:30:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6e92cf0e-55f1-4dea-808c-29b4f9d0e31b</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;I have Item A and have &lt;strong&gt;&amp;quot;Activity2&amp;quot;&amp;nbsp;&lt;/strong&gt;relationship Item. I m setting search value for one of the field in Activity2. On clicking of search it not working.&lt;/p&gt;
&lt;p&gt;Following is way I am setting field search value&lt;/p&gt;
&lt;p&gt;//Setting filter value in search dialog box&lt;br /&gt;var Filter = {};&lt;br /&gt;Filter["proj_num"] = { filterValue: 1333|1393, isFilterFixed: false };&lt;br /&gt;return Filter;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;proj_num is one of the OTB field in form&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But if I Manually search with same value(1333|1393) it give result.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I don&amp;#39;t know what is going wrong. Any one please can help me out of this?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in advance&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</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>Deleting Workflow Processes Best Practices</title><link>https://www.aras.com/community/f/community/5846/deleting-workflow-processes-best-practices</link><pubDate>Fri, 08 Mar 2019 18:53:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44805ae7-856d-4929-a3f0-c16463872a91</guid><dc:creator>wfe002</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;We are trying to figure out how to delete workflow processes that were halted at mid stream for internal business reasons. When we tried deleting the workflow we get the message / Error &amp;quot;&lt;span style="color:#0000ff;"&gt;Workflow cannot be deleted.&lt;/span&gt; Its used in workflow related_id &amp;quot;xxxxx&amp;quot;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Question is: How does one delete the Relationships of any related item that is tied to the actual workflow? Looking for some specific examples on how we can accomplish this.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Any help would be appreciated. If possible an AML sample would also go a long way in trying to resolve this issue.&lt;br /&gt;&lt;br /&gt;Thanks in advance for your support.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; William E.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Connection of 2 different workflows</title><link>https://www.aras.com/community/f/applications/5968/connection-of-2-different-workflows</link><pubDate>Fri, 26 Apr 2019 09:01:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44a2b766-03e0-431c-b429-15648efe1fe0</guid><dc:creator>Florian12</dc:creator><description>&lt;p&gt;Dear Community,&lt;/p&gt;
&lt;p&gt;I have a question regarding the connection of 2 different workflows. I built a workflow of &amp;#39;Parts&amp;#39; and another one for &amp;#39;Documents&amp;#39;. &amp;#39;Parts&amp;#39; and &amp;#39;Documents&amp;#39; are two different ItemTypes and are connectd through a relationship &amp;#39;One Part can have many Documents&amp;#39;.&lt;/p&gt;
&lt;p&gt;The Workflow of &amp;#39;Parts&amp;#39; can be defined as follow:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/pastedimage1556268651473v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The Workflow of Documents is represented as follow:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/8/pastedimage1556268692503v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Now, what I was trying to achieve is that once the activity &amp;#39;Revision&amp;#39; is carried out in the &amp;#39;Parts&amp;#39; workflow the &amp;#39;Document&amp;#39; workflow should be opened and tasks sent to my InBasket. This is because, I want my employees to check if my documents related to a part need to be reviewed and revised once the latter has been revised. I know that I could extend the Parts workflow, however, I want to avoid that.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I tried assigning the Document Workflow as a Subflow of the Parts &amp;#39;Revision&amp;#39; activity and implementing the promotion with the Relationship Parts-Document as the ItemType. I added the Document Lifecycle and Workflow in the Relationship ItemType and in the Document ItemType. However, nothing seemed to work.&amp;nbsp; (PS: the two workflows work fine independently)&lt;/p&gt;
&lt;p&gt;How should I proceed? &lt;/p&gt;
&lt;p&gt;I would be very thankful for any help.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Florian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to search for &amp;#39;Yesterday&amp;#39;?</title><link>https://www.aras.com/community/f/development/5980/how-to-search-for-yesterday</link><pubDate>Thu, 02 May 2019 08:15:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f31bf528-e5cb-463c-9161-410abd4ef7da</guid><dc:creator>Meismart</dc:creator><description>&lt;p&gt;I want to find all part Items with a&amp;nbsp;created_on date of&amp;nbsp;Today - easy. Now I want to Save this search to the TOC so users can run it daily - not so easy.&lt;/p&gt;
&lt;p&gt;I am trying to search for &amp;quot;Yesterday&amp;quot; in a date field, using AML.&lt;br /&gt;this: &lt;br /&gt;&amp;lt;Item type=&amp;quot;Part&amp;quot; action=&amp;quot;get&amp;quot; page=&amp;quot;1&amp;quot; pagesize=&amp;quot;200&amp;quot; maxRecords=&amp;quot;&amp;quot; returnMode=&amp;quot;itemsOnly&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;created_on condition=&amp;quot;gt&amp;quot;&amp;gt;yesterday&amp;lt;/created_on&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;created_on condition=&amp;quot;lt&amp;quot;&amp;gt;tomorrow&amp;lt;/created_on&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;generation condition=&amp;quot;ge&amp;quot;&amp;gt;1&amp;lt;/generation&amp;gt;&lt;br /&gt;&amp;lt;/Item&amp;gt;&lt;/p&gt;
&lt;p&gt;In my OnBeforeGet, I find the value &amp;quot;Yesterday&amp;quot; and substitute it for yesterday&amp;#39;s date.&lt;br /&gt;this: &lt;br /&gt;&amp;lt;Item type=&amp;quot;Part&amp;quot; action=&amp;quot;get&amp;quot; page=&amp;quot;1&amp;quot; pagesize=&amp;quot;200&amp;quot; maxRecords=&amp;quot;&amp;quot; returnMode=&amp;quot;itemsOnly&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;created_on condition=&amp;quot;gt&amp;quot;&amp;gt;2019-05-02T00:00:00&amp;lt;/created_on&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;created_on condition=&amp;quot;lt&amp;quot;&amp;gt;2019-05-02T23:59:59&amp;lt;/created_on&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;generation condition=&amp;quot;ge&amp;quot;&amp;gt;1&amp;lt;/generation&amp;gt;&lt;br /&gt;&amp;lt;/Item&amp;gt;&lt;/p&gt;
&lt;p&gt;If I return this, then I get the error:&lt;br /&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Envelope&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;-&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Body&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;-&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Fault&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;faultcode&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;/span&gt;&lt;b&gt;SOAP-ENV:Server&lt;/b&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;faultcode&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;faultstring&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;/span&gt;&lt;b&gt;String was not recognized as a valid DateTime.&lt;/b&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;faultstring&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;-&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;detail&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;af:legacy_detail&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;/span&gt;&lt;b&gt;String was not recognized as a valid DateTime.&lt;/b&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;af:legacy_detail&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;af:exception&lt;/span&gt; &lt;span class="aml-description__tag-name"&gt;message&lt;/span&gt; &lt;span class="aml-description__special-character"&gt;=&amp;quot;&lt;/span&gt; &lt;b&gt;String was not recognized as a valid DateTime.&lt;/b&gt; &lt;span class="aml-description__special-character"&gt;&amp;quot;&lt;/span&gt; &lt;span class="aml-description__tag-name"&gt;type&lt;/span&gt; &lt;span class="aml-description__special-character"&gt;=&amp;quot;&lt;/span&gt; &lt;b&gt;System.FormatException&lt;/b&gt; &lt;span class="aml-description__special-character"&gt;&amp;quot;&lt;/span&gt; &lt;span class="aml-description__special-character"&gt;/&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;detail&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Fault&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Body&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__plus-or-minus"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="aml-description__tag-name"&gt;SOAP-ENV:Envelope&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="aml-description__special-character"&gt;1) Can anyone explain how the system checks if the DateTime value&amp;nbsp;is valid?&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;2) Is there an elegant,&amp;nbsp;reusable way to perform this functionality?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="aml-description__special-character"&gt;I have created a new Item, using an OnGet method to return todays parts, but this is a lot of effort for a relatively simple requirement. It is not reusable and it does not address why the above approach does not work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="aml-description__special-character"&gt;Many thanks,&lt;br /&gt;&lt;/span&gt;&lt;span class="aml-description__special-character"&gt;Martin.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to upload a photo?</title><link>https://www.aras.com/community/f/development/5979/how-to-upload-a-photo</link><pubDate>Wed, 01 May 2019 17:48:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ef899981-1f32-43a6-a778-b8d6de3347b2</guid><dc:creator>eduardo.romero</dc:creator><description>&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;Hello&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;I hope you can help me, I need this image to upload, which is the employee identification photo, to be loaded where the ItemType logo is,&lt;/span&gt;&lt;br style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;How could I make this possible?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;&lt;img alt="Example" src="/resized-image/__size/960x720/__key/communityserver-discussions-components-files/3/aras-foto.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-attachment:scroll;background-color:transparent;background-image:none;background-repeat:repeat;background-size:auto;color:rgba(0, 0, 0, 0.87);font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:pre-wrap;" title=""&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Enable Export to Excel</title><link>https://www.aras.com/community/f/development/5849/enable-export-to-excel</link><pubDate>Mon, 11 Mar 2019 05:47:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ce583a5c-bb99-498c-a2bb-490e82062e10</guid><dc:creator>Tejaswini</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How to enable Export to Excel option in relationship grid of Project Itemtype and relationship name is Project Plan.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Question as to when relationships are created in the Add process</title><link>https://www.aras.com/community/f/development/5978/question-as-to-when-relationships-are-created-in-the-add-process</link><pubDate>Wed, 01 May 2019 14:02:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ee9bd867-c3b8-4a93-99a0-2923375a054e</guid><dc:creator>Mark Lawrence</dc:creator><description>&lt;p&gt;Probably should throw this over to Aras Support, but I thought I would ask the knowledgeable people here first.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Does anyone know at what stage in the add process of a record when the relationships are create.&amp;nbsp; Here is my scenario.&amp;nbsp; I am adding a record that will be a child for example of a part process .&amp;nbsp; During an onAfterAdd trigger on the item type of the child, I want to go and read the parent record to be able to populate some data from the parent onto the child.&amp;nbsp; So I read the relationship item type using the id of the child to search the related id of the parent.&amp;nbsp; That read fails and tells me there are no records available.&amp;nbsp; However, after the whole saving process is complete, I go into NASH and query that exact data using the ID and related ID in the relationship and it&amp;nbsp;retrieves the data with no issue.&amp;nbsp; Which makes me think that at the time I am trying to read the parent in the trigger, the relationship has not been created.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Anyone have any ideas on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I write a server-side method in C# to capture server event onBeforeGet to deny a search or read request?</title><link>https://www.aras.com/community/f/development/5966/how-do-i-write-a-server-side-method-in-c-to-capture-server-event-onbeforeget-to-deny-a-search-or-read-request</link><pubDate>Thu, 25 Apr 2019 22:12:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0bb06560-0abe-41a0-b735-95b9c8736463</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;I need to do some extra check on user information before grant the user read access to an item. Is this a right approach? If so, what should I return in the deny situation to not break the client application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>User notification from server methods</title><link>https://www.aras.com/community/f/development/5932/user-notification-from-server-methods</link><pubDate>Tue, 09 Apr 2019 15:19:51 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3cecdcd7-77cc-4a99-a7e8-f60b17440123</guid><dc:creator>jukkatlehtinen</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m creating server method and populating a new Part structure (+ doing other thing in an method). And last thing from method I would like to send &amp;#39;on screen &amp;#39; summary/notification what happened to the user (like inn.newError(&amp;quot;Hi, this is what happened&amp;quot;)). But as an &amp;#39;Info&amp;#39; not an _error_.&lt;/p&gt;
&lt;p&gt;Is there a nice way to send information from server methods to users?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;//Jukka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I add filter before get InBasket?</title><link>https://www.aras.com/community/f/development/5869/how-can-i-add-filter-before-get-inbasket</link><pubDate>Thu, 14 Mar 2019 06:52:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:98eec289-1d27-46e7-8549-71aa0cca4968</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;How can I add filter before get InBasket?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Versioning on lifecycle step</title><link>https://www.aras.com/community/f/development/5778/versioning-on-lifecycle-step</link><pubDate>Wed, 20 Feb 2019 12:07:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d4ee5f09-a799-4d9d-95af-a1b4ceb83993</guid><dc:creator>Wian le Roux</dc:creator><description>&lt;p&gt;Hi Guys&lt;/p&gt;
&lt;p&gt;I have a scenario where a user would like to keep record of a specific document type, namely pre-meeting and post-meeting to compare.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have manual versioning enabled on our documents itemtype, but the user would like this to happens automatically when the document is promoted to the next step in the document class lifecycle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have created the linear life cycle&amp;nbsp;assigned with the class, with permissions and created the following script,that runs on the post method transition.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;// Version&lt;br /&gt;Innovator inn = this.getInnovator();&lt;br /&gt;Item newItem = this.apply(&amp;quot;version&amp;quot;);&lt;/p&gt;
&lt;p&gt;// Finish&lt;br /&gt;return this;&lt;/p&gt;
&lt;p&gt;This creates a new version of the document when i promote it to the lifecycle step, but it does not include the word file in the document view. Am i missing something in the script to pull the data from the previous version?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Wian&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Assigning a participant for a task based on Role</title><link>https://www.aras.com/community/f/development/5850/assigning-a-participant-for-a-task-based-on-role</link><pubDate>Mon, 11 Mar 2019 07:35:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0f59c1f5-2bb8-430c-bcac-4d33f04569d7</guid><dc:creator>Shekhar</dc:creator><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is it possible to assign a task to a participant based on the role in Aras.&lt;/p&gt;
&lt;p&gt;For example I have a workflow process in which three participants A,B, and C are assigned as Change Control Board member. When the process goes to review task, all these three members get notification about the Sign off in their in basket. I want to restrict this behaviour and select only specific member for review so that the task is assigned to that particular member only.&lt;/p&gt;
&lt;p&gt;This is scenario possible ?. If yes then any help is highly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Shekhar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>