问题标签 [dynamics-ax-2012-r2]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
354 浏览

dynamics-ax-2012 - AX2012 R2 CU7:VSProject 节点编译问题

我目前正在使用 TFS 活动为 Ax 创建一个构建。所有步骤都在那里,并且所有这些都适用于一个简单的场景,在 TFS VCS 中有几个虚拟 XPO。但现在我需要完成构建代码库的完整方案,并且我遇到了 Visual Studio 项目节点的编译问题。

这是我关于代码导入/编译的大致做法:

  • 导入标签文件
  • 使用所有代码导入 XPO。
  • 使用 SysTreeNodeVSProject\ImportProject 方法导入 Visual Studio 项目

当我运行完整编译时,仍然存在关于代码的编译器错误,这些代码需要 AOT 中 VSProjects 的结果程序集。

这是由于项目的输出仍然是空的。选择所有内容并进行编译时,仍然没有结果。一一选择并编译它们。项目的输出在 AOT 中生成,依赖的类可以直接编译。

分别编译它们会导致编译器检测到它是一个 VSProject 节点,内核将调用 VSProject 上的导出和构建功能,从而生成输出。

这里真正的问题是:对于我的构建,我现在必须创建一个自动运行文件来编译那些 VSProject 节点,但是编译器在进行完整编译时不应该这样做吗?!

0 投票
0 回答
588 浏览

axapta - 如何在 POS 数据库上查找类别级别

我试图在 POS 数据库中查找零售类别节点级别,在 AOS 表 ECORESCATEGORY 的字段 LEVEL_ 具有正确的值,但在 POS 上,该字段仅显示所有项目的零值。

如何确保该字段与 AOS 同步?

我尝试了 N-1040 和 N-1100 工作,但该字段未更新。

以下是我使用的 SQL 查询:

0 投票
1 回答
890 浏览

reporting-services - 哪个表保​​存销售订单的税金?

我创建 SSRS 报告,从 AX 2012 中的销售订单中读取数据。

在我的 SSRS 报告中,我想计算销售订单的总金额和增值税,但我找不到在哪里可以获得销售订单的税款。

0 投票
1 回答
325 浏览

xml - How to make an attribute's element not appear in a datacontract generated XML

We are working on AX webservices which return some datacontract (obviously).

The datacontract returned has a field (we will call him "endDate") which, sometimes, can be considering "unkwnown". Is there a way to avoid having the element corresponding to this field in the generated XML in this case.

Exemples

endDate known

endDate unknwown

I would like to avoid having two type of datacontract, of course.

0 投票
1 回答
353 浏览

visual-studio-2012 - 为企业门户开发设置 Visual Studio 2012

有没有办法为企业门户开发设置 VS2012?

我已经为 VS2010 安装了 EP Dev Kit 并且能够构建和部署 EP UserControls,但是如何在 VS2012 中实现呢?

MSDN说你必须使用VS2010

我监督了什么?有人知道解决方法或其他什么吗?

完整的解决方案和所有引用的项目都是在 VS2012 中构建的,所以如果 AX 的单个 UserControl 不需要涉及 VS2010,那就太好了。

0 投票
1 回答
337 浏览

axapta - Dynamics AX 2012 MenuItemButton 行为

我有一个在其 MenuItemType 中有一个动作的按钮。是否可以让它依次运行两个类?我有一个运行外部程序的类和另一个同步它的类。我想将这两个操作组合在一个按钮中。

0 投票
2 回答
496 浏览

dynamics-ax-2012 - Except string datatype, not getting any columns populated through AIF Service

I have a simple custom table in AX, for which i need to create a Web service so that data could be populated by an external system. I created a Document service with all the Axd* and Ax* objects involved. Next i wrote a simple console application to try populating some dummy data. Interesting thing is i can only get string data type columns populated. Int, Real, Date, Enums etc are not coming through.

In the code below, i am only getting StoreItemId and Barcode columns, as both are strings. Cost is real, ErrorType is Enum, DocketDate is date and none of them get any values. I have discussed this issue with many colleagues and none is aware whats happening. Does anyone know or could point me in some new direction? Thanks a lot.

PS - I have limited experience with AIF and if i am missing something fundamental, please excuse and do let me know. Thanks.

0 投票
1 回答
1666 浏览

axapta - 如何将参数传递给 ListPageInteraction 类?

我想根据调用的菜单项更改列表页面的行为。我知道我可以用不同的查询调用 ListPage,但我想更进一步,让 ListPage 具有不同的 ListPageInteraction 类或 ListPageInteraction 类,我可以从调用它的 menuitem 获得一些参数。我该怎么做?

我在基于调用列表页面的用户的 initializeQuery 方法中动态地在 ListPageInteraction 类中添加 ListPageQuery 的范围。

我知道我可以拥有一个分配了不同 ListPageInteraction 的 ListPage 的副本,或者我可以人为地向 _query 添加一些信息,但它似乎不正确。

PS:为什么没有 _args 输入?

0 投票
1 回答
2533 浏览

axapta - 将 .net 程序集从 AOS 部署到 AX2012 中的每个客户端

每周一次,我会得到新版本的 .net 程序集,我需要将它部署到我们的 Axapta 2012 安装中。我不想将此 dll 复制到每台计算机上的 axapta 客户端文件夹。所以我正在寻找将它部署到 AOS 的方法,并希望它能够自动部署在每个客户端上。

我找到了很多解决方案(这是其中之一),但只有当我拥有这个程序集的源代码时,所有解决方案才有效。我没有。而且我不能“将 VS 项目添加到 AOT”并使用 VS 插件部署它。

有没有办法将.net 程序集(作为编译的 DLL)从 AOS 部署到每个客户端?

0 投票
1 回答
421 浏览

c# - C# 是否已为 Dynamics AX 2012 R3 做好准备

最近,我一直在使用 WinRT 和 WP 通过使用 C# 的 Web 服务访问 Dynamics NAV/AX。了解他们都没有使用 C# 作为编程语言。我想学习对 Dynamics AX 进行编程,但发现很难再次使用 X++ 重新学习。所以我发布这个问题是希望找出 AX 2012 R3 中的新机会为 C# 开发人员提供了哪些新机会,C# 会成为编程语言吗?这对于客户端(例如 WinRT 和 WP)以及使用 C# 的服务器端也有很大帮助。

谢谢