Hi All,
System: BC v21 (SaaS)
Platform 21.0.49939.51627 Application 21.2.49946.49990
Issue: as user selects all rows records are not marked as Rec.MarkedOnly(true), but if user selects all rows by clicking every row, then the code returns true.
Case 1: Rows are selected by holding down CTRL click with left mouse button on each row -> all rows are marked in the WebClient as expected
- below code returns true as expected
JobPlanLineRec.MarkedOnly(true)
Case 2: Rows are selected using keyboard shortcut CTRL A -> all rows are marked in the WebClient as expected
- below code returns false, I expect to return also true.
JobPlanLineRec.MarkedOnly;