Hi,
I have a processing screen that operates on a non persisted DAC that works in all respects except that the select box on the lines throws an error. I feel like I’m missing something super simple here,
When the screen loads it looks like the below:

The grid is populated by details Method (rows 24 to 85 below) which makes a single API call on a 3rd party piece of software,

The MASCProcessDetail DAC is non persisted, and none of it’s properties are persisted (eg [PXDBInt], [PXDBDecimal],...). There are 2 key fields CommissionID and Line Number which uniquely identify each record.

Everything works fine except that when you tick the select box on any line you get the following.

Process All works and the processing form loops through each line and “ticks” the select box on each row.
Any ideas on what I’m missing here re the select tick box error?
Thanks in advance for any help,
John.




