Open Card page from a Card Page NAV 2016

jwilderjwilder Member Posts: 263
We are upgrading from NAV 2009 R2 Classic to NAV 2016 this weekend.

We have a table that extends the Item table called Item Additional Info. It has many fields that sync with our website (there wasn't enough space to store on Item table itself). The primary key of this table is Item No. Code 20 just like the Item table itself. A user can click an action and go from the Item Card to the Item Additional Info table and if there is a record there already then things work fine. If there is no record then we hit New in the ribbon and it makes a new Item Additional Info. record but it does not populate the Item No. so when it inserts it inserts with Item No. = blank. I am using the normal properties (RunObject and RunPageLink) to open the Item Additional Info Page from the Item Card. Why doesn't it populate the Item No. when I go to insert a new record?

I can get past this with code but really want to know how to do this with properties as this should be doable as it was in NAV 2009 R2.

Answers

  • Dileepa_BDileepa_B Member Posts: 9
    In RunPageLink property link No. field from Item Table and Item No. field from Additional Info table.
    Dileepa B,
    Microsoft Dynamics NAV Techno-Functional Consultant.
Sign In or Register to comment.