<?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>antoined さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/antoined</link><description>antoined さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>JavaScript in Email Notification HTML Body field</title><link>https://www.aras.com/community/f/development/36350/javascript-in-email-notification-html-body-field</link><pubDate>Wed, 24 Mar 2021 16:11:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6ef3c1b8-0f61-4dee-87c3-c2c2e97aa704</guid><dc:creator>pavan_karthik</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is there a way to use javascript, in Email Notification Body HTML field? So that, multiple item details can be rendered and populated in the email.&lt;/p&gt;
&lt;p&gt;Thanks in Advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>REST API, `Value cannot be null.\r\nParameter name: criteria` trying to get a Workflow</title><link>https://www.aras.com/community/f/development/37799/rest-api-value-cannot-be-null-r-nparameter-name-criteria-trying-to-get-a-workflow</link><pubDate>Mon, 23 Jan 2023 10:59:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bc126aa1-bf86-410c-bd7c-4f0b75554e83</guid><dc:creator>antoined</dc:creator><description>&lt;p&gt;Hello everyone.&amp;nbsp; I&amp;#39;m using Aras 12SP09 and I&amp;#39;m working with the REST API.&lt;/p&gt;
&lt;p&gt;I have an AML call that I would like to transform to a REST call, it is:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;Item type=&amp;#39;Workflow&amp;#39; action=&amp;#39;get&amp;#39; select=&amp;#39;related_id(*)&amp;#39;&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;lt;source_id&amp;gt;UUID&amp;lt;/source_id&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;lt;related_id condition=&amp;#39;is not null&amp;#39;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;/Item&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I turned it into the following REST call: &lt;code&gt;.../server/odata/Workflow?$filter=source_id&amp;nbsp; eq &amp;#39;UUID&amp;#39;&lt;/code&gt; but then I have an error &amp;quot;&lt;code&gt;Value cannot be null.\r\nParameter name: criteria&lt;/code&gt;&amp;quot;. What I don&amp;#39;t understand is, the same syntax is working perfectly fine when trying to get a Property for example: &lt;code&gt;.../server/odata/Property?$filter=source_id eq &amp;#39;UUID&amp;#39;&lt;/code&gt;. Is there something different for workflows? What am I doing wrong?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to add a new tab in #formTab?</title><link>https://www.aras.com/community/f/development/37001/how-to-add-a-new-tab-in-formtab</link><pubDate>Fri, 05 Nov 2021 09:57:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:947aa90a-781d-4f64-b2ed-769d81bb5ad5</guid><dc:creator>antoined</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/Capture-d_1920E900_cran-de-2021_2D00_11_2D00_05-10_2D00_49_2D00_53.png" /&gt;&lt;/p&gt;
&lt;p&gt;In Aras 12 the UI looks like this. There always is only one tab (here &amp;quot;CAD Document&amp;quot;), which display the Form associated to that ItemType. How could I add more tabs there? And associated other forms of that ItemType to it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Link to a specific item into the ToC</title><link>https://www.aras.com/community/f/development/37043/link-to-a-specific-item-into-the-toc</link><pubDate>Mon, 22 Nov 2021 09:51:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3aff52cb-e5d4-4982-9f4f-b8f45dff1001</guid><dc:creator>antoined</dc:creator><description>&lt;p&gt;Hello, I created a folder &amp;quot;help&amp;quot; which contains some documents and I would like to add a link directly to that folder into the Table of Content. How can I achieve this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Constraints not working on an integer field form</title><link>https://www.aras.com/community/f/development/36384/constraints-not-working-on-an-integer-field-form</link><pubDate>Mon, 12 Apr 2021 11:56:51 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a439063a-de6c-4af3-93ed-4b6671f71a1a</guid><dc:creator>antoined</dc:creator><description>&lt;p&gt;Hello, I created a new &amp;quot;feedback&amp;quot; ItemType for my users to write remarks about Aras.&lt;/p&gt;
&lt;p&gt;I want them to rank the priority of the feedback with an integer from 1 to 5. For this, I created a _priority property in the itemtype which is of type &amp;quot;Integer&amp;quot;. I set the range Min to 1 and Max to 5, and checked the &amp;quot;inclusive&amp;quot; box. I also put a value of 1.&lt;/p&gt;
&lt;p&gt;Then I created a form and added the _priority as a text field (I first tried with a combobox but it didn&amp;#39;t provide any selectable values, I would be happy if you can help me about that too).&lt;/p&gt;
&lt;p&gt;The form works well, the default value of 1 is here, but the user is able to enter any kind of integer (200, or even -8) and can still submit the form. I also tried to add a pattern ([1-5], and even&lt;code&gt;&lt;span class="hljs-regexp"&gt;/^[1-5]$/&lt;/span&gt;&lt;/code&gt;) but that didn&amp;#39;t change anything, the validation isn&amp;#39;t working. Is there something wrong in my databinding? &lt;br /&gt;&lt;br /&gt;Does anyone know why? Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to call a client method from another client method?</title><link>https://www.aras.com/community/f/development/36367/how-to-call-a-client-method-from-another-client-method</link><pubDate>Wed, 31 Mar 2021 12:57:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:348a3f17-5f6e-4383-a31d-69e8d1e55c3e</guid><dc:creator>antoined</dc:creator><description>&lt;p&gt;Hello everybody.&lt;/p&gt;
&lt;p&gt;I have several client methods which are sharing some common code. I would like to put that code in a method, and call that method from the other methods, everything is client side. How can I do that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Let me Help You</title><link>https://www.aras.com/community/achievements/687f4b6d-e18a-4e55-836c-49926ca2c9d9</link><pubDate>Tue, 06 Apr 2021 14:13:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3c1017af-3643-4f13-a1e2-ed679be69e61</guid><dc:creator /><description>Answer a question that is verified as helpful or correct.</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Wed, 31 Mar 2021 01:21:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:84bf64a9-559d-40c3-9df7-6d7dcb683185</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>