• BOM Structure. Add a field

    Good morning companions, I am trying to add a field to the "BOM Structure", impossible, I can't find the key. In the form "Part MultiLevel BOM Grid" in "HTML Code" there is the function: function getItemTree(itemID, queryLevel) { debugger; …
  • RE: Comparing two large BOMs in Innovator is pain. I want a better compare tool that is not the Structure Browser !!!

    I agree the built in redline mode and structure browser are lacking and ultimately slow down the peer review process. It forced us to develop an excel solution where we have to copy and paste the BOMs from a SQL Server Reporting Services Report. While…
  • Tech Tip: Add Property Data to Aras Structure Browser

    The Aras Structure Browser is a useful feature that allows users to view all items related to the selected context item. It's a great way to get a "big picture" view of your data structure, without getting overwhelmed with every item's property data.…
  • Query Builder show database names instead of labels - how to improve property selection for complex data structures?

    Hi community, does anyone know how to prevent that Aras use labels for the property selector in the QueryBuilder? I try to extend a Query Definition, but I would prefer if Innovator shows the native database name of the properties instead of the label…
  • Unique property on aras

    Im trying to create a new property on an Itemtype and when i make it unique it shows the following error any idea why?
  • RE: Sort order items of an itemtype by date (created_on property)

    This is working well in the searchgrid. But we had a lot of issues after setting the sort order in the OnBeforeGet server event and many actions and programs where not working properly after that. example: Method in the Part ItemType OnBeforeGet Set the…
  • Override “Where Used” as “Structure Browser” method

    Is it possible to override “Where Used” method in the same way you can override the “Structure Browser” method?
  • Updating an Existing Property on Workflow vote

    Hello, After a user votes on a workflow, I want to update an existing property ( _conversation_history) . The code below is what I am using. It appears that the code is generating the correct string in the variable ( newconvo) ), but it is not updating…
  • HOW to set dafault value on date field (date property) when I add a itemtype?

    HOW to set dafault value on date field (date property) when I add a itemtype? ex. 2019/12/26 so user into the itemtype can see the field is '2019/12/16' (he can change it , not readonly)