Changing dimension value code

moneimNAVmoneimNAV Member Posts: 29
Hi,
I used Dynamics NAV 2016
I changed the code of an existing dimension value (RENAME) and the system automatically changed the dimension value in GL entry records
But I can't found the code that made this change (I tried use debugger but I don't found)
Any idea please ?

Best Answer

Answers

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    This is handled by table relations, not by code. One of the reasons why defining relations between tables is very important, even with the field gets populated in the code only.

    When you do rename (from UI or by calling RENAME) NAV client examines data in all tables, all fields which have in their properties defined relation to the table/field you are renaming.
    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.