Hello everyone, I'm trying to modify the dropdown visualization in user request - relations - parent request (see attachments). Now I can see the Request ref (example: R-002454), I would like to see the title of user request.
Any ideas how should I do that? Thanks in advance.
You can modify the way the reference to a UserRequest in general is displayed.
For example the reference to a Person, is made of its firstname + its name. This declaration is done in the XML class / properties / naming. Then the order and the separator used between the fields used to create that reference is a dictionary entry, which can also be done in XML.
All this requires to write a small iTop extension, but it's pretty easy, especially for just doing this.
Good luck
With version 3.0 there will be another possible strategy, with:
<class><properties><naming><complementary_attributes></complementary_attributes></naming></properties></class>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone, I'm trying to modify the dropdown visualization in user request - relations - parent request (see attachments). Now I can see the Request ref (example: R-002454), I would like to see the title of user request.
Any ideas how should I do that? Thanks in advance.
You can modify the way the reference to a UserRequest in general is displayed.
For example the reference to a Person, is made of its firstname + its name. This declaration is done in the XML class / properties / naming. Then the order and the separator used between the fields used to create that reference is a dictionary entry, which can also be done in XML.
All this requires to write a small iTop extension, but it's pretty easy, especially for just doing this.
Good luck
With version 3.0 there will be another possible strategy, with:
<class><properties><naming><complementary_attributes></complementary_attributes></naming></properties></class>