Browse By Tags

  • Customizing Forms: Tips and Tricks

    When you’re working in Aras Innovator, most of the time you’re working in a Form. Forms are where you create new items, edit existing items, write code, and even where you edit a Form! Learning to make your Forms easier or quicker to use is a lesson that…
  • Constraints not working on an integer field form

    Hello, I created a new "feedback" ItemType for my users to write remarks about Aras. I want them to rank the priority of the feedback with an integer from 1 to 5. For this, I created a _priority property in the itemtype which is of type "Integer". I…
  • How to pass additional custom parameters in Form call?

    Hi Community, I want to launch a custom Form from an CommandBarMenu CUI event. Users can select multiple items in the grid and then click the CUI button. Then a form shall open up in which users can do certain operations with the selected items. I…
  • Open specific ItemType form from a client side method

    Hi All, I have an ItemType that is setup with two forms attached, one being the main default form used for viewing, editing, adding etc.. I would like to however be able to through a client side method open the "Secondary Form" loaded with a context…
  • uiShowItem reload

    Hi, In a javascript method, I use uiShowItem to open an existing Item. When the Item is already opened , uiShowItem doesn't trigger a reload of the Item. Is there a way to do the reload after using uiShowItem when the page ?
  • Disabling 'File Item' fields in a form

    Hello everyone, Does any of you know how to disable a 'File Item' field in a Form? The intent is to prevent users from accessing an uploaded file during the preceding state. Kind regards, Balaji Visvanath Bheeman
  • Missing Tabs of Form

    Good day all. I just created a new ItemType (Software). I built it to resemble the Part ItemType. Everything seems to be fine, except none of the Relationship tabs are showing when the form populates. I've compared the SW form to the Part form & can't…
  • Add autocomplete function to a field

    Hello, we would like to implement fields where the user can enter text manually and then gets available values, similar like with list fields. But it should be possible to enter values too, that are not part of the list. How is this possible in…