How to fetch details of nested relationships using AML query?
I have a requirement like Main Phase can have relationship with Activities and Phases, also Phases can have child phases eg: i want to get the id of all activity (itemtype2) if i provide id of main phase is provided ? A phase can have no activity also.16KViews0likes9CommentsARAS 12 - Force to take all the available place
For an ItemType without relationship, ARAS 11 lets all the available place for the display of the item. See my ItemType in ARAS 11: But with ARAS 12, this is not the case. See the same ItemType in ARAS 12: Is there a solution to force the "Costing Context" to take all the place or to remove this frame ? Thank you in advance for your help? Regards.11KViews0likes8CommentsAdjusting the visualization of graph
Hi everyone, a few months ago I had asked a question about displaying relations: https://community.aras.com/f/applications/8963/displaying-relation-between-parts-found-in-different-product-structures which led to creating a graph/web as shown below. I've got 2 follow up questions: Is there a way to hide/remove the middle blocks with randomly generated ID numbers when I expand an 'Assembly'. Is there a way to give each "type" of block a different colour? (e.g. Assembly = red, Component = blue, Software = Purple") Thanks in advance! I truly appreciated the help I got earlier. I'm happy to answer questions if necessary.8.4KViews0likes4CommentsHow to Set RelationShip field value result as onFormPopulated ?
I have a itemtype call 'Part' , Part has a field call 'part price' (type is decimal) Part has a relationship call Part_detail Part_detail has a field call 'RP price' (type is int). I need "part price" to have thousand separator, but it is only for displayed, and does not need to be in the database after save so I use onFormPopulated event to set code as : document.getElementsByClassName('part_price')[0].value = originalValue.replace( RegExp, '$1,'$2'); It is work ! but I need "RP price" to have thousand separator ,too ! It is relationship and has no onFormPopulated event to code What should I do to have the same effect as "part price" (thousand separator just for show , not need to save in database )? and where I can edit relationship DOM ?7.8KViews0likes5CommentsReport to Find Items w/ Null Relationship
Good day all. I am having a hard time trying to create a report to find Documents without files attached. This is the current config. Aras v11 SP10 s_Document - Poly Source for the following ItemTypes. s_Delivered Document s_Drawing s_Parts List s_Manual s_Specification s_RefLibrary All of there ItemTypes have RelationshipTypes with File. How do I create a report to return all of the Documents that do not have a file attached? I tried to use a variation of the Query for an item and return its configuration example from the Programmers guide. I changed all of the information from Part & BOM to s_Drawing and File. When I Run Server Method, it produces an error of Not a single item. Thank you for the help with this.Solved7.5KViews0likes5CommentsCustomize Advance Search on Form
Hi Experts, I am looking for customizing the advance search window on the item form. In Aras for main grid and relationship we have the "Advance Search" option and according to the criteria it shows the result. What i am trying to do is, create the HTML control on the form and show the Advance search future on the form. I will select the criteria on the form and on click of search the result will be added in the relationship tab of same item. I tried many things to do this but not successful yet. Anyone have idea about it? Thanks in advance.7.4KViews0likes5Comments