can we show a message to a particular user only???
kgsinha
Member Posts: 67
In navision
If there are 5 users login at a time, and i have to send a message to a particular user(suppose to user 1). then what is the posedure for this.... Pls help
If there are 5 users login at a time, and i have to send a message to a particular user(suppose to user 1). then what is the posedure for this.... Pls help
0
Comments
-
IF USERID = 'user1' THEN MESSAGE('This message is only visible to user 1');If user1 is logged in 2 times with the same UserID, he will get the message in both sessions.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
Above code does not work....
The message is shown onto server inspite of that user1...
I want to show this messahe to the screen of user1..
PLS help urgent...0 -
As I understand you want Navision to send a message to "another" screen as soon as 5 user are logged in. Navision has no direct messaging facility included. So you can't popup a message box on another screen, however with some small modification, this can be solved. Or you could choose to send that user a mail.0
-
If you want urgent support, then buy a support ticket with Microsoft.
Putting urgent in your message is not the right way to get a response in this forum.
If the above code is executed in a fin.exe/finsql.exe client, the message is displayed on the user's screen. If this code is executed on a Application Server/Job Scheduler then it will appear on the screen (or in the even log) of that machine.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
Call them on the phone?
There is no messaging functionality in NAV. You're looking at custom development if you really need this. I am sure that there are multiple options. The one I am thinking would probably involve a form that checks a message table every so many seconds.0 -
Luc Van Dyck wrote:If you want urgent support, then buy a support ticket with Microsoft.
Putting urgent in your message is not the right way to get a response in this forum.
=D>David Singleton0 -
Something like this:DenSter wrote:There is no messaging functionality in NAV. You're looking at custom development if you really need this. I am sure that there are multiple options. The one I am thinking would probably involve a form that checks a message table every so many seconds.
Navision Messenger v01
Chat messagesNo support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
-
Send that person an IM....Solve all your Im issues in one place
http://www.pidgin.im/
Pidgin is a multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
Pidgin can work with:
AIM
Bonjour
Gadu-Gadu
Google Talk
Groupwise
ICQ
IRC
MSN
QQ
SILC
SIMPLE
Sametime
XMPP
Yahoo!
Zephyr0 -
I don't see Dynamics NAV listed ;-)Savatage wrote:Pidgin can work with:
[...]No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 324 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions


