Is it possible to get the IpAddress of a Smart Client when an action is performed on a Map by right mouse click in function TriggerReceiver ?
For an item , I fill the ContextMenu with several actions but when the action is triggered I want to get the IpAddress of the machine where the Smart Client is running.
I Have seen that the ObjectIdString in the Sender object parameter of TriggerReceiver function is always the same for a particular user.
When I log with User1 the value is “S-1-9-2374562217-2721758136-3113234502-2229721912-3584831178-1-3935514346-1709544261-2723447933-98315490” and when I log with User2 the value is “S-1-9-2374562217-2721758136-3113234502-2229721912-3584831178-1-4103734747-1618369346-2496272944-4207760840”.
So perhaps I have the means to distinguish the Trigger command from 2 different users ?
Do you know how this ObjectIdString is built ?
It’s very important for me to be able to solve this problem otherwise it calls into question my whole project