NAV MESSAGE USER WHO IS LOGGED IN

jhanvincent14jhanvincent14 Member Posts: 214
Hello

God day

Is there way to prompt a message Users who is logged in in NAVISION 2018? I need to prompt a message to them to inform them with some news or incoming updates or inform to logout in nav.

Thanks in Advance.

Answers

  • RockWithNAVRockWithNAV Member Posts: 1,139
    And when exactly you want to use this?
    Still Question is not that clear
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    The build-in way is through notifications. You can insert a notification into the Record Link table and it will be shown in "My Notifications". But it will not be a message popping out, it will just show up in user's "My Notification" factbox - if the factbox is included and open on user's Role Center,

    Check the codeuint 454 to see how to code it.

    If you want an actual message to show up as if generated by MESSAGE command you need to add a code looking every so often into some table for the new messages, and once something appears in it show it using MESSAGE and mark it as shown in the table. The code needs to be "self-run" to make it work, you would probably need to use PingPong add-on on your Role Centre page to facilitate this.

    For an example of how to use PingPong add-on look into page 681. Just bear in mind that this sort of notifications via a pop-up message appearing out of nowhere is very annoying for the users.
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Sign In or Register to comment.