Hi,
My application is called when the user presses RELEASE button at Checks and Payments tab

Previously the similar logic was done for Payments and Applications tab is such way
foreach (PXResult<AR.ARAdjust, AR.ARInvoice, PX.Objects.AR.Standalone.ARRegisterAlias, ARTran> gridRow in Base.Adjustments.Select())
{
AR.ARAdjust _adjust = gridRow;
}
And I have ability to access all columns from Documents to Apply tab
How to build same contraction for Checks and Payments tab in order to get column values ?