27.06.2007, 09:30 | #1 |
Участник
|
Axapta Lessons: Application Object Id’s
Источник: http://axapta-lessons-learned.blogsp...bject-ids.html
============== Application objects are stored and referenced internally using IDs rather than names. This means that the application objects are only known by their IDs in the application, which makes it possible to change the name of the application objects and see it reflected immediately everywhere the application object is referenced by its ID. In X++ code the name is used in stead of the ID. This means that when an application object is renamed, you need to go through everywhere the object is not referenced by its ID. ============== Источник: http://axapta-lessons-learned.blogsp...bject-ids.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|