Editable Property of a Field

CHADELCHADEL Member Posts: 16
edited 2019-08-23 in NAV Three Tier
Hello. I've been working in NAV 2013 R2. I created a boolean variable and assigned it in the Editable property of a field in Vendor Ledger Entries page. In the OnOpenPage trigger, I assigned false in the boolean variable. I also created a button assigning true to the variable. But if I clicked the button, the field still is not editable unless I click the Edit List button. I also tried the IncludeinDataset property but still didn't work. I'm guessing this is because of the version because I already did the same thing using higher versions and it worked. Is there any way to make the field editable when I clicked the button even not clicking the Edit List button. Thank you.

Answers

  • lubostlubost Member Posts: 611
    Try change IncludeInDataset property of variable to Yes.
  • CHADELCHADEL Member Posts: 16
    I already did that.
  • aacnsilvaaacnsilva Member Posts: 23
    The editable property only works in edit mode. This means that if you open a card or list page in "View Mode" all the fields will be disabled (even if you set them to Editable TRUE).
Sign In or Register to comment.