Показать сообщение отдельно
Старый 14.09.2021, 08:49   #4  
ortin is offline
ortin
Участник
 
39 / 11 (1) +
Регистрация: 10.09.2007
Адрес: СПб
Мой код:

X++:
[ExtensionOf(classstr(SalesPurchReport_RU))]
final class SalesPurchReport_RU_Extension
{
    protected void adjustDynamicData()
    {
        next adjustDynamicData();
        
        select firstonly forupdate dynamicData
                order by Qty desc
                where dynamicData.InternalId == header.InternalId;
    }
}

TmpSalesPurchReportLine_RU dynamicData; - определено как глобальная переменная в классе SalesPurchReport_RU.