Options

To-do card is not editable

afarrafarr Member Posts: 287
In standard Nav 2016 (W1 and GB), the OnOpenPage trigger in the To-Do Card has the following code (there is no other code in that trigger).

IF GETFILTER("No.") = '' THEN
CurrPage.EDITABLE := FALSE;

Do you know why that code is there?

Other card pages do not have that code, and it is preventing users from editing To-dos (actually, I found that on the To-Do List page, if you click the Edit button, the card opens with View and Edit buttons both greyed out; while if you press the View button, the card opens and you can then press Edit - certainly a strange "feature").
Alastair Farrugia

Best Answers

Answers

  • Options
    archer89archer89 Member Posts: 337
    Seems to be a customization. Check the documentation trigger for details. Code means card is only editable if there is a no. filter set on the card. Try following: set a no. filter on the todo list. Then open the one filtered record --》todo card.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
Sign In or Register to comment.