Questions tagged [dynamics-ax7]

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX. This tag refers to the successor of AX 2012, also known as Dynamics 365 for Finance and Operations. AX 7 comes from the product version number which is '7.X'

64 questions
0
votes
1 answer

Is there a good way to share ax7 projects to GitHub or other version control system? axpp...

Let's suppose, I have created a new model (with educational and/or demonstation purposes) and want to share AOT-objects from the model to GitHub. Is there a good way to share ax7 projects to GitHub or other version control system? axpp-file is an…
mazzy
  • 1,025
  • 1
  • 13
  • 26
0
votes
2 answers

How to refresh a form in dynamics ax7/365

I have two forms FormA (SalesTable) and FormB (SalesAvailableDlvDates). From FormA, I will click a button to open up FormB. Then I will click another button in FormB which will bring me back to FormA. What I want to happen is, when I click the…
m1gs
  • 197
  • 2
  • 17
0
votes
2 answers

How to "allow edit" newly added fields in a form? for Dynamics AX (AX7/D365)

I've added a new field to my form EcoResProductDetailsExtended, but when I click edit it does not allow me to edit it. The properties for allowing edit is already set to Yes. The form contains the method setAllowEditFields() and setAllowEditField()…
m1gs
  • 197
  • 2
  • 17
0
votes
1 answer

Need to know how can we use display methods in SSRS reports in AX7

I need to know how can we use display methods in SSRS reports. I am having an issue. I have created extension class for an existing table. and under that class I have written my display method. [SysClientCacheDataMethodAttribute(true)] public…
0
votes
1 answer

Dynamics 365 how to restore a datasource for a table on an extension form?

I have a form on AX lets call it "Records_Form", the form has a master datasource lets call it "Records_DS" that is connected to a table that is called "Records". Now i created a new AX project and add new extension to the upper mentioned Form lets…
0
votes
1 answer

How to pass values between two event handlers?

In my first event handler, I will collect all the fields I need from the SalesTable form. In this form, I need to get these fields from the SalesLine. Below is my code: [FormEventHandler(formStr(SalesTable), FormEventType::PostRun)] public static…
m1gs
  • 197
  • 2
  • 17
0
votes
1 answer

SalesLineType_Sales extension possible?

We are looking at doing a customization SalesLineType_Sales, where we need to add validation for "SalesQty" in "pdsMRCCheckRestricted" method below. Now, we know that customizations are not favored, so looking for any suggestion OR best practice to…
Rizwan Ahmed
  • 470
  • 1
  • 5
  • 10
0
votes
2 answers

oData client limit classes

I am currently testing oData client in combination with Dynamics AX 7. The metadata file coming from AX is over 900'000 lines big and if i use the default oData client and auto generate a C# class file it won't build because of too many string…
F.H.
  • 1,456
  • 1
  • 20
  • 34
0
votes
1 answer

Dynamics Ax 7 SOAP-based Custom Service logs

In AX 2012 the AIF document service can maintain log exception/history. Now in AX 7 AIF don't exist anymore. Is there any way (out of the box) to maintain logs for SOAP-based custom services or we have to do it manually.
Lynx
  • 1
0
votes
2 answers

AX7 / D365: Capture event of user navigating the user interface

The following question is for AX7 / Dynamics 365 for Operations. I have a need for capturing the event of a user navigating around in the user interface from code. It doesn't matter if it is the event of the browser navigating to the site, when any…
palantus
  • 155
  • 2
  • 12
0
votes
1 answer

"One or more error occurred" When right clicking form elements

When working with either a Custom or Standard Form in AX 7, right-clicking on the Design Node, Grid Container, Group Control etc. Visual Studio freezes for a couple of seconds then displays this error message: "One or more error occurred". This is…
Numi
  • 23
  • 3
0
votes
1 answer

Dynamics AX 7 Recurring File (folder) integration

I am trying to import file from a 3rd party application. I followed the link to create a recurring data job to import the file: Recurring integrations For client application i downloaded a GitHub project: Dynamics AX Integration samples and…
Lynx
  • 1
0
votes
1 answer

Issue exists in auto generation of number sequence AX

I have been trying to import customer master through data management tool in AX7 using "Customers" standard data entity, I have marked "Auto-Generate" for customer account field. And I am facing a number sequence error while the data gets inserted…
Ashwaq
  • 11
  • 3
0
votes
1 answer

Client app registration for Retail server authentication on AX RTW?

We are facing challenge in Retail server authentication for Customer(C2 authentication) through .Net Web API. following this on AX community, but didn't had any luck till now https://community.dynamics.com/ax/f/33/t/205387 Any help is highly…
Mohd Saddaf khan
  • 289
  • 2
  • 14
  • 26
0
votes
3 answers

Error while build on Simple List form in AX7

I faced one issue while building Simple List form in AX7. I added all missing controls on form still its giving below error on build. Pattern 'Simple List' requires a sub-pattern specified on control 'AXForm/Form…
Zeeshan shaikh
  • 341
  • 1
  • 5
  • 24