Zoomed Image

Financial Asset Information audit

Edits applied

None.

Flagged for human review

  • Line 24: ClickItem "#allAssetsLink" — This uses a CSS selector (#allAssetsLink) rather than a menu name. This is a valid DSL form (ClickItem accepts CSS selectors). No catalog lookup applies. Verify that the element ID #allAssetsLink still matches the current UI. If the element has been renamed, the recipe will silently fail.
  • Line 24: PrintScreen "fam-all-assets-list" without preceding ClickMenu — The recipe navigates directly by CSS click rather than menu nav. This is valid for elements already on-screen (e.g. an "All Assets" link in the header bar). Confirm the element is present on the default page loaded after profile switch.
  • Lines 21, 33, 42, 61: manual recipes — All correctly marked manual (require navigating into a specific asset edit dialog). No changes needed.

Notes

  • No bare IDs. All recipes are either well-formed or manual. No catalog name mismatches detected.
  • The prose references "Financial > Depreciation in Current Period", "Asset Register by Category", "Depreciation by Cost Centre" as query names (line 89-91). These are not in the robot recipes but are prose references to query names. If these queries were renamed, the prose would need updating. Out of scope for this pass (no robot comment to update).