Options

CurrForm Update

JaanuJaanu Member Posts: 44
Hi ALL,
I have a doubt in Form update. In form, If one GL entry is checked & made boolean tick mark then & other entries of same Document no should also be boolean ticked. then if i click on update button it should filter the rest of entries which is not reviewed.

Can anyone tell me how I can make the update of entries which is reviewed.

Thanks & Regards,
Jaanu

Comments

  • Options
    AdministratorAdministrator Member, Moderator, Administrator Posts: 2,495
    [Topic moved from 'SQL General' to 'NAV/Navision Classic Client' forum]
  • Options
    geordiegeordie Member Posts: 655
    If you need to allow users modify G/L Entry I'd rather replicate the standard approach used for Cust. Ledg. Entry: create a codeunit which performs the records modification (remember to set modify permission on table 17) and will be called inside the OnModifyRecord trigger of General Ledger Entries form.

    Set the form object as editable and set as not editable all the fields except Audited: in this way it should work.
Sign In or Register to comment.