问题标签 [axapta]
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.
axapta - AXAPTA 中的数字序列
我在 Axapta 中创建了新的 LeaveMaster 表。请让我知道如何创建 LeaveID 的编号序列。请帮我。谢谢你。
axapta - Axapta:是否可以以编程方式移动 AOT 节点?
是否可以通过代码在 axapta 中移动 aotnode(我想实现与通过 alt-up、alt-down 相同的移动)Dynamics AX 2009 具有 AOTmove 方法,但是当我尝试
然后在整个项目上调用它,它成功移动了 secondChildNode,但它删除了 secondChild 内的每个子节点。
axapta - Autolookup in grid view according to selected cell value
I have created a grid view of Leavemaster table and leaveApplication table. There is field LeaveId in LeaveMaster and foreign key in LeaveApplication table.
I want to, when I select leaveId in LeaveAppliation table, automatically have related fields like LeaveName be filled according to LeaveId.
axapta - 根据 Axapta 中修改的主表字段自动更改字段值
我有两个表 WI_MachineDrawing 和 BOM。有两个常见的字段调用 RevNo 和 WI_MachineDrawngNumber。现在我想在我更改 Wi_MachineDrwawng 提交的 RevNo 时做一些事情,然后 BOM RevNo 应该根据 WI_MachineDrawing RevNo 字段进行修改。
.net - Microsoft Dynamics AX - 新开发人员资源
我正在尝试寻找一些很好的资源来帮助我了解如何使用.NET Business Connector,而无需深入研究 X++ 和其他那些特定于 AX 的东西。
首先,我想了解更多关于 AX 使用基础知识的知识,然后我想了解 AX 的 .NET 开发人员。
那么,关于这方面的书籍和资源的建议?
sql-server - 无法连接到 Reporting Services
通过 Axapta 工具或直接从 Dynamics Ax 中的节点部署报告库时,我遇到了问题。我收到错误:
无法连接到c:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RSReportServer.config 的报表服务器配置文件中指定的http://xxxxx/reportserver/ReportService2005.asmx 。
任何人都可以说有什么问题吗?
axapta - VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum 关系
我有以下情况:我需要加入 VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum 并参加 VendTable.Vendgroup。在所有情况下(查询,甚至视图)Dynamics ax 连接表 VendInvoiceJour.OrderAccount<- VendTable.AccountNum 不是 VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum。我正在尝试使用这种查询:
axapta - Dynamics Axe 中的字段类型
是否可以在 Dynamics 字段中存储二进制信息?例如,我想在 Dynamics 数据库中存储一个 MS Word 文档。
ssas - 如何创建自己的自定义角色以针对 SSAS 进行报告并将其与 Dynamics AX 中的角色相关联?
Dynamics AX 在默认分析数据库中带有 25 个预定义角色。如何创建自己的角色并将这个新角色与 Dynamics AX 中的角色相关联?
我知道 SQL Server Management Studio 中的创建角色向导,但我不知道如何将我的客户用户配置文件与我的分析数据库中的角色联系起来。
dynamics-ax-2009 - 在 Dynamics AX 中,如何使用 Business Connector 调用内核函数?
我想知道如何使用 C#(.Net Business Connector)从 AX 调用内核函数。
具体来说,你可以调用fieldName2Id、tableName2Id和curUserId之类的方法吗?