Tab order in kinetic (active) home page

Before I put in an “idea” request for this, there is no way to re-order the tabs in the kinetic/active home page, right?

Like in the pic below, is there a way to put the “JOBS” tab before the “PURCHASING” tab?

image

There isn’t in 10.2.400. Not sure if they’ve added it in 10.2.500 or 10.2.600. Would be a nice feature.

The only way I can see in 10.2.600.3 is to delete the tab(s) and add them in the order you want.

That’s the only way I know how to adjust the layout in 10.2.400.

@chaddb I looked at the 10.2.600 demo database and I don’t see a way.

@tsmith Right, not my favorite idea. You can move things from one tab to another, but still it’s no fun.

OK thank you gents. I will submit it.

Drop the link here so we can vote for it. Would save a lot of time to just add a reorder option.

1 Like

https://epicor-manufacturing.ideas.aha.io/ideas/ERP-I-327

4 Likes

How do you delete a tab? I am on Kinetic 2021, and all I see is Add Widget, no Delete.
Thanks

image

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.

5 Likes

This looks like a complicated fix…but was actually very simple. Great Tip, thanks fredmeissner :grinning:

Looks like we have to wait for 2024.1 release to see this “improvement”. In the mean-time… it’s “rename” your tabs then relocate the tiles to their new home. Or… what fredmeissner shared above.

1 Like