Identify Computer Client

In Business Central, Is there anyway we can identify on which computer the user log on (using web client)?

The Idea is, I want to add some business processes when the user log on on certain computer (define by setup).

Thanks.

Answers

  • Hi,
    You can take it from "Active Session" table:
    ActiveSession.GET(SERVICEINSTANCEID,SESSIONID);
    
  • AlexDen wrote: »
    Hi,
    You can take it from "Active Session" table:
    ActiveSession.GET(SERVICEINSTANCEID,SESSIONID);
    

    thanks Alex for the suggestion. It seems that the client computer name always filled with the NAV Server name on web client session (haven't tried the Windows Client), instead of the client computer name which I needed.

    I wonder if this is something possible to be done on Web Client, especially if we are talking BC on cloud.
  • Hello Puz_me,
    were you able to get this sorted out? i'm looking for the same