Yes, newbie here so go ahead and hit my head with a hammer.
Dealing with Sales Order Status. The powers above wanted an additional column which I then created a new baq from the z-one because it was a system one.
I’m dense, but how to I create a new DS to point the grid to a new epibinding so I can add it in the Collection drop down customization.
Are you saying you want the source BAQ for the dashboard to be replaced with your copied BAQ?
Simplest way to do it without customization code (that I know of) is copying the system dashboard and deploying a custom version. You can then disable the default menu or keep both. Benefit of this approach is that others can add columns easily to the various BAQs without needing to fuss with customization code.
Go to Dashboard menu, open SalesOrderStatus and click File in the top left, click Copy Dashboard.
On the left hand side of the copied dashboard where you see Queries, right click the query you wish to replace with your copied BAQ, click properties, click Query ID… and replace it with your BAQ.
Ensure all the grid views look correct, make sure to mark the column as visible in your grid by right clicking the grid (not the query), clicking properties.
Deploy the dashboard
Go to Menu Maintenance and create a menu for your copied dashboard
Important to note that I’m assuming your copied BAQ is almost identical, otherwise you run into issues with the grids. Also, this means existing customizations and personalizations for the system menu won’t carry over.
Honestly, your simplest solution is to copy the BAQ, copy the dashboard (SalesOrderStatus), change out the BAQ to the one you’re going to use, then disable the system Sales Order Status menu path and create a new menu path in its place that points at your dashboard.
I think this gotcha gets every. single. person. It does not discriminate.
Kinetic App Studio is an interesting beast. It seems to give you more ability to modify the “system” generated bits of it. But I’ve never tried to see if you could use the same menu and just redo the grid in it to point at your BAQ or if it locks that out.