[midPoint] Items order in the panel

Ivan Noris ivan.noris at evolveum.com
Wed Mar 12 12:02:28 CET 2025


Hi Mike,

you can use object template for your focus objects (either via archetype 
or globally defined in System configuration for e.g. UserType):

<objectTemplate ...>
   <name>User Template</name>
   <item>
     <ref>additionalName</ref>
*    <displayOrder>115</displayOrder>*
     <displayName>Middle Name</displayName>
   </item>
</objectTemplate>

You can find the default orders in schema doc, e.g. for 4.9: 
https://download.evolveum.com/midpoint/4.9-support/midpoint-4.9-support-schemadoc/http---midpoint-evolveum-com-xml-ns-public-common-common-3/index.html

(all schemas here: 
https://download.evolveum.com/midpoint/4.9-support/midpoint-4.9-support-schemadoc/)

Best regards,

Ivan


On 12. 3. 2025 10:44, mikhail.nikolaenko via midPoint wrote:
> Hello,
>
> Can some one give me a hint how I can define items order in the panel. 
> For example I have the following panel for UserType object details:
>                 <panel>
> <identifier>basic</identifier>
> ...
>                   <container>
> <identifier>organization-details</identifier>
>                         <display>
>                             <label>Organization Details</label>
>                         </display>
>                         <item>
> <path>extension/company</path>
>                         </item>
>                         <item>
> <path>costCenter</path>
>                         </item>
>                         <item>
> <path>title</path>
>                         </item>
>                     </container>
>
> And I want to have company as first attribute in the form and 
> costCenter as second. Currently midPoint shows it in the different 
> order. How I can specify this?
>
> With best regards,
> Mike
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> https://lists.evolveum.com/mailman/listinfo/midpoint

-- 
Ivan Noris
Expert Identity Engineer
evolveum.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20250312/959196ab/attachment.htm>


More information about the midPoint mailing list