Terms audit
Edits applied
None.
Flagged for human review
- Line 96:
ClickMenu "Asset Register" | ClickItem "Asset Register > By Category"— "Asset Register" is a sidebar menu category header, not a catalog item name. ClickMenu uses partial match on menu item names; the catalog does not contain an item named "Asset Register". The intended target appears to be theAll Assets by Categoryquery (catalog: category=Asset Register Dashboard, sub=Assets by Classification). If ClickMenu can navigate sidebar category headers by category name, this is fine. If not, the recipe will fail to find a match. Flag for robot runner verification.
Notes
- The glossary has one robot comment (line 96) showing a tree-structure screenshot. The recipe pattern
ClickMenu "Asset Register" | ClickItem "Asset Register > By Category"is used consistently across multiple FAM guide files. Whether the ClickMenu DSL resolves sidebar category headers (not individual items) needs verification against the robot runner implementation. This flag applies to all files using theClickMenu "Asset Register"pattern.