Announcements
[PostHandlerFor(classStr(InventAgingDP), methodStr(InventAgingDP, processReport))] public static void InventAgingDP_Post_processReport(XppPrePostArgs args) { InventAgingTmp inventAgingtmp; EcoResProduct ecoResproduct; Brand brand; update_recordset inventAgingtmp setting BrandId = ecoResproduct.BrandId join ecoResproduct where ecoResproduct.DisplayProductNumber == inventAgingtmp.ItemId; // update_recordset inventAgingtmp //setting // BrandName = brand.BrandName // BrandId = ecoResproduct.BrandId // join ecoResproduct where ecoResproduct.DisplayProductNumber == inventAgingtmp.ItemId // join brand where ecoResproduct.BrandId == brand.BrandId; }
update_recordset inventAgingtmp
setting
BrandName = brand.BrandName
join ecoResproduct
where ecoResproduct.DisplayProductNumber == inventAgingtmp.ItemId
join brand
where ecoResproduct.BrandId == brand.BrandId;
[PostHandlerFor(classStr(InventAgingDP), methodStr(InventAgingDP, processReport))]
public static void InventAgingDP_Post_processReport(XppPrePostArgs args)
{
InventAgingTmp inventAgingTmp;
EcoResProduct ecoResProduct;
update_recordset inventAgingTmp
setting BrandId = ecoResproduct.BrandId
join ecoResproduct
where ecoResProduct.DisplayProductNumber == inventAgingtmp.ItemId;
}
André Arnaud de Cal...
293,289
Super User 2025 Season 1
Martin Dráb
232,068
Most Valuable Professional
nmaenpaa
101,156
Moderator