cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to refresh the ImageUrl in the UI.HeaderInfo section

TatianaFetecua
Explorer
0 Likes
264

Hi everyone,

I have a requirement to be able to update and item image and display it in the header section, like this:

Screenshot 2025-04-08 at 3.54.48 PM.png

 I defined in my entity the fields like this

image : LargeBinary .MediaType : imageType;
imageType : String .IsMediaType ;

 to upload and store the image, and that part is working, but the image is not refresh once has been uploaded, I need to refresh manually the page to be able to see the image that have been upload.

 
if I update other field from the UI header section(like the Part 1 description), those fields are immediately updated without having to refresh the page.
how can I reflect or refresh the page to see the imageUrl in the header section when the image is uploaded.
 
the image is in the section header info in ImageUrl
 
UI.HeaderInfo : {
   TypeName : '{i18n>Part}',
  TypeNamePlural : '{i18n>Parts}', //Search-Term: #OPTableTitle
  Title : { Value : description,},
  Description : { Value : partNumber},
  ImageUrl : image
},
thanks,
Tatiana F.

 

 

Accepted Solutions (0)

Answers (0)