Question
Id is different for ViewItemType objects after deploying in seperate Environment
22:14 Jun 01, 2022
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
1 comments
21:12 Jun 02, 2022
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