From cc180ed021b06047d09c021f0b4f65642d13e1ae Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Thu, 23 Apr 2026 16:17:59 +0200 Subject: [PATCH] Add support for JavaScript action generation in Maia Make --- .../modeling/mendix-ai-assistance/maia-make/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/_index.md index 45a78b44e3b..8df9f1a8695 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/_index.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/_index.md @@ -33,9 +33,9 @@ The key Maia Make capabilities are as follows: * Undoing changes generated on a per-document basis (in Studio Pro 11.9 and above) {{% alert color="info" %}} -Support for workflows, view entities, enumerations, constants, modules, Java actions, and JavaScript actions was introduced in Studio Pro 11.9. +Support for workflows, view entities, enumerations, constants, modules, Java actions, and JavaScript actions was introduced in Studio Pro 11.9. In this version, Java actions are read-only; they can be used in microflows and explained. JavaScript actions can only be explained. -Java actions and JavaScript actions are read-only. Java actions can be used in microflows and can be explained. JavaScript actions can only be explained. +Starting with Studio Pro 11.10, Maia can generate JavaScript actions, add parameters to existing ones, and create or update the JavaScript file associated with a JavaScript action. {{% /alert %}} ## Using Maia Make Capabilities