Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.48 KB

aml-studio.md

File metadata and controls

44 lines (26 loc) · 1.48 KB

AML Studio

An integrated version of AML Studio powers all of the AML inputs and can be run separately from the main screen.

AML Studio

This version of AML Studio includes a number of improvements. They include:

  • Improved display of AML in the collapsed state

    Collapsed AML

  • Table display of AML that is editable and can be converted back to AML statements

    Editing a table

  • Support for parameterized queries leveraging the @ symbol. Parameters can be either the entirety of a property or attribute or a portion of a SQL segment within a property or attribute

    Parameter substitutions

  • Support for find/replace including a normal mode, extended mode (supports \r, \n, etc.), Regex mode, and XPath mode.

    Find/replace

  • Many useful commands (e.g. viewing items, invoking actions, running reports, etc.) can be invoked directly from the output editor's context menu

    Context menu

  • Go directly to items referenced in AML by Ctrl+clicking on the links.

    Links

  • Reference useful queries in the AML Cookbook folder of the Table of Contents

    Cookbook

  • The query currently under the cursor can be executed with Ctrl+Enter

  • Auto-completion uses single quotes for easier inclusion in C# multi-line strings