reai_generate_columnar
Generate a complete columnar LPL report package (filter form, list view, custom fields, CSV) for FSM migration by providing a report name, business class, and field definitions.
Instructions
Generate Columnar LPL code package for FSM. Produces 4 files: .form (filter form), .list (columnar list with charts), .field (custom derived fields), and .csv (replication set import). Provide the report name, business class, and field definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Array of field definitions for the report | |
| report_name | Yes | Report name in PascalCase without spaces (e.g., "GLTransactionDetail", "AssetDepreciation") | |
| business_class | Yes | Primary FSM business class (e.g., "GLTransactionDetail", "AssetTransaction", "PayablesInvoice") |