Sorting positions in the User View Form by specific creteria

What is a one sentence summary of your feature request?

Sorting positions in the User View Form by specific creteria

Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.

The positions are ordered by Id. It’s not convenient when dealing with a multiple positions

How do you currently solve the challenges you have by not having this feature?

No workarround found.

Hi @hreda

Thanks for your idea! Can you give some examples of criteria that you would like to filter on in this view that would make it more user friendly? Thanks!

Hi Hicham,

You can change the record sorting property by using the RecordSortProperty option.

Example: RecordSortProperty=“Directory_UserRecord:PositionStartDate”

  <ResourceViewRecordEntityForm RecordSortProperty="Directory_UserRecord:PositionStartDate" Identifier="View_Directory_User" EntityType="Directory_User" Menu="View_Directory_User" RecordProperty="Directory_User:Records" RecordStartProperty="Directory_UserRecord:StartDate" RecordEndProperty="Directory_UserRecord:EndDate" RecordFilter="CurrentAndFuture" IsDefaultViewForm="true" ConsolidationMode="Merge" >
    <MainControl OutputType="LayoutContainer"></MainControl>
    <RecordControl OutputType="TransformImport" EmbeddedForm="Directory_UserRecord_View" />
    <RecordItemControl OutputType="TransformImport" EmbeddedForm="Directory_UserRecord_ViewPosition" />
    <RecordUniqueItemControl OutputType="TransformImport" EmbeddedForm="Workflow_Directory_UserRecord_Position_Unique" />
  </ResourceViewRecordEntityForm>
1 Like