Tab order in kinetic (active) home page

The fastest way I have found is to export the layout, and open it in a text editor.

<ShellLayoutDataSet xmlns="http://www.epicor.com/Ice/300/BO/ShellLayout/ShellLayout">
  <ShellLayout>
    <TenantID />
    <LayoutID />
    <AuthorID>meissnef</AuthorID>
    <DateModified>2022-05-17T09:50:31.9075744-07:00</DateModified>
    <ShellHomePage>&lt;HomePageDataSet xmlns="http://www.epicor.com/Ice/300/BO/ShellLayout/HomePage"&gt;
  &lt;HomeTileGroup&gt;
    &lt;GroupID&gt;26&lt;/GroupID&gt;
    &lt;Title&gt;Development&lt;/Title&gt;
    &lt;IsFaveDefault&gt;false&lt;/IsFaveDefault&gt;
    &lt;Sequence&gt;0&lt;/Sequence&gt;
    &lt;WebProperties&gt;{"hidden":"false","x":0,"y":0,"width":12,"height":8,"kinetic":true,"sequence":9}&lt;/WebProperties&gt;
    &lt;Type&gt;L&lt;/Type&gt;
    &lt;SysRowID&gt;00000000-0000-0000-0000-000000000000&lt;/SysRowID&gt;
    &lt;RowMod&gt;A&lt;/RowMod&gt;
  &lt;/HomeTileGroup&gt;

Find the HomeTileGroup you want to re-order, and go down to WebProperties. There is a “sequence” parameter than can be changed. Then simply re-import.

6 Likes