business notification
RavinderFromIndia
Member Posts: 13
hi all
can we send the notifications without running the business notification worksheet form and selecting a particular report.
i want to send it immediately when i block a particular customer.
can i do this, is it possible in navision.
please tell me.
thanking you,
can we send the notifications without running the business notification worksheet form and selecting a particular report.
i want to send it immediately when i block a particular customer.
can i do this, is it possible in navision.
please tell me.
thanking you,
Ravinder Kumar
From India
From India
0
Comments
-
Do you mean sending emails when a field changes?
You can send mails in navision using the mail codeunit. (397).0 -
thanks for reply,
how this codeunit(397) will be used, if i want to send a notification to some persons when i block a particular customer.
thanks for reply again.
ravinder kumarRavinder Kumar
From India0 -
You should make some setup table where you define which persons receive this email. You could add this to the user setup table (91). Also you need to now their email address.
Then you sould write some code that is triggerd from the customer table. Maybe you can make some Notification codeunit which sends the emails.
Please note that this will only work for this one field.
You can also make a more sophisitated solution maybe based on change log.0 -
RavinderFromIndia wrote:hi all
can we send the notifications without running the business notification worksheet form and selecting a particular report.
If you want to use the BN module, it is easy... define the XMLPort, define XMLPort event in this XMLPort and in C/AL code when you want to fire this event, callXMLPort.SETTABLEVIEW(Rec); XMLPort.EventName;
After that you can define new template based on this event in the Business Notification client... etc. etc.0 -
Hi Kine
Is easy to say, but, after a lot of diferent installations (on W2K, W2003, diferent SQL Version,different mail system...), I haven't received any mails yet.
Can you help me ??
Actualy I have
W2k Server (with SP4)
SQL Server Enterprise edition (whit SP3a)
All the BN prerequisites installed
A Server with SMTP (Our Mail system is Lotus Notes)
Navion 4.00 Server (I tried with NAvision SQL but nothing happends)
I followed all installation step by step and was succesfull.
I created different templates (very good descrived id DEMO SCRIPT document), but the mail doesn't arrive.
Any Idea ???
Thanks0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

