• Aras search grid edit OOTB issue

    Hello Team, I have observed that when I try to check a Boolean property value as true from the main search grid window, it does not update correctly. On the server side, we are receiving the value as true instead of 1 . Is there any workaround for this…
  • How can I choose a specific Search Mode when opening a Search Dialog via Method?

    Hi community, I use following code to open a classic Part search dialog. const param = { aras: aras, type: 'SearchDialog', dialogWidth: 1200, dialogHeight: 500, itemtypeName: 'Part', defaultSearchMode: "AML", // ?????? }; const topWnd = aras…
  • Save User choices or Create Default list in Refine button CUI

    When clicking the refine button : a list is presented : with already checked values corresponding to the columns (properties) of the presented ItemType. The method responsible of the Init of the button is : cui_common_refine_init Code : Toolbar…
  • Opening Aras Part Search on a new Aras Tab through an HTML page

    Hello everyone! I am trying to create a custom HTML page which links to other Aras pages such as the Part Search Grid. My issue is including a script in the HTML page that links to an Item Type. I have been guided towards using th e method cui_ivicb_nav_search_click…
  • Need server method to hide property of an Item for specific identity

    As the tilte says. We want the "Classification" property of ItemType "Document" to be hidden for a user if they are part of a specific identity. I also want the value of "Classification" to set as "General" for these users when they search of Documents…
  • Javascript method to set the default value in search grid?

    We need to limit the search results of "Document" item for certain identity. The default value of "Classification" should be prefilled to "General" and should be unchangeable by the user. I was thinking if I can get the current identity of the user…
  • Prefill simple search criteria in the search grid

    Hello, For Documents item type, in the search grid I need the "Classification" to be prefilled to "General" . I applied client side method to "classification" and "search_default" properties of Documents but it doesn't work. "search_default" property…
  • Tree Grid Filtering on multiple levels

    Hello, I'm looking through the community forum for some information regarding filtering/searching on PE_BomStructure tree grid view and query definition. I've got a multi-level BOM that I'd like users to be able to filter by Part Number ( string or item…
  • Pass a Property to a Search Grid

    For our projects we may have a large number of documents and we're considering different ways to handle this other than trying to recreate some sort of "folder" ItemType to assign them to. One concept we have is the idea of either having buttons or…
  • Saved Search parameters not getting cleared when clicking back on the itemtype?

    Hi everyone, I have an itemtype for which I have a saved search.When I click on the itemtype on TOC after clicking on saved search,the parameters applied for saved search are still there.I want to remove the filtering parameters and show an empty grid…
  • How to restrict a search so it only works when filter properties are provided?

    Hi Community, maybe some of you know a solution for this scenario. Every regular ItemType in Aras can be searched through with the Simple/Advanced/AML search in the grid. In my case I have a couple of federated ItemTypes that links to an external…
  • Instruction: Removing the Enterprise Search Toolbar in Aras Innovator V12

    Hello everyone, Here is a short instruction on how to remove the Enterprise Search (ES) bar when logged in into Aras V12. This can be helpful to prevent confusion amongst end-users if you decide not to use the feature. Before: After: This…
  • How we can add search mode (Simple Search, AML Search, Advanced Search) dropdown in Multi-level BOM

    Hi, I am trying to add search mode in the Multi-level BOM relationship toolbar, but I am not very sure that how can I achieve this. Also, I have one custom relationship where I am displaying data in TGV, in that custom toolbar also I want the…
  • UX - Delete/Change "My*" ItemType default search

    Where I'm doing Aras development work I need to put company initials on all our ItemTypes. But, when I go to search ITs there are these pesky behaviours: 1. I always need to delete "My*" and enter the company initials. 2. I still need to click search…
  • Filter relationship grid rows from code

    Hi Experts, I have the requirement that, as per the form property value the relationship content should be shown. I have tried many things but it didnt helped. E.g I have the form property as dept_name and it has value like "Finance" and "Delivery…
  • UX - Automatic wildcard - Simple Search

    How would I intercept this SOAP query being built to say, "If no ending wildcard, add asterisk." Req URL:[POST] http://localhost/InnovatorServer12/Server/InnovatorServer.aspx ContentType: XML Node name, label , with condition="like" (can't post…
  • Customize 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…
  • Bad performances due to bad AML request done by ARAS

    Hi, I found a bug in ARAS 11SP4 . Here are all the information to reproduce it. In my data model, I have an ItemType named CAWB_Study with a relationship without related named CAWB_Study_Cost. On the CAWB_Study_Cost, I have a foreign attribute…
  • Fast grid

    Former Member
    Former Member
    How to disable the fast grid in searching?
  • How to search for 'Yesterday'?

    I want to find all part Items with a created_on date of Today - easy. Now I want to Save this search to the TOC so users can run it daily - not so easy. I am trying to search for "Yesterday" in a date field, using AML. this: <Item type="Part" action…
  • How to add a new icon to the Search Grid? or modify the default simple search

    Former Member
    Former Member
    I want to modify the default simple search criteria and to pass the effective date by default. Or I want to add a new icon to the search grid and an event to modify the query on search click. or I can go with Advanced search and saved search but I want…
  • Federated Item for search dialog

    Former Member
    Former Member
    Dears, I have a federated item (A) for search dialog and I have an other single item (B). But when I save the item(B), the item property display "Restricted". It seem to not find the corresponding information. The federated item event (On Get…
  • Search an item by id across all item types

    I sometimes had the problem that I have an ID of an Item within Aras, but I don't know the Item Type that it belongs to. (for example, I find the id in an error log somewhere but it's not clear where it came from.) Since I don't know any direct way of…