Question

Update resource image

Hi community,

I changed the image of a custom resource in the CasePage client schema.

When I install the package, the image does not change.

I see that the image is stored in the "SysLocalizableValue" table.

What is the best way to add the new version for the resource image into the package?

Like 0

Like

2 comments

Hi Stefano,

 

You can create a data binding for the SysLocalizableValue object and add all the records regarding the image to this data and it will be transferred when the package is moved between the environments.

 

Best regards,

Oscar

Oscar Dylan,

thank you Oscar

a data binding for the SysLocalizableValue object require the databinding for a lot of object:

- SysSchema

- SysPackage

- SysWorklplace

I choose to create an update script for the SysLocalizableValue.ImageData column

Show all comments