Why I get this message "Do you want to rename record&qu

fmhiguefmhigue Member Posts: 290
Every time I add a new record I get this message. Even if the table is blank.

Comments

  • Sandeep_PrajapatiSandeep_Prajapati Member Posts: 151
    This seems to be because of some custom code :|
    Just use debugger and see if you could find any problem somewhere with a custom code.

    How many fields are there in the primary key of the table...?? Set the first field's property color=blue]NotBlank = yes[/color of primary key.
    Sandeep Prajapati
    Technical Consultant, MS Dynamics NAV
  • fmhiguefmhigue Member Posts: 290
    This is the key I got:
    Location Code,Item No.,Customer No.

    SunIndexFields
    Reserved Quantity,Res. Qty. Available,Reserved Qty. on Sales Order

    Location Code:
    Table Relation: Location.Code

    Item No:
    Table Relation: Item.No.

    Customer No:
    Table Relation:Customer.No.
  • fmhiguefmhigue Member Posts: 290
    It was DelayInsert property on the Form.

    I changed it to Yes.
    Thank you alot
Sign In or Register to comment.