Options

CurrForm.Update

Hi

On Push Trigger i have done some processing and have written the below line

CurrForm.UPDATE(TRUE);

It will Update all Controls . Is it possible that only a particular Control should be Updated say SubForm.

Thanks

Answers

  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    Define a name on the subform control,and the you will see this control name availabe in variables, and you will be able to call build in UPDATE function on it, or any other function which is availae / which you have added to your subform

    Select subform control, right-click, Properties, then define control's name:
    8c0mei8ifq91.png

    dkgbg6xxtbj5.png

    qaa4jsbe9qel.png


    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.