• Set Tab Name of Item

    I've created a new item type and the tab names show the item ID. How do I set it to display the value of another property on the item? Version 11 SP9. Thanks!
  • Creating new items via aras.uiShowItemEx doesn´t add LifeCycle data especially for versioned ItemTypes. How to fix?

    Hi community, I have a couple of ItemTypes with a custom LifeCycle. Sometimes when users promote an item to change the "state", the Form will not be updated and will not show the updated data. In this case users always had to click the refresh button…
  • How to change the position of a Relationship Accordion tab

    I needed to make a tab visible to certain identity. Therefore, I selected "Hide All" in the relationship types and used the CUI control to make a new tab. I need this tab to be all the way to right. Sort Order fields don't work, neither in the Relationship…
  • How to hide a tab of an item?

    For the Item Part, for the all the part numbers, I need to hide a specific tab, lets say "Goals" for a specific identity. "Goals" is under Relationship Types in Part item. I have tried: - Right click on the Goals in Relationship Type,Permissions--> Access…
  • How to disable delete relationship button based on parent item state?

    I know this question has been asked multiple times and I have reviewed all the ones that had answers. None of them seemed to clearly lead me in the right direction. I feel what I'm trying to do is a pretty basic use case. I'm trying to prevent affected…
  • I want to see all item bout related item in relationship tab

    I developing a request form When I make a Item to request I want to a view a bout the item that I can request I manage the Item list by a Item type And I make a relationship type to connect the request item type and item list item type I need how to view…
  • How can I prevent that users accidentally close an element in the tab bar? (TOC View with Form)

    Hi community, I right now work on a MES scenario were I use a TOC View as interface for end users. For some specific use cases (parallel work) I allow that user use multiple instances of the same TOC View in parallel. As user may work with a couple…
  • Trigger Client Method on Relationship Replace

    I have a client method defined to be triggered on an OnInsertRow event for the Part BOM relationship type. This method is not triggered when the user performs a Part BOM replace. The most likely reason for this is, when handling the replace Innovator…
  • CUI third accordions - Can we display items from next relationship level?

    Hi community, I am playing around with "3rd accordions" which can be configured with CUI in the newer Aras version (12SP9+). So far I was able to display regular item data like related "Documents" in my 3rd accordion. Just as described in this blog…
  • Displaying a Tab based on classification via CUI (refresh tabs?)

    Hi Community, Hoping you can help me out with this one. I have an item type with a few relationships that are hidden, but revealed with CUI based on the classification. As I have seen in other threads, and my own observations, this applied only when…
  • 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?
  • New or Add from Relationship Tab without Locking Parent

    Hello All, Working in context of a Project, but could be applied elsewhere. I need to have the ability to relate (via new or existing Items) against the Project. The Relationship view provides this ability, but only when the parent item is locked for…
  • Update Parent Item when Relationships Tab is Changed

    Good day all, I have ItemType sm_ITA with a Relationship of sm_ITA_Assignment. sm_ITA_Assignment (Assignments) is not related to another ItemType. When an Assignment is added or deleted I need the sm_license_count property of the parent sm_ITA to be…
  • Open Custom Form in A New Tab

    Hello Is there a way to open a custom Form in a New tab rather than as a Dialog in ARAS. I believe Aras requires an item to open any window. But Mine is simply an independent Custom Form that I want to display in a new tab. Please let me know if…
  • Warning: Versioning and tab pane very buggy in new Innovator versions!!! Are you affected?

    Hi community, I need your help to investigate an error that occurs in newer Innovator versions. In my case it occurred in Innovator 12SP17 and 12SP18 but NOT in Innovator 12SP7 / 9 / 10. I look for a bug fix for this one, cause unfortunately Aras…
  • Hide Tab Form Problem

    Good day all. I have a Class Structure called TO in my Document ItemType, Aras 11 SP10. This classification has an assigned form for it. I modified the labs_HideTabs method to hide the tabs. I need to hide the Files tab if the TO classification is not…
  • 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…
  • User Can't See an Entry

    Good day all. I am using Aras v11 SP10. I have a weird problem. The system is using an ItemType s_Part for the parts instead of using the OOTB Part. A user created two parts in the system. When he created the parts he could find them, but no other Users…
  • 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 ?
  • 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…
  • How to focus on particular tab on item form populated?

    Hi, I can now swich the display / non-display of tab according to the conditions,by referring to Disable a Relationship Tab . But this time, unintended tab is focus on. How do I focus on particular tab on item form populated? Please,help me…
  • Method form should use reasonable tabbing order - v12

    I was finding it very annoying that the Method Form has a tabIndex of 0 on Name, but then a tab index of 256 on Comment. What this does is make it so you can fill in the name and when you tab, well, nothing is apparently selected by the naked eye, but…
  • Make Report an ItemType Tab

    Good day all. I would like to have the Workflow Process History report displayed as a tab in an ItemType. How would I go about doing that? I thought the Signoff ItemType/Forms would do this, but I don't have any results from that. Thanks for the help…
  • using the SQL item type as a view

    Querying a SQL view I built in SSMS from an Aras server method: string SQL_View = "innovator.my_custom_sql_view"; string SQL = "select * from " + SQL_View; Item SQL_qry = inn.applySQL(SQL); This is quick for me because I do a lot in SQL, but I know…
  • Disable a Relationship tab

    Hello Team, I need to disable a relationship tab as the User selects a option button on the form. Detailed Info: I have a option button on a form. Once the user selects this option, a tab from relationship below should be disabled. I am trying to…