<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/f/applications/3737/handle-resources-in-aras-project-management-possible</link><description>Hi,

We have Parts/Products in the PLM, that require additional testing until the product is ready for production. We currently evaluate, what&amp;#180;s the best way to organize these tests. The Aras Project Management feature might be a suitable solution, as</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1749?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 04:12:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1f5ca423-1156-4a76-99e0-4341738498b5</guid><dc:creator>AngelaIp</dc:creator><description>Hi Primož,

proper visualization is essential for Resource Management. My current screenshot showing the calender was just a quick idea.
But maybe it´s better to extend the current capabilites of the Gantt chart.

I made some checks in the Code tree. The current Gantt chart in Aras revers to 
&lt;code&gt;../Client/Solutions/Project/scripts/Gantt.html&lt;/code&gt;
and
&lt;code&gt;../Client/Controls/Experimental/_gantt&lt;/code&gt;

Standard Aras only use a limited amount of the possible functions the dojox toolkit provides.
This folder seems to contain the complete dojox.gantt options, incl. ResourceItems. 
&lt;code&gt;../Client/javascript/dojox/gantt&lt;/code&gt;

I just have little experience with dojox. But I think there are many examples out there that help to understand how to use this. And I also expect, that many other Aras user would be interested in such a solution as seen in your links. 

Best regards
Angela&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1735?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 05:11:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2f7acf42-cb9c-4258-adb9-65299dc84df5</guid><dc:creator>Primoz</dc:creator><description>Hi Angela,

I went througt your solution and you defined well the basic for the Resource Management in ARAS. Good job. You added also some visualization, which is very important in my case.

My use case should support the visualization as an overview of the Resource planning/spending through the projects (active or/and pending) including several filters (like: by project, by team (defined from multiple Resources), by resource, by date range, etc.).

To support this use case I checked the &amp;quot;&lt;a href="http://archive.dojotoolkit.org/nightly/checkout/dojox/gantt/tests/test_Gantt.html"&gt;Resource Chart&lt;/a&gt;&amp;quot; control (Dojox.Gantt control).

link: &lt;a href="http://archive.dojotoolkit.org/nightly/checkout/dojox/gantt/tests/test_Gantt.html"&gt;archive.dojotoolkit.org/.../test_Gantt.html&lt;/a&gt;

Is that kind of the visualization relevant for your use case?

Regards,

Primož&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1734?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 04:11:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a7ee9f26-9407-4867-8459-6f1ba9313ec1</guid><dc:creator>AngelaIp</dc:creator><description>Hi Primož,

I have uploaded my import package from last week -&amp;gt; &lt;a href="https://github.com/AngelaIp/aras-pm-resource-mgmt"&gt;github.com/.../aras-pm-resource-mgmt&lt;/a&gt;
This version use Tree Grid Views for visualization. The checkDate Method is independend and can be used for various events. 
But it´s still just a first concept.

Angela&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1723?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 08:13:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c4fd466c-11ae-4302-a924-c5c9ba2aa399</guid><dc:creator>AngelaIp</dc:creator><description>Hi Primož,

here some very basic overview about my first draft:
&lt;a href="https://github.com/AngelaIp/aras-pm-resource-mgmt" target="_blank" rel="noopener"&gt;https://github.com/AngelaIp/aras-pm-resource-mgmt&lt;/a&gt; (Import package not included at the moment.)

Features:
- Adds additional ItemType for &lt;code&gt;Resource&lt;/code&gt; Items
- Multible Resource Items can be linked to Project Activities
- The date range &lt;code&gt;Plan Start – Plan Finish&lt;/code&gt; of the Activity is compared with the &lt;code&gt;Used In&lt;/code&gt; booking date ranges of the resource (this is probably the best working part of my first draft).
- If Resource is available, an additional booking time is added
- If Resource is not available, an error message is returned

Pitfalls:
- Many various date properties are used in Activities. Which dates shall be used for date range check?
- Current concept requires many additional Methods (e.g. when Activity date changes, when Activity is deleted, …)
- When you open an Activity from a Project, there is no save button. So you have to save the project to do the Resource booking.
- Resource booking times can be changed outside the activity. My current concept of using an own ItemType for Booking times is maybe not the best solution. It requires much additional Methods and Permission settings. Maybe there is a better way to store the values.
- No visualization. Booking time should be visualized by some kind of basic calendar in the Resource.
- …

So, there are a LOT of things to consider. But if we never try, we will never know.
I&amp;#39;ve definitely learned something already. In English, resource is written with only one s. I consistently ignored that in my sample.

Angela&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1713?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 11:06:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:79836245-5177-42ea-a289-311a584d15a2</guid><dc:creator>AngelaIp</dc:creator><description>Hi Primož,

Glad to see, that also others are interested in this use case!

We also have a &amp;#39;full featured&amp;#39; Project Management software in our company. But for my current task, only a limited set of the features are needed at all. 
So this is still a pending task. I have already made some basic tests with ItemType &lt;code&gt;Activity2&lt;/code&gt;.

I will try to upload some of these first concepts.

Best regards!
Angela&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1711?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 04:19:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2e3a9d46-7acc-4429-a70b-4981c1d1e8c6</guid><dc:creator>Primoz</dc:creator><description>Hi Angela,

I would also like to support Resource Management feature by extanding of the current Project Management solution.

Did you continue on supporting Resource Management feature inside Aras Innovator?

Best regards,

Primož

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1689?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 10:08:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bf29a600-9bce-4145-b198-bfaf83ff0188</guid><dc:creator>AngelaIp</dc:creator><description>Hi Chris,

thanks for your input!
I haven´t gathered all requirements for this task yet. So there is still some work to do to evaluate all available possibilities. 

From my current point-of-view it possible to integrate these feature with some additional ItemTypes for &lt;em&gt;Resource&lt;/em&gt; and &lt;em&gt;Booking times&lt;/em&gt;. Additional Methods then can provide the necessary background intelligence.
More work has to be done, when the resource planning shall become more transparent and &amp;quot;visualized&amp;quot;. 

Also Resource planning is really not a typical PLM requirement. I will see what comes out of this idea.

Best regards!
Angela&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handle resources in Aras Project Management possible?</title><link>https://www.aras.com/community/thread/1674?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 09:51:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fde9657c-33c2-47d2-bf1f-212254e7cc99</guid><dc:creator>Christopher Gillis</dc:creator><description>Hi Angela,

To the best of my knowledge, the resource management capabilities you&amp;#39;re looking for are not supported by any standard application in Aras Innovator.

We don&amp;#39;t have any samples or community projects that cover this kind of behavior, but it would be possible to either extend the Project Management application to support this or to create a custom solution to handle this kind of resource management. The biggest obstacle I can see is your requirement for limited resources, but you can likely get around this by writing some custom logic in an onBeforeAdd/onBeforeUpdate server event.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>