Browse By Tags

  • 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…
  • aras.confirm dialog - Are there any alternatives or updates to improve the lock&feel?

    Hi Community, I use aras.confirm() to get user confirmation before executing some onClick button events. The regular aras.confirm() mainly reuses the standard Javascript confirm() function and doesn´t really blend into the layout. The confirm dialog…
  • 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…
  • 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.
  • Standard Aras Dialogs

    In a another blog post , we covered how to open dialogs within Aras Innovator using custom forms and HTML pages. However, Aras Innovator also supports a number of built-in dialogs that offer common functionality. A previous blog post also covers how to…
  • Tech Tip: Opening a Custom Dialog from a Method

    There are times when the fields on a single form are not enough to provide the full functionality you want available to your users. In these cases, you may need to display a dialog that prompts your users to enter some additional information. Aras Innovator…