Hi All,
I want to do some action after record inserted in sysdatabaselog table, and currently i try to use oninserted event handler
[DataEventHandler(tableStr(SysDataBaseLog), DataEventType::Inserted)]
public static void SysDataBaseLog_onInserted(Common sender, DataEventArgs e)
{
//action here
}
but the event handler could not be triggered
Thanks & Regards,
Masha