I’m trying to figure out how to get the left pane navigation that Epicor has on the standard entry screens on a custom app. The make sure I had nothing interfering, I started from the template provided by the Wizard for an App:
But I don’t see any navigation pane, I was checking against some base layer for quote and order and I don’t see what settings make this appear. Anyone know?
If you start with one of the UD entry apps, it comes with left nav. Maybe either use that or compare to see what’s different. I don’t know how to get left nave on the app wizard app.
@Evan_Purdy I can’t say I fully understand when the left-hand navigation pane is activated… but I can get it to turn on **by adding a panel card grid** to the page layout.
best bet may be to add a pcGrid to force the left-hand pane, but set it to not expand at runtime, and set it to disabled so the user can’t interact with it. A pain, but… works:
My thought on that (which is probably by no means correct) is that “Apps” are used when dealing with BOs. So if I’m creating an App, its because I plan to Add/Edit/Delete records. And those records could have child records. (Order > OrderLines… UD101 > UD101A, for example).
Dashboards are more to view existing data (Sales dashboard to see open orders, expiring quotes, etc. all in one place). For dashboards I’m usually populating them with BAQs… though, I’ve certainly created my share of GetByID events to ping BOs… and plenty of “Updates” to modify records.
And that’s where the lines get blurry. With enough custom events, you can easily make a dashboard function as an app.
Like we just saw, there are definitely some underlying structural differences. I couldn’t get the left-hand pane to appear in a “dashboard” (to use the current example) but it worked in an “App”.
I agree with you, it would be nice to have a clearer understanding of the differences “under-the-hood”.