Questions tagged [dynamics-ax-2012-r3]

Microsoft Dynamics AX 2012 R3 is an Enterprise Resource Planning (ERP) application. Use this tag for questions relating to this final update to the 2012 version, being replaced by Microsoft Dynamics AX 7. Do not use this tag regarding earlier versions or other ERP applications.

229 questions
0
votes
2 answers

Optimize display method

In a form like LedgerJournalTransDaily, there is a field Txt imported from LedgerJournalTrans. Using the JournalNum, I need to go to LedgerJournalTable and get the Name field. I've written a display method like…
0
votes
1 answer

How to refresh Factbox

I have a form, when i click on my button.It adds to my table A (what my factbox shows)is it possible to refresh the factbox with X++ code? I can't figure out how to refresh my infopart or query which factbox uses.
0
votes
2 answers

LedgerDimension to MainAccount,CostCenter and Department

I am trying to get the CostCenter, MainAccount and Department starting from the LedgerDimension field in the LedgerJournalTrans table. I found this but I am lost. http://ax2009developer.blogspot.ro/2014/02/how-create-customize-look-up-for.html In…
0
votes
1 answer

Call child form programmatically with parameter / filter

I'm creating a customization where on a click of a button, I need to allocate a charge for a particular purchase order / invoice journal. From the front end, I would accomplish this by following the purchase order life-cycle and invoicing it. I…
0
votes
1 answer

DMF/DIXF AX 2012 R3 Custom generate method

I'm working around File Exchange (Export) using Data Import Export Framework (DIXF) , i want to add generate method to Find LineAmount Purchline associated with the receiving line VendPackingSlipTrans from PurchLine table.I create the following…
Astoner
  • 55
  • 1
  • 9
0
votes
1 answer

Upload Financial Dimensions on Dynamics Ax

I am a newbie in Dynamics Ax (using 2012 R3) and I'm stuck with the dimensions. For a list of products, I need to upload their financial dimensions - The Business Unit, Cost Center, Department and the Legal Entity. Product information management >…
Nadeem_MK
  • 7,533
  • 7
  • 50
  • 61
0
votes
0 answers

X-Read report in ax 2012 R3 customization

I want to customize the X-Read Report in MD AX 2012 R3 which is generated on close shift operation. The problem is that I do not know Which project or .cs file to be used for its customization in services solution. Please Help!
Gajendra Rajput
  • 93
  • 1
  • 13
0
votes
1 answer

How to use advanced Filter in normal Inquiries Forms in Ax 2012

How to use Advanced filter for filtering Financial Dimensions in normal Inquiries forms.
0
votes
1 answer

Batch run time against run time of code without batch

How accurate are the start-/stop-timestamps in batch-history? I've noticed, that a batch runtime is declared with one minute in the history. The code executed by the batch includes a find-method and only if this returns false, further code is…
Nico
  • 1,175
  • 15
  • 33
0
votes
2 answers

Microsoft Dynamics AX 2012 R3 XDS Security on Finacial Dimesion

I'm trying to create an AX security framework for one of my client. The key task here is to enable Branch Accounting in AX 2012 R3 environment. Which means i'm required to filter different transactions / customers / vendors / Transfer orders on the…
0
votes
1 answer

Is there a way to add more text to a range value?

I'm trying to extend a query in Dynamics AX that populates the "My Projects" window. I've found the query that I need to modify, and tried to modify it, unfortunately, the character limit in the Value field (see screen shot), is not sufficient to…
wax eagle
  • 541
  • 11
  • 27
0
votes
1 answer

AX R3 Enterprise Portal added new field to table, and form but field value is not persisting to table

I have added a new field of type TransDate to HRMAbsenceRequest table, then I updated the respected EP page (HcmEPAbsenceRequestEdit in visual studio 2013. The Dataset is updated and showing the new field in field groups. So I just add the new field…
0
votes
1 answer

Enable/Find logging for Dynamics AX Odata service

I'm trying to connect an external system to AX using the OdataQueryService. Connecting with Excel gives the correct results from the server, however I get an error when using the external system. Is there some logging on the Dynamics AX Odata…
0
votes
1 answer

AX 2012 R3 AIF System Services Callcontext of another user

Is it possible to call the AIF system services using a callcontext of another user? I specifically need to fetch which tables a user has access to. By using the method GetAccessRights in the UserSessionService, I can extract which tables I have…
0
votes
1 answer

Error: Query with id 'DAXSecurityUsersAndRoles' does not exist. How to resolve this?

I am trying to run a report in Dynamics AX "Menu/Sys Admin/Reports/Security/Roles and Users Attached List" which is throwing me below error Query with id 'DAXSecurityUsersAndRoles' does not exist. Anybody faced this before? What to do to fix this?