Answer the question
In order to leave comments, you need to log in
How to call a procedure in a managed application module in 1C?
Hi all!
How to call a procedure in a managed application module in 1C ?
&НаКлиенте
Процедура Тест1()
Тест2();
КонецПроцедуры
&НаСервереБезКонтекста
Функция Тест2()
КонецФункции
Answer the question
In order to leave comments, you need to log in
These directives have no meaning in a managed application module, they only make sense in a command module, in a form module, and in common modules. At the same time, the &AtServerWithoutContext directive makes sense only in the form module
. It would be correct to create a common module with the "Server" and "Server call" checkboxes, place the Test2 function in it and call it from the managed application module as ModuleName.Test2()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question