简体   繁体   中英

AX 2012 table Rename Conflicts

i have a question, i have a table with certaing name, used by some Web Services, but i have to rename the table, for personal purposes, and i update the info in the Web Service, to point to the new table name, and it compiles fine.

Before making the change, the Web Service works like a charm, but after the change i receive a 200 response, but without data (is a list, and now the list is empty).

I give an incremental Cil, and everything works, it does not give problema implementing the Services, and i update the references in the client side.

How can i solve this?

Renaming a table is now partly broken in AX 2012 as not all relations to the table are renamed.

In former version all (internal) references to table and fields in the AOT was stored using the table id. Now it is sometimes stored as a string. Big mistake!

The best way to find these errors is to do a best practices check on your customization.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM