基本枚举从 AX 4.0 到 AX 2009 的数据升级脚本

发布于 2024-12-05 18:10:36 字数 122 浏览 4 评论 0原文

请协助我编写升级脚本以将 AX 中的基本枚举从 AX 4.0 升级到 AX 2009。

我还想知道升级的顺序及其背后的原因。就像我们首先需要升级 Enum 一样吗?然后是埃德特等等。

提前非常感谢。

Kindly assist me with some ideas in writing the Upgrade script for upgrading the base enum in AX from AX 4.0 to AX 2009.

Also i would like to know the sequence of upgrading and the reasons behind. Like is it first we need to upgrade Enum? then Edt's etc etc.

Thanks a lot in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北城孤痞 2024-12-12 18:10:36

看看其他人做了什么:请参阅类 ReleaseUpdateDB39_Basic 方法 migrateIntercompanyCommerceGateway2AIF。

不要删除枚举值,而是重命名并添加前缀“DEL_”,然后将 ConfigurationKey 更改为“SysDeletedObjects40”。这允许您在升级脚本中引用旧的过时值。

另请参阅框架简介如何编写数据升级脚本

Look for what others have done: see class ReleaseUpdateDB39_Basic method migrateIntercompanyCommerceGateway2AIF.

Do not delete enum values, rather rename and prefix with "DEL_", then change the ConfigurationKey to "SysDeletedObjects40". This allow you to reference the old obsolete values in the upgrade script.

See also Frameworks Introduction and How to Write Data Upgrade Scripts.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文