Quantcast
Channel: aras PLM community
Viewing all 1103 articles
Browse latest View live

ARAS customization - Interactive pages

$
0
0

Hi

I want to create a custom screen that shows Items in a matrix format

like a tree table that has columns and rows. (the data is queried from ARAS database). 

I have created a html and js file outside ARAS (also did direct database connection in js). How to integrate such files into ARAS so that  I query data from ARAS and bring up the custom screen on click of a button onside one of the custom type forms

I also want this custom screen to be interactive such that if I make some action on this screen data should be updated in database table.

Appreciate any help here.


Reverting project activity status / and returning activity to inbasket

$
0
0

Hello,

Lets say we have a situation where a Project Manager has assignment for one of the team members, in Project he marks the assignment as "Leader sign-off required"

After the asignee finishes the task , the leader inspects the work that has been done and decides not to approve.

what do we do in this situation? task seems to be marked complete and not visible in the assignee inbasket, only the status doesnt change to 100%

is there any way for PM to say "REWORK" and the activity would be reinstated to the asignee's inbasket?T

also another scenario is when you complete the task , and then it turns out it's not really that complete... is there any way to reset it back to active?

Thank you for the information, really appreciated

How to sum of property over the ITEM Type

$
0
0

Hi Friends,

If i want to count Items on Item Type then i have a code.

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:output method="xml" omit-xml-declaration="yes"/>
 <xsl:template match="/"><Result><xsl:value-of select="count(//Item[@type='MACHINE ENTRY'])"/></Result></xsl:template>
</xsl:stylesheet>

Count is successful.

If I have a property name machine_hours and I want to sum machine_hours, so What changes required on above code.

Thanks in Advance

Abhishek Srivastava

Can we Make Spider Graph in Aras Innovator.

$
0
0

Hello Developers,

Spider Graph Option not comes when you build dashboard in Aras, So if i want to make Spider Graph in Aras, So how will do it. Is that possible or not.

 

Thanks

Abhishek Srivastava

In Aras How can i get Gantt Chart Hourly Basis?

$
0
0

Hello Friends,

Is there any way to view Gantt Chart on hourly basis.

 

If any solution please share.....

 

Thanks in advance

Abhishek Srivastava

 

Issue with image viewer

$
0
0

I just deleted and reattached relationship between file type JPEG Image and Image Viewer. Immediately after that I am unable to view file types with extension jpg.

 

I am getting below error. 

A potentially dangerous Request.Path value was detected from the client (:).

How to fix this?

 


 

 

Aras Client Configuration Script

$
0
0

Hello Friends,

Aras Client Configuration Script utility available in projects for explorer 9 version in Aras Website only but Is there any availability for explorer 11, because i am also facing an issue related to dot net 4.5 hosting on explorer 11 due to this Full dot net controls are not working in explorer 11

Click on below link:

http://www.aras.com/projects/project-view.aspx?id=665CA4F6729E49349D97DB0FDD5AE0DE

Thank You

Abhishek Srivastava

ECR Workflow Owner question

$
0
0

I have a question on how the owner assignment works in the ECR process. When an owner is assigned on the form, it is automatically applied to the tech review assignments and the disposition. The item on the form is owned_by_id and I can not figure out how that is related to owner on the workflow map. Any insight would be greatly appreciated.


Foreign Key can't show list label in the Form

$
0
0

Hi friends,

 

I am using Aras 11SP5,Client Firefox 31.3 ESR

 

When I define a foreign key with list, It can show the list label in grid , but can't show label in the Form.

Where can I fix the problem, Thanks

 

Unable to add a new file

$
0
0

Hello,

When I try to add a new file, I have an error message "The operation is not functionnal because the .NET controls are not available.".

Could you explain me how to solve it please ?

Regards,

 

 

Need HELP on Filtering

$
0
0

Normal 0 false false false EN-US X-NONE X-NONE

I have a filter setup so that it displays data based on another field. The filter works fine, but now I have been tasked to filter on two fields. The original filter needed to go to a Relationship table to retrieve its data, the new filter field can filter directly on the result of the first filter. The Highlighted area is what I added to the original filter, now I’m stuck.

Normal 0 false false false EN-US X-NONE X-NONE

///<SUMMARY>

///On Select Software, if there is a Model defined, only display Software defined as relationship in selected Model

///</SUMMARY>

 

///Get value from the source field///

var itm = inArgs.itemContext;

var model_id = top.aras.getItemProperty(itm,"model");

 

/// this is the new field I need to filter on///

var product_id = top.aras.getItemProperty(itm,"product");

 

if (!model_id){

                return;

}

 

///Select Relationship table to filter on source_id = model///

var softwareList = this.newItem("MIN_Model_Software_Catalog","get");

softwareList.setProperty("source_id",model_id);

softwareList = softwareList.apply();

 

///Store related_id’s in a Array///

var idArray = new Array();

for(var i = 0; i < softwareList.getItemCount() ; i++){

                idArray.push(softwareList.getItemByIndex(i).getProperty("related_id"));

               

}

 

///Filter Data///

inArgs.QryItem.item.setAttribute("idlist",idArray.join(","));

return("");

 

This is the result of the first filter. I  know need to filter on the highlighted

Normal 0 false false false EN-US X-NONE X-NONE

 

PRODUCT

MODEL

RELEASE

48F18D2A6EF04FF2A4CFF1E3CB8363BA

E05BD9A92D5D48C0895470EBC9B6EB71

In House Approved

48F18D2A6EF04FF2A4CFF1E3CB8363BA

E05BD9A92D5D48C0895470EBC9B6EB71

In House Approved

214B7B19203A47F2951010CDB8F2A48F

E05BD9A92D5D48C0895470EBC9B6EB71

In House

214B7B19203A47F2951010CDB8F2A48F

E05BD9A92D5D48C0895470EBC9B6EB71

In House

Normal 0 false false false EN-US X-NONE X-NONE

RELEASE

 

Normal 0 false false false EN-US X-NONE X-NONE

 

Test Image upload to Aras Support

How to Show Value of Query In Bar Graph Dashboard

$
0
0

Hello Friend,

Is there any possibility to get value of query over Bar Chart in Dashboard, If anybody know then kindly share your solution.

 

Its highly appreciable.

 

Thanks

Abhishek Srivastava

Product models and parts

$
0
0

Hi,

What we need is to be able to create a configuration of the car and link all the relevant BOM parts to this. So for example for next build Model_A want to configure all the parts applicable to this vehicle configuration. Would then need to be able to do this for different vehicle builds as required. If I am correct looks like I still need to create a top level part number in the BOM and link all the parts to it and then this  assembly part number is what is linked to the product. Is this reasoning correct.

If yes, how I can duplicate an existing assembly to change his BOM in line with  the model configuration?

Thanks

 

HOW TO DISPLAY LOADING..... MESSAGE WHILE REPORT WAS LOADING

$
0
0

Hi Friends

Is any one know that how can we display loading message while Report was loading or form was loading.

 

Thanks

Abhishek Srivastava


3dxml viewer is available in Aras Project .Is it work for Aras 11 or not

$
0
0

Hi Yoannmaingon,

 

Is 3dxml player integration for Aras is tested for Aras 9.1 as per below picture but if i tried for Aras 11 then it will not work. So could you please some solution that this will work or not , if it will work then what changes required on procedure.

Thank You

Abhishek Srivastava

Unable to add a new file

$
0
0

Hello,

When I try to add a new file, I have an error message "The operation is not functionnal because the .NET controls are not available.".

Could you explain me how to solve it please ?

Regards,

 

 

Need help in data migration from Aras 9.2 to Aras 11 SP5

$
0
0

Hi All,

There is a need to migrate all the data from Aras 9.2 system to Aras 11.5.

We are checking on a couple of options available like Package Export/Import utility, DB backup/restore procedure etc. to achieve this migration.

Can someone please let us know the best way to migrate all the data ( like Changes, Items with different Revisions/Lifecycle/Workflow maps, BOMs, Projects, Methods any many other objects present in 9.2 system) in 9.2 to 11.5?

Appreciate your quick response!!

Regards,

Charita V

Technical Problems since Upgrade to 11.0 SP6

$
0
0

Hey guys,

we have some technical problems since our update to innovator 11.0 SP 6.

The Item "Workflow Task" item doesnt get created anymore. Activity Assignment (old inbasket) is created, but nothing is shown in the new "Inbasket" which shows Workflow Task Item type. Is there any known issue about this? Or does anybody know where the "Workflow Task" Item is created?

 

Regards

Multi-Select Promotion

$
0
0

Is there a way to multi-select items and promote versus having to promote one item at a time?

Viewing all 1103 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>