You can easily expand Property Inspector's functions by running scripts compatible with VI Analyzer. Start with the included VI Script template and return an array of any failures. An empty array indicates no failures. Property Inspector runs the VI Script on all selected items and keeps the selection if the test failed. It is recommended to disable the option to save VI Script changes when running a VI Script as a search.
The script attached will fail when the icon terminals are set to Dynamic Dispatch. Start by selecting VIs in the Project Explorer that should not be dynamic dispatch, like subVIs. The macro will select only the dynamic dispatch VIs in the project. Enable PI Log to record the details of the failures. Use PI LogCols to capture the Name of the items.
Find Dynamic Dispatch.pi5
# This script updates the selection to show VIs that are Dynamic Dispatch
# Select Items in Project Explorer Window to search before running
PI Log10 C:\Temp\Dynamic Dispatch\Dynamic Dispatch for %NAME on %DATE.txt
Settings Edit Options Save Script Change False
Select From Project
SCRIPT UPDATE %VIA\Script Find Dynamic Dispatch.vi
PI Logcols Name,LVClass
Select To Project
PI Log10