AX2012 ListPage copyCallerQuery Edit In Grid

Good morning,

I am working on modifying an out of the box listpage in AX2012. This list page uses a different query than the underlying datasources for the details page, and thusly the “Edit In Grid” menu item has the copyCallerQuery set to ‘No’.

The resulting details grid form only has a single record specified, but this does not seem to be a range specified via the datasource init or executeQuery methods.

Any advice or tips to allow the Edit In Grid details form to show more than a single record from the calling ListPage? If I set the MultiSelect property to Yes, and select 2 or more list page records, the last record selected is the only one flowing through to the details grid.

Regards,
S

I ended up changing the copyCallerQuery to auto for the menu item of the Edit in Grid button. I then also captured the args() on the details form Init method and explicitly set it back to copyCallerQuery::No for all menu items except the Edit in Grid.

This resolved the issue, in relation to the agreement framework.

Regards,
Silvano