How to represent complex information (matrix) on a Change Object

Dear all,

I need to represent in Agile, on a change object, a set of attributes that originally come from a table (through an interface). On each change I may need to represent a 3×4 matrix for example but potentially I can have even more rows.

I know that using the attributes is not a solution and I would create a structured object to represent each row and link this object to the change eventually through relationships.

Do you have any suggestion? Is the solution I’m targeting a good one? Which kind of object would you use to represent the information?

Thanks for your help

Agile User Asked on December 20, 2017 in Agile PLM (v9),   Product Collaboration.
Add Comment
2 Answer(s)
Best answer

You can use a largetext field and insert a table there. Largetext fields were introduced in 9.3.4

Agile Angel Answered on December 20, 2017.
Add Comment

Hi Steve,

thank you for the quick answer. I have never used them so far. I did a quick test and looks promising. 
I will work on it and let you know.

Thank you for the answer!

Battista

Agile User Answered on December 20, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.