Thank you, is it possible let VS code does't allow this field change?
If you change a field Id VS Code permits this. Check is controlled during publishing.
Thank you so muck. If I forget to declare field 1 as obsolete and change field Id from 1 to 2, is there a way to automated detect that error in my local?
Changing a field number is considered a breaking change and this is not possible on D365BC.
If you need to do so (from version 1.0 to 1.1 of your extension) you need to:
1) if you're on SaaS, you need to declare field 1 as obsolete (ObsoleteState = Removed property) and then create field 2
2) On-premise, you can do as described in point 1 but you can also use SchemaUpdateMode = Recreate and force the modification (with data loss).
YUN ZHU
628
Super User 2025 Season 1
Mansi Soni
495
Sohail Ahmed
415