如何使用 Microsoft Dynamics AX 写入 txt 文件?
我想编写一个 txt 文件(就像我在 Visual Studio 中使用 C# 使用字符串编写器和一切,我已经非常熟悉)
我使用什么类和方法?
它是如何运作的?
X++ 语法是什么?
I want to write a txt file (just like i'd do in visual studio with c# using string writer and everything, with which i'm already very familiar)
what class and method do i use?
how does it work?
what's the X++ syntax?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 TextIo X++ 类或 CLRInterop。
这里有 2 个 X++ 作业来演示这两种方法。
You can use the TextIo X++ class or the CLRInterop.
Here are 2 X++ jobs to demonstrate both approaches.