Complete reversible 1C saved-state prepare workflow

This commit is contained in:
2026-07-26 16:49:06 +03:00
parent 9fd4e1ff99
commit a9f95f6328
5 changed files with 431 additions and 17 deletions
+26
View File
@@ -394,6 +394,32 @@ TOOLS = [
"mode": "plan",
},
},
{
"method": "metadata.write",
"payload": {
"base_id": "<base_id-from-project-context>",
"target": {
"area": "object",
"ref": "Справочник.<object-name>",
"property": "synonym",
},
"value": "<new-synonym>",
"mode": "plan",
},
},
{
"method": "metadata.write",
"payload": {
"base_id": "<base_id-from-project-context>",
"target": {
"area": "object",
"operation": "add_attribute",
"template_member_ref": "Справочник.<object-name>.Реквизит.<template-attribute>",
"new_member_name": "<new-attribute-name>",
},
"mode": "plan",
},
},
{
"method": "metadata.form.command_button.write",
"payload": {