Options

Identify Computer Client

puz_mepuz_me Member Posts: 18
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

  • Options
    AlexDenAlexDen Member Posts: 85
    Hi,
    You can take it from "Active Session" table:
    ActiveSession.GET(SERVICEINSTANCEID,SESSIONID);
    
  • Options
    puz_mepuz_me Member Posts: 18
    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.
Sign In or Register to comment.