Announcements
Hello Everyone,
I would like to know if an existing method is modified then it should have two versions one is form sys layer and other is user modifed layer.
but i can see only one version of record in SysModelElementSources table . is there any way that i can get sys level one as well.
Thanks,
Phani
Here's a general instruction that works for any form in the system:
1) Open the form
2) Right click -> Personalize
3) Go to Information tab page. You can see the form AOT name in "Form name" field
4) Find the form from AOT
Hi Nikolaos,
How to i find existing compare tool code. so that i can build my own tool for compating.
Thanks,
Phani
Are you already aware that there's a tool that is meant for this very purpose? It's available if you right click an object in AOT and select "Compare".
If that's not sufficient, I suggest to start by gathering and describing what your own compare logic should do. How should it work, what should be the output etc. Then you might take a look at the existing Compare tool, and use it as inspiration and example when developing your own tool.
Hi Nikolaos,
Thank you so much for replying soon.
I would like to compare the usr level form method code and sys level form method code . I have been using SysModelElement class and SysModelElementSource class . I know that two version available in sources table . I would like to achieve this through job.
Can you help me out?
Thanks,
Phani
Hi Phani,
can you tell us what you are trying to achieve? I don't even have a table called SysModelElementSources in AX databases. However there's a class called SysModelElementSource.
The actual source code is in a table called Sources. Here's a blog that might interest you: stoneridgesoftware.com/.../
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator