Question

Id is different for ViewItemType objects after deploying in seperate Environment

Hi All,

I have created a ViewItemType Object in local Environment and used in an Excel Report.

when I installed it in dev Environment 'Id' is different in 'sysschema' table but UID , Name and other attributes are same. Due to this I am getting an Error while inserting excel report through sql script.

Is this expected or Do I have to add any additional data binding?

Like 0

Like

1 comments

Hello,

This logic is basic. When schemas or objects are migrated, their identifier will be regenerated.

Only the UID is unique.

You need to change your SQL script logic and use Uid instead of Id.

Show all comments