Hello, I don't understand, I can give another example. You can see that the order on the web interface doesn't correspond to the order I've indicated in the file.
According to the file, "Type" "SAAS" "SSO" and "Nombre utilisateurs" should be under "Organisation", but it is always at the very bottom.
For this, you'd need to see the complete picture. If you go to data/datamodel-production.xml , if you take a look there, you might see that Etat, Criticité etc have a rank between the rank of organization and type.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, so I've found the fields in data/datamodel-production.xml that I've added thanks to my extension, but I notice that my fields have no rank in this file, strange. Did I do something wrong with my extension?
Hello, I've created several fields on my objects but I don't understand how to move them to the desired location, all my fields are added at the end.
In the image I've attached, I'd like the "return" field to be below "Date de fin de garantie".
Thank you
You need to play around with the "presentation" and the "rank" of fields.
Hello, I don't understand, I can give another example. You can see that the order on the web interface doesn't correspond to the order I've indicated in the file.
According to the file, "Type" "SAAS" "SSO" and "Nombre utilisateurs" should be under "Organisation", but it is always at the very bottom.
For this, you'd need to see the complete picture. If you go to data/datamodel-production.xml , if you take a look there, you might see that Etat, Criticité etc have a rank between the rank of organization and type.
Ok, so I've found the fields in data/datamodel-production.xml that I've added thanks to my extension, but I notice that my fields have no rank in this file, strange. Did I do something wrong with my extension?
From datamodel-production.xml :
Here my extension :
You're missing a "delta" tag in the presentation, without delta, values such as rank are lost
So probably a
<details _delta="redefine">
Last edit: Vincent @ Combodo 2023-10-30
That was the problem! Thank you for your help.