Hi Experts,
I am working on Navision 5.0.
When i tried to certified Kit BOM its shows me message, Notification primary key does not exits.
When i debugged it, I found its try to get records from the Notification set up table.
By discuss with my friends i found that by mention on setup i stop to look for notification setup records.
Can any one tell me where i can define that ?
Thank in Advance.
JAYESH PATEL
0
Comments
Tino Ruijs
Microsoft Dynamics NAV specialist
Tino Ruijs
Microsoft Dynamics NAV specialist
primary key = blank
send notification = off
Delault period = 1M
connection type = TCP
i already defind this.
I dont know what else i need to define.
I opened Cronus and check the records in the Notification setup, its same in my company and cronus, its doent give me any message in cronus when i certified kit BOM.
As Tino has said the "send notification" boolean (in table 8000) determines if the record is sent to business notification. Can you check your codeunit 8000 Business Notification Mgt. function SendProdBOMToBN for modifications or set it as a break point to see if it's causeing your problem.
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
This is very strange :-k - the onopenform trigger on the business notification setup form creates a business notification record if none exists. Try to create it manually as Tino first post ( table 8000) - changing the connection type will do the trick. Is it a licence problem :-k
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
And in my new company there is not blank records.
I had problem to create blank records in my new company.
So i make dataport from the crounus and export all data from that table and imported in to my new company table.
Its works
I know its not the good way, but i resoved it
Thanks for your help..
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html