Options

Record DataType in Form

Hi

When we create variable of Record DataType say CustLine with Sub Type say Customer in Forms . How it works.

if in Insert Record in Record variable Custline say CustLine.Insert it will automatically save Data in Main Table.

Thanks

Answers

  • Options
    lubostlubost Member Posts: 614
    NAV automatically saves only special Rec variable. All other record variables must maintain yourself. But saving the Rec variable can cause side efects in other tables.
    Check OnInsert and/or OnModify triggers.
Sign In or Register to comment.