Notification Setup does not exits error [solved]

JAYESHJAYESH Member Posts: 290
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

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    I Would go to Object Designer (Shift+F12) and create a record in table 8000.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • tinoruijstinoruijs Member Posts: 1,226
    Or the offical route; Administration, IT-Administration, General Setup, Business Notification Setup.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • JAYESHJAYESH Member Posts: 290
    There is four filed is there

    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.
    JAYESH PATEL
  • DaveTDaveT Member Posts: 1,039
    Hi Jayesh,

    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.
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • JAYESHJAYESH Member Posts: 290
    I debuged it and found when he tried to get records from the Notification setup its didnt get it and shows me message. And I also didnt find any notification setup in General Ledger Setup.
    JAYESH PATEL
  • DaveTDaveT Member Posts: 1,039
    Hi Jayesh,

    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
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • JAYESHJAYESH Member Posts: 290
    I found that there is one blank records in the Cronus database.

    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..
    JAYESH PATEL
  • DaveTDaveT Member Posts: 1,039
    Glad to help - it's always the simply things that stop us in our tracks :wink:
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
Sign In or Register to comment.