Hi Team,
How to export specific AOT objects using x++?
I just want to export specific tables and forms . How do I achieve it using x++ job.
Kindly help.
Thanks,
Phani
Hi Team,
How to export specific AOT objects using x++?
I just want to export specific tables and forms . How do I achieve it using x++ job.
Kindly help.
Thanks,
Phani
Hi Ergün Şahin,
Thanks for you reply.
I would like to pass input as Table:Accountant_Br,Test_Table | Form:SalesLine,Test_Form.
My job should take the input and need to export the xpos of those.
Thanks,
Phaneendra
What export are you talking about? As XPO?
If so, you can check the example below.(treeNodeExport)
www.dynamicsuser.net/.../59166
If your goal is just to get the codes out, it's a little more troublesome but possible. (You have to iterate in the tree)
With the TreeNode.AOTgetSource() method you can get the source of the objects and export it to txt or better as a xml
André Arnaud de Cal...
293,245
Super User 2025 Season 1
Martin Dráb
231,925
Most Valuable Professional
nmaenpaa
101,156
Moderator