Added New Tab Page to Kinetic Order Entry...What is this?

New tab page for Kinetic-web Order Entry was requested.

I have it wired up and working
but what is this guid thingy ? (circled)

It would appear to be the GUID of your grid.
I imagine if you give it a proper title it might get replaced with that.

image

2 Likes

If I remove the Title, it defaults that to the ID of the grid (metafx-panel-card-grid-1da1f).

1 Like

If you put a space in for the Title, you can get that sweet, sweet nothingness.

image

2 Likes

great, thanks, ideally though now that it’s blank, I’d love to make that search panel dissappear

I tried turning on “autofill container” but that’s not the secret sauce I guess

image

That’s the “tree view”. If you had more panel cards or pages under that tab page, that’s where they would be listed. Not sure if you can find a setting to hide the tree view or not.

You really can’t.
Auto fill container just makes the grid take up all the space it can.

I was messing with the JSON returned from the “GetDataForTree” rest call that happens. Maybe you can do something with that, but it’s not going to be straight forward.

1 Like

I’m going to leave it for now, thx for the tips tho !