Источник:
http://alexvoy.blogspot.com/2008/04/...d-infolog.html
==============
To do an action from
InfoLog dialog you need to create
SysInfoAction using one of
SysInfoAction_xx classes or create your own descendant class.
For example, to allow the current user open
E-mail parameters form by appropriate menu item:
Info('Check e-mail parameters,'',SysInfoAction_MenuFunction::newMenuItem('SysEmailParameters',MenuItemType::Display));
Источник:
http://alexvoy.blogspot.com/2008/04/...d-infolog.html