Browse By Tags

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