{ "name": "Перехватчик Перед для модуля менеджера документа", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "Document", "name": "ПриходТоваров" }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "cfe-init/scripts/cfe-init", "args": { "-Name": "Тест", "-OutputDir": "{workDir}/ext", "-ConfigPath": "{workDir}" } }, { "script": "cfe-borrow/scripts/cfe-borrow", "args": { "-ExtensionPath": "{workDir}/ext", "-ConfigPath": "{workDir}", "-Object": "Document.ПриходТоваров" } } ], "params": { "extensionPath": "ext", "modulePath": "Document.ПриходТоваров.ManagerModule", "methodName": "ОбработкаПолученияДанныхВыбора", "interceptorType": "Before" } }