Forum Discussion

Former_Member's avatar
Former_Member
Ideator I
9 years ago

In RelationshipTypes created_* and modified_* can be changed same info

In RelationshipTypes created_* and modified_*  properties can be changed same content when another user added or edited. Aras Innovator Version:11.0 SP9 & SP5 you can see images here.

7 Replies

  • Hi, I'm not sure to understand what is the problem here. Can you rephrase the issue?
  • I had added a ItemType object,then add a RelationshipTypes object,not hidden properties created_by_id, created_on, modified_by_id, modified_on. First,add a data to this ItemType object and saved,here user is A. Then,add some data to RelationshipTypes object and saved. Next,another user B login,modify or add some data to RelationshipTypes object. When user B click save button,all data of RelationshipTypes object's created_by_id, modified_by_id be changed to B and created_on, modified_on be changed to the current time.
  • is your first itemtype versionable? the created_by_id, etc... properties are on the relationship?
  • Yes, the RelationshipType object also is ItemType,they also have these basic properties. It looks like you still do not know the issue that i saied above?
  • yes, I'm trying to understand if it is an issue. You didn't tell me if the parent Itemtype is versionnable?
  • Sorry,parent Itemtype is versionnable. It's ok when i use version 9.3. This issue did test by other people who's version is v11.0 SP5,and my version is lasted v11.0 SP9.
  • Hi seay, The behavior you are describing is the expected behavior for relationships of a versionable parent item. When the parent item is versioned, new relationship items are created to connect the new version of the parent item to its related items. The new relationships are created by the user versioning the parent part, which is why all relationship system properties reflect the current user, not the original user.
    Eli Donahue Aras Labs Software Engineer