Questions tagged [d3fo]

D3fO is the new acronym/tag for Microsoft Dynamics 365 for Finance and Operations, formerly "Microsoft Dynamics AX", also known as Microsoft Dynamics AX 7.

D3fO is the new acronym/tag for Microsoft Dynamics 365 for Finance and Operations, formerly "Microsoft Dynamics AX", also known as Microsoft Dynamics AX 7.

See: https://www.microsoft.com/en-us/dynamics365/operations

13 questions
3
votes
2 answers

AX7: Creating a method on a View using the extension method (bug?)

Edit: The question is, why won't a display method on a view work? I'm trying to use the extension method to create a display method on the DirPartyPostalAddressView and as far as I can tell, this might be an AX7 bug or I'm doing it wrong. I'm on the…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
2
votes
1 answer

Do you have to do a full package/model build when you rename custom data entity or change some metadata properties?

I have to rename some custom made data entities. However every time after renaming an entity and changing some of the metadata properties such as data management staging table, public collection name and public entity name, it gives below error on…
prodev42
  • 6,389
  • 8
  • 32
  • 35
2
votes
2 answers

Move an artifact from 1 model to another in AX7

I am wokring in AX7, I need to move some artifacts from Application Suite User Model to my new created model. Scenario: I created a model named "My Model" created a project named "MyProject" and set its model to "My Model" I have a table named…
1
vote
1 answer

Maximum number of disks to attach to Dev virtual machines in Deployment settings

What is the meaning of this number? How do I know how many disks I need for a developer box?
prodev42
  • 6,389
  • 8
  • 32
  • 35
1
vote
1 answer

What is the easiest way to restore D365's code base to original?

How do you restore the code base to fresh installation? I am having some build/sync issues and I would like to undo all my code changes and start over.
prodev42
  • 6,389
  • 8
  • 32
  • 35
1
vote
1 answer

Dynamics 365: Extending Staging and TargetEntity with Custom Fields

I am trying to Extend the LedgerJournalEntity with new CustomFields I have added into my project Solutions Explorer Screenshot: Mapping Details Mapping Details All the required Artifacts I have created an Extension project and added three Fields…
1
vote
1 answer

Build Agent gets "Access Denied" when building modules in AX 7

I'm working on a Dynamics AX 7 Training VM. My boss asked me to write a documentation about the versioning in AX 7. I tested Git and now, I'm testing Visual Studio Online using Team Foundation as version controller. So, I am able to set up a Build…
0
votes
1 answer

A few questions regarding importing a manually created data entity

I used the data entity creation wizard and selected Reqplan table as the main data source, then I manually added ReqPlanVersion, ReqPO, ReqTrans table as additional data sources and created the relationships below. As for the data entities fields I…
prodev42
  • 6,389
  • 8
  • 32
  • 35
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
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