Notification setup Primary key '' does not exist

ajunshiajunshi Member Posts: 15
My navision is 4.0 sp2,and I import the Items and Production BOMs, some can Import,but at the time of circulating to one lesser halfIt ,it give me a error imformation "Notification setup Primary key '' does not exist" ,I don't konw what's wrong with it.How I do ?

Comments

  • nunomaianunomaia Member Posts: 1,153
    Run Notification setup Card to create a record or run codeunit 2 - Company-Initialize
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • ajunshiajunshi Member Posts: 15
    nunomaia wrote:
    Run Notification setup Card to create a record or run codeunit 2 - Company-Initialize
    Thanks!
    I run codeunit 2 - Company-Initialize but It still prompt the error information.
    Run Notification setup Card to create a record ---what's format of record
  • kinekine Member Posts: 12,562
    Doesn't matter which record. Just empty record is enough. Just open the form, it will create the record...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • bhalpinbhalpin Member Posts: 309
    For whomever else searches for that error message, I ran into it when I created a 'Setup' table and associated form. When I ran the form and then closed it I would get that error. Looking at a 'stock' NAV setup forms I see this is the solution:

    Form - OnOpenForm()
    RESET;
    IF NOT GET THEN
    INSERT;
  • arsramanarsraman Member Posts: 10
    Some time you may be required to upload the XML Port No 8003
Sign In or Register to comment.