I want to know if it’s possible to copy item’s picture from one record to another? (at run time)[?]
yes, that is possible: Item.get('1976-w'); Item.CALCFIELDS(Picture); Item2.GET('1980-s'); Item2.Picture := Item.Picture; Item2.MODIFY;
the CALCFIELDS is the important part…
but I think you missed the right forum. Navision (Attain/Financials) - End User Questions would have been the better choice maybe one of the admins could move this thread
And Beaver deserves a credit for his reply which he won’t get because of the forum.[V] Can the Administrator can help with this too!