I want to get the image data of the picture in the item card's OnAfterGetRecord()
I tried
IF TenantMedia.GET(Item.Picture.ITEM(1)) THEN
But this is not executing.
Ive also tried
TenantMedia.GET(Item.Picture.MEDIAID)
Integer := Item.Picture.ITEM(1);
I want to get the TenantMedia data of the particular product on the page service call.
Answers