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?

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?

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.
Drop the link here so we can vote for it. Would save a lot of time to just add a reorder option.
How do you delete a tab? I am on Kinetic 2021, and all I see is Add Widget, no Delete.
Thanks

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><HomePageDataSet xmlns="http://www.epicor.com/Ice/300/BO/ShellLayout/HomePage">
<HomeTileGroup>
<GroupID>26</GroupID>
<Title>Development</Title>
<IsFaveDefault>false</IsFaveDefault>
<Sequence>0</Sequence>
<WebProperties>{"hidden":"false","x":0,"y":0,"width":12,"height":8,"kinetic":true,"sequence":9}</WebProperties>
<Type>L</Type>
<SysRowID>00000000-0000-0000-0000-000000000000</SysRowID>
<RowMod>A</RowMod>
</HomeTileGroup>
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.
This looks like a complicated fix…but was actually very simple. Great Tip, thanks fredmeissner ![]()
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.