Показать сообщение отдельно
Старый 07.02.2019, 03:16   #25  
trud is offline
trud
Участник
Лучший по профессии 2017
 
1,038 / 1629 (57) ++++++++
Регистрация: 07.06.2003
Записей в блоге: 1
Кстати с удивлением обнаружил, что вашу проблему решили в D365. Время обновляться
https://docs.microsoft.com/en-us/dyn...customizations
Цитата:
static delegate void onSystemStartup()
This event occurs when the system starts up.
It is raised once per AOS upon startup.
static delegate void onFirstTimeUserInteractiveSessionCreated()
This event occurs when the system is creating an interactive session for the first time for a user.
It is raised once per user per AOS.
static delegate void onFirstTimeUserNonInteractiveSessionCreated()
This event occurs when the system is creating a non-interactive session for the first time for a user.
It is raised once per user per AOS.
static delegate void onInteractiveSessionCreated()
This event occurs when an interactive session is created and ready for use.
It is raised once per interactive session creation for any user.
static delegate void onSessionCreated(boolean _isBatch, boolean _isInteractive)
За это сообщение автора поблагодарили: Vadik (1), Logger (1), ax_mct (2).