AmitS - Friday, September 6, 2013 7:03 AM:
Hi,
I have made some changes in life cycle of an item. Changes like, I've set item behavior to fixed on the released state. Apart from that, rest of all the states have item behavior set as float. On relationship types also, item behavior is set as float.
Now, these life cycle changes are not reflecting on existing items, which are already there in released state, since before these changes.
Am I missing something here?
Please help me understand - Whether changes in life cycle reflect on existing items?
Thanks in advance.
[email protected] - Friday, September 6, 2013 9:02 AM:
Hi,
Fixed an Float behaviour are directly stored within the Item. If you change it on lifecycle or directly on the Item it will not affect existing data.
To be consistent you definetly have to update existing data directly in the table (SQL, AML). Be aware - you have to check very detailed before performing updates.
Jens Rollenmüller, NTT DATA Germany
AmitS - Friday, September 6, 2013 9:50 AM:
Thanks a lot Jens, for your quick reply.
As you said, the behavior is directly stored within item... Being new to aras, I'm struggling to find out where/how exactly the behavior might have been stored on item.
I couldn't find any property/attribute on item (as its there on relationship type).
Where can I find it?
Thanks,
Amit Suvarnkar
Eric Domke - Thursday, September 26, 2013 8:23 AM:
Fixed and float behavior is stored with each relationship item in the behavior column. Try using SQL/AML to updating the behavior of each relationship item in the relevant relationship tables where the source item has one of the states you change.