• ARAS 12 - Force to take all the available place

    For an ItemType without relationship, ARAS 11 lets all the available place for the display of the item. See my ItemType in ARAS 11: But with ARAS 12, this is not the case. See the same ItemType in ARAS 12: Is there a solution to force the…
  • ARAS 12 - How to remove "Create New XXX" button ?

    Hi, I defined an ItemType named "Cost". This is a relationship without related item. There is nothing in the "Can Add" of this ItemType because nobody can create a "Cost". There are only created by code. In ARAS 12, I have this: What should I…
  • Disable value in list

    Hi everyone Quite often we need to disable a value in a list, but previously created items with the value is still valid. Does anyone have a suggestion to a solution? Example: On our Part form we have a dropdown list called "Item Type". A value in the…
  • getItemById including select statement possible?

    Hi, I sometimes have seen code that uses getItemById with additional parameters. It seems that it´s also possible to include a select statement. Is it actually possible to do something like this? var myManufacturer = inn.getItemById("Manufacturer…
  • How can I upload blob data to vault in javascript?

    I have a blob from the clipboard. Basically It is an image. I put the blob data in an img tag. So I wanna upload the blob data to the vault and use it as an Image property. Is there any idea to upload blob to vault in javascript?
  • How to add a new tab in #formTab?

    In Aras 12 the UI looks like this. There always is only one tab (here "CAD Document"), which display the Form associated to that ItemType. How could I add more tabs there? And associated other forms of that ItemType to it?
  • how to limit that forbid two browsers use one account to login?

    Hi, Suppose there is an account = Marry, I login as Marry in my office computer and have not logout. If I login as Marry in my home computer, I want to let my office computer's Marry out. How Can I implement this in aras. Some Clues I found…
  • Prevent the user from modifying his own account

    Hi, By default, in ARAS, a user is able to modify his account. So, he can change "Login Name", "First Name", "Last Name" and many other attributes. How to prevent these changes while allowing the password to be changed? Thank you in advance.
  • 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…
  • Stop text input for item property in relationship grid

    Hello, Is it possible to stop users from selecting an item for a item property using text input in something like the part number property of the product model relationship item? I've added a filter to the OnSearchDialog event of the property to limit…