I couldn’t accomplish to run afterLogin event handler on Relativity Server. I’m using latest trial v6.0.55.957.
The steps I’ve followed
1- Installing latest data abstract for delphi trail
2- Running relativity.exe
3- Adding the event handler below to PCTrade schema on the Relativity Server
function afterLogin(userName, parameters)
{
log(“calling afterLogin event handler”);
}
4- Using the “Multi Level Details” delphi sample “Use Relativity Server” checked
5- Checking the Relativity Server’s log and nothing appears
Please note that afterLogin/beforeLogin events are Domain-level events, not Schema-level.
Unfortunately afterLogin/beforeLogin events are not exposed in the Schema Modeler, but they still can be set via direct edit of the Domain configuration file.