Options

To run all the tables using Variable

AlagarAlagar Member Posts: 100
Hi All,
All you peple know while doing migration keys for all tables has to be done. Instead of running all the tables from the object designer want to run those are from one single Object either form ,report , Codeunit. Kindly give Suggestion. :(:(:(

Comments

  • Options
    matteo_montanarimatteo_montanari Member Posts: 189
    Alagar wrote:
    Hi All,
    All you peple know while doing migration keys for all tables has to be done. Instead of running all the tables from the object designer want to run those are from one single Object either form ,report , Codeunit. Kindly give Suggestion. :(:(:(

    Hi

    Directly no.
    A is with "sendkey" and simulating the run of every table on the object designer form.

    OR

    With recordref and field ref you can try to calcfield every flowfield of every table and wait for an error.

    It's not very difficult to realize.

    bye
    Matteo
    Reno Sistemi Navision Developer
  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    You can turn off all (but PK) keys from C/AL code using virtual table 2000000063 Key

    I suggest export all tables to separate fob before, or store somewhere which key you're turning off, in order to be able to restore original state after upgrade/migration.

    Regards,
    Slawek.
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Sign In or Register to comment.