Announcements
No record found.
Dear gentlemen,
i am trying to add a new image as display method on the fixed asset list page from the attachement form on top of the form related to each fixed asset.
the value is being saved on the DocuValue table.
is there any way to add it as display method using the ImageReference Class?
Don't you want to use the same solution as in DocuAttachment form itself?
Hi SylvesterD365,
Where exactly do you want to display the image? What should happen if you have multiple images stored on the asset? Also note that leading the image will have a performance impact.
Hi Martin,
it doesn't matter the solution, all that matters is to display the image on the Fixed assets grid
Hi Andre,
i want to post the image on the fixed assets form below, and if i have mutiple images i will set a checkbox to determine which image will be displayed on the grid,
I want to show the image on the fixed asset form as below, and if i have multiple images i will set a flag to determine which image will be displayed on the grid
i finally managed to find the simple solution in order to display an image on grid using the below code
[SysClientCacheDataMethodAttribute(true)] public static display container DisplayLogo(AssetTable _this) { DocuRef docuref; ImageReference imageRef; select docuref where docuref.RefRecId == _this.RecId && docuref.RefTableId == _this.TableId; str displayUrl = DocumentManagement::getAttachmentPublicUrl(docuRef); imageRef = ImageReference::constructForUrl(displayUrl); return imageRef.pack(); }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 659
André Arnaud de Cal... 465 Super User 2026 Season 1
Syed Haris Shah 304 Super User 2026 Season 1