• 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…
  • 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…
  • Using custom html in ArasModules confirm dialog possible? Cause it works in the alert dialog....

    Hi community, I want to use a confirm dialog to get user confirmation before executing a certain function. As the function has strong consequences when executed, I write a lot of text in the confirm dialog to let people know about the affected items…
  • How do open a dialog on a specific position or with some kind of offset?

    Hi community, a common task is opening custom dialogs. If we open a custom dialog it´s normally positioned in the middle of the screen. This is fine for 99% of all use cases. But inside my dialog user can open an additional search dialog to search…
  • Is it Possible to pass custom parameters from a javascript to Search dialog

    I'm attempting to apply a custom filter value to a search dialog in my application. To achieve this, I'm using the 'onSearchdialog' event on a specific property where the filter should be applied. However, I've encountered an issue where the filter value…
  • Calling SearchDialog from Server method

    Hi, Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method. In my particular case, I am trying…
  • Property validation - Dialog to Confirm Ok or Not

    Hello All, I've been struggling with a property validation use-case and I'm sure it's something that'd be useful to lots of folks. Have a working server event that blocks the user from proceeding if a certain property is left blank; however there…
  • Prevent Popup on download of File

    Hi community, Currently, when downloading a file from an innovator installation, like the viewable file property on CAD, a popup window occurs and the file is downloaded in chrome. Is there a way to get the file to download in the original window…
  • Callback not working properly if I dont have debugger in my javascript code

    I have added a popup on button click on the mpp_OperationQuickEdit Form which opens form with a single relationship which I have created.It works like the 'Launch AML Editor' action on MCOs.I have added a save changes button which adds or remove relationships…
  • Editable search grids and Poly Items that are Relationship Items

    Hi Community, Recent releases of Aras have enabled editable search grids. Is it possible to use this on poly item types? My use case is a little unique so let me explain - I am looking to create a dashboard of tasks which are relationship items…
  • Filter Search Grid based on Addition CUI Parameter

    Hi All I have a Search Dialog opening on an Item Property (e.g Identity) As shown in the below Image I wish to further filter the results based on an Addition Parameter provided by the User via CUI Drop down box, I am trying to figure out a way to…
  • xclassification dialog from custom method

    hello i'm begining a project, the idea is to have a an action launch a dialog to select a xclass. I would like to launch the same dialog as the one that pops up when adding a part xclass and x property(see below): after the user selected a class…
  • Select Time in Search Filter Date Dialog

    Why is the "Time" fields disabled, when selecting value using the Date dialog in the main search grid? Is there any settings that can be used to enable this?
  • Cover Page & User Input

    Good day all. I could use some advice on creating a cover page for our BOM report. If you have read some of my previous posts, you may know that our database is a bit messed up. I can't change our report. I have created another report and formatted it…
  • Locking of input in a search dialog when a property is passed as a search criteria

    I am able to modify greyed-out classification property which was passed as a search criteria for 'Part' itemtype. I want that property to be locked and user should not be able to modify it by any means. I created one new dummy Part item, set its classification…
  • How to add restrictions to aras.vault.selectFile() file picker

    Hi community, I currently design a custom form with a button that calls a regular file picker. In my scenario, end users shall only be able to upload certain datatypes, like txt and xml. As the affected users group does not have any edit rights for…
  • Fast grid

    Former Member
    Former Member
    How to disable the fast grid in searching?
  • How can I reload My Inbasket grid before I close a custom dialog

    Former Member
    Former Member
    Hi, I've created a custom dialog to complete workflow tasks. I would like to know if is possible to reload My Inbasket grid after this dialog closed. My Aras Innovator version is 11 SP5 Regards, Jonatas
  • How to close relationship search dialog box dynamically?

    Former Member
    Former Member
    Hi Team, I have custom result binding code on 'OnSearch' event. On return of result if it is true it works fine but on false I want to close search dialog box that appear in relationship on click of pick related dynamically. I tried following method…
  • How to reference the ItemType in the current tab in a Dialog box?

    I'm working on a client side method to clone an ItemType using a dialog box. My approach is to make a form with a check box to choose to copy properties and another check box to copy values from a relationship tab, and a button for "Done" and "Cancel…
  • Show Spinner in Aras Dialogs

    Hello, The Grid data in one of my custom dialog takes some time to load. I would like to show the spinner.html that is used in relationship view before the data is loaded. Is there any inbuilt code that supports this.
  • Using pipe in custom filter built using OnSearchDialog event

    Former Member
    Former Member
    I am trying to create custom filter during OnSearchDialog. While everything works well I am not able to use pipe as "OR" within the string that is passed to filter. The problem is that every pipe in my filter string is preceeded with escape character…
  • Don't close the searchdialog

    Former Member
    Former Member
    How can I do when I open the item searchdialog and doubleclick, do not close the searchdialog?