Browse By Tags

  • Get parent of context item in relationship action

    Hi all, I am using an action from a relationship grid which is driven by the PE_GetSelectedItems method. I need to get a handle on the parent item specifically as it looks like "this" returns a collection of all items open when used from this kind…
  • 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…
  • 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…
  • Get relationship items from idlist

    Hi Community, Super random question here. I am working on a method to automatically update properties based on a property on the CAD item type. I am setting up the method to - 1. Get the property from the CAD Document (Drawing) 2. Create an idlist…
  • Forms creation process flow

    Hello, New to Aras Innovator. I am looking for a "Cheat Sheet" Example: To build a form Step 1) Create an item type - See Aras Fundamentals (link) Step 2) Relationships to ItemTypes - See Aras Fundamentals (link) Step 3) etc... Anything…
  • Not able to view the all columns in the grid view of the Relationship tab of files, when we upload the files to the item.

    I Have created Custom ItemType like Ref Doc and added the existing File Relationship to it. I am able to upload the files but not to view the filename column in the grid view of the Relationship tab.. How can I see the Filename column in the grid ? …
  • Color coding text value in an onChangeCell client event?

    I know that I can use a Server onAfterGet method to set the css property to change the color of cell text or cell background color in a relationship grid. But I would like to immediately highlight a data entry error that fails validation by highlighting…