List of Search Forms for Application Studio

In an EDU course for Application Searches, the course states:

Search forms delivered with Kinetic application can be reused across Kinetic Applications by using the Search-Show event action.On the server side (on-prem customers), existing searches are found in the Server\Apps\MetaUI\Shared\search directory, such as C:\inetpub\wwwroot\Kinetic\Server\Apps\MetaUI\Shared\search

But for us Cloud folk, where do we find the list of existing searches available to use?

1 Like

TypeCode = "KNTCMetaUI"
Key1 = "search"
Key2 BEGINS "Shared/search"
Key2 LIKE "%search.jsonc"

1 Like

Another potentially useful BAQ would be against the Ice.AdapterXRef table:

image

So, if you wanted to add a search for Receipts… you would see that the “like column” for that is RcvHead.PackSlip:

So that’s what I would attempt to use in your Search-Show:
image

Can’t say it would be 100% accurate, but again, could be a potential source of information.

1 Like

I just realized it doesn’t show you the table criteria I added.

Key1 = “shared”
Key2 Begins “Shared\search”

1 Like

XXXDef is 100% accurate because that’s the source of the info. The search folder in MetaUI gets moved to XXXDef when you run conversion 191.

It’ll even show you if it has alternate searches available outside of default.

4 Likes