Hi,
when opening ECO/EDR the first time there is no Proplem opening the Recipients Relationship tap, but when opening another a second ECO/EDR the recipients Relationship tap doesnt load. when trying to refresh the item it gives an error message 'The…
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…
I need to upload relationship between Operation Document and the Documents. As you can see from the picture below the hierarchy of Process Plan is:
Process Plan--> Operation Number (which is `sort_order`, in this case it is 20)-->Document
I have an…
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…
The Properties of an ItemType can be retrieved using the below URL
/odata/ItemType('<<item_type_id>>')/Property
But when we try to do the same for RelationshipType using the below URL, getting 404 not found error
/odata/RelationshipType(' <<relationship_type_id…
All,
I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen".
I must be missing something.
I tried the following AML from AML Studio:
<AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
Hi,
I have created a Document-to-Document relationship for the Document itemtype with the goal of relating child documents to the parent - simple enough. However, now I want to design a system such that it behaves as below:
I open the Parent document…
Hello,
I have method attached to OnEditFinish of the property sort_order of the Part BOM relationship. The goal is to check if the property is filled and if no, to throw an error. After the display of the error, I want to set back the focus to the property…
Hello everyone,
Try explain, my scenario:
I have the Item Types related:
1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related).
I need add a link or buton in AuthorizationTittle…
Hello everyone,
Try explain, my scenario:
I have the Item Types related:
1° Item type Authorization.
2° Item type AuthorizationTittle.
3° Item type AuthorizationTittleRelation (only to related).
In the Authorization register view, I…
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…
Hi all,
Strange error happening here. For some unknown reason, when an item is on an ECO and it is versioned, the relationship is not floating to latest. In my dev environment it is working fine and the other environment is just a push from the dev…
Hi Community,
Recent releases of Aras have enabled editable search grids. Is it possible to use this on poly item types? My use case is a little unique so let me explain -
I am looking to create a dashboard of tasks which are relationship items…
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…
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…
Hi community,
has anyone of you experience with editing multiple relationship properties directly from a Form?
I have an ItemType with a couple of sub relationships, something like this:
-- MyTopItemType -----Null-Relationship 1 -------Null-Relationship…
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…
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…
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…
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…
Hi Community.
I am setting up a method to assign a user to multiple teams based on a form. The issue I am having is that it seems to only apply the user to the first team I select (using a multi-value list). Essentially, I am defining on the form…
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 ?
…
I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
hello,
i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model)
thanks,
Lucas
Hi Community,
Need some help here. I have a method to rename a file related to a document. The idea is that upon check-in the filename will update to the Doc Number + Name + Rev + Generation
It works for the most part but there are 4 errors depending…