Is there any way to find menu items that have Kinetic custom layers applied, beside looking for ‘%?LayerNames=%’ in the WebResourceURL field? Is there really not a dedicated field for Kinetic Layers on a Menu Item?
Even the API returns a MenuItem object with ‘KineticCustomization’ field blank. It seems that field is only used when changing the Kinetic Layer(s) on a menu item. When getting a list of Menu Items, it is always blank.
Much like Classic customizations it’s embedded in the field on the Menu table. But that only shows layers that are active on the Menu not if one exists. You’d have to use App Studio to look for non-menu layers.
Right, I’m looking for the ones that are currently active/applied on the menu item. I was hoping not to have to parse the WebResourceURL field, but I guess that’s what needs to be done.