Can anyone tell me which table contains the info for pictures?
Someone mentioned that this table will contain the path to the image folder and the image wont be imported into the system.
*This post is locked for comments
Hi!
They stored in 2000000184 Tenant Media table ("Content" BLOB field).
For Example how to get Item picture:
TenantMedia.GET(Item.Picture.Item(1)); // <- Get TenantMedia of 1st Item picture ID
TenantMedia.Calcfields(Content);
Which pictures are you referring ? are your referring to the Links where you can attach ? or Item or customer ?
Items...
Basically I am trying to see if the table has the folder path and file name in fields that I can see in SQL.
It is uses media type to store picture and where it stores please check this
docs.microsoft.com/.../working-with-media-on-records
docs.microsoft.com/.../media-data-type
Hi,
you can refer community.dynamics.com/.../145963
community.dynamics.com/.../257070
Thanks for your answer...
Forgive me, I am not a Navision programmer, I am implementing a system with a NAV developer/dealer.
They mentioned either importing a pic into a BLOB or linking to the image.
Is there a way to link to an image and not import it? I am looking for a drive/path/file name instead of in that table.
You can link an image using the Link factbox
Refer this document docs.microsoft.com/.../hh879051(v=nav.70)
But why you don't use standard functionality?
Just open an Item card and you'll find picture factbox on the right side. Press import and you'll even see the image thumbnail.
I need to know the path and file location for the image file. Its for exporting data for an existing web site.
The ERP system is being upgraded so I need to match the current file layout for the web site.
I wrote a post how to pass Item pictures via web service from NAV2018 to external systems. You can discuss this possibility with your developers.
community.dynamics.com/.../how-to-get-picture-from-mediaset-through-standard-apis
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Alexander Ermakov 2
SC666 1