Browse By Tags

  • 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…