I have this action which runs fine on an itemtype1, I want to use the same action to be triggered when i am on another itemtype2 but itemtype1 is in a relationship.
Currently im getting an error when i click that action from the relationship,
hi,All
'my code
'This is the code I tried to write in VB
Me.fetchRelationships("File") Dim file as Item = Me.getRelationships("File")
Dim t_file_id as string If file.getItemCount()>0 Dim fileCnt as Integer=file.getItemCount()
For x=0 To fileCnt…
hi,All
I set "Open Related Form" on [relationshiptype] so that I can edit the relationship with a popup window when I click "Add Relationship".
But I want to bring out the default values in the popup window, I tried the following actions
//my…
Can anyone help me with a sample email notification , with query which has a relationship to the item as well as html with a loop which displays that relationship. A good example can be of ECN to Affected items i.e. documents/
Hello guys!
I'm working in an implementation in which I need to get the list of item types that are available in the Aras application and if possible with their relations, but for my case I need to get this list through the REST API.
I also need to…
Hello Aras Community Members
Does the ARAS REST API allow you to navigate the BOM structure, starting with a Part? For example, if I have a BOM structure as shown below, I would like to start with any Part in the structure and navigate down the BOM…
I need to store properties like for example - set attribute and it's value on Relationship as we do in 3DExperience. Is this possible in ARAS. If there is any way to store properties on Relationships please pass information in comments.
Thanks