Browse By Tags

  • Fast grid

    Former Member
    Former Member
    How to disable the fast grid in searching?
  • I am looking for an alternative for window.focus API which will work in Aras UI

    Former Member
    Former Member
    Hello Guys, I am working on Aras 11 SP8 version, I am looking for an alternative for Window.Focus API. Window.foucs works in Internet Explore but it is not supported by Google Chrome 74. Can you please share alternative way where I can switch focus…
  • Can't create BOM with multiple parts through method

    Hello, I'm having problems creating part relationships through a method. I have an array of arrays containing data that I want to use to generate a number of parts and their BOM relationships. The parts are being created properly but when i try to generate…
  • Using third party js libraries with file selection

    Hello, I'm trying to use a third party JavaScript library to read a csv file by selecting a file through an action in Aras, but I'm having trouble getting the selection to work well with the third party library. In the programmers guide there's an…
  • getPreferenceItemProperty and setPreferenceItemProperty

    Hi, I am implementing a Generic action form UI to let user pick his default group among multiple groups he belongs to. I could achieve it with adding a property to Core_GlobalLayout and write getter and setter for this with sql, but when I use API…
  • Implementing User Options like Choose CM Options

    I am working on a user option dialog where they can pick and choose some values[ logged_in_group to start with] I have created placeholder properties in Core_GlobalLayout for this. Get_IdentityMembership_Details and Get_AllGroups_Details works fine…
  • 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…
  • Tech Tip: Add Keyboard Shortcuts through CUI

    We've previously covered how you can utilize CUI to add custom buttons to toolbars . However, you can also take advantage of CUI to add keyboard shortcuts for more advanced users. In this blog post, we will cover how to add a shortcut to select all of…