What do you want exactly
1) an editable status field within the lnkFunctionalCIToTicket class
2) or just get the FunctionalCI status field be displayed in read-only within this screen
For option 1) you need to add a field to a class (check the Tutorial for this) add it to the details and the list presentation tag, that might be enough to have displayed and editable in that screen
For option 2) that is not available easily in 2.7.x but is easier in 3.0, as the default list of the class is used to display fields in read and edit mode within relationships.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like to add the status in the ec but I don't know how to do it.
I attach an image so you can see what I want to do.
I imagine that I would have to modify the lnkFunctionalCIToTicket class?
What do you want exactly
1) an editable status field within the lnkFunctionalCIToTicket class
2) or just get the FunctionalCI status field be displayed in read-only within this screen
For option 1) you need to add a field to a class (check the Tutorial for this) add it to the details and the list presentation tag, that might be enough to have displayed and editable in that screen
For option 2) that is not available easily in 2.7.x but is easier in 3.0, as the default list of the class is used to display fields in read and edit mode within relationships.