List of Customizations

How can I get a list of menu items that have customizations applied?

Tried a BAQ with the Menu table but can’t figure out how to pull in the assigned customization.

Open Customization Maintenance:

Click the name and search for Type: Customization

Select all then go to the list view.

That was too easy! :slight_smile: I totally forgot about that menu. Thanks so much.

While you need to look a ‘List’, you may run the following:
SELECT * FROM ICE.MENU WHERE Arguments like ‘-c%’

You can also see the customizations inside the Solution Manager… you can create a new solution and select the customizations by type.

1 Like

Keep in mind that this won’t catch sub menus that have customizations against them. At least I have found this doesn’t seem to apply to menu’s added to the Process section (ie. MES menus, Serial Number Select screens, etc).

1 Like