Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 73760 articles
Browse latest View live

Where to download: "Default Cube Advisor Tool" for Dynamics AX 2009?


Exam 70-573 - Microsoft SharePoint 2010, Application Development

$
0
0

Hi guys

has anyone taken this exam - and if so, what preparation material did you use?  Seems like Microsoft doesn't supply same sort of material as with other AX exams.

Set design in the report of SalesInvoice

$
0
0

Hi !!

I want to chance the design of the report of SalesInvoice in code, I saw the class SALESINVOICECONTROLLER in the method MAIN, I remember that I can change the design but doesn't work, someone knows how I can do it ???

RDS User Profile Disk locked

$
0
0

Hi,

I'm in a bind and understand this is probably the wrong topic for this forum but I'm hoping someone can help. We're having users report issues where they're not able to log into AX with an error from Terminal Server stating that their profile cannot be loaded. The VHDX file is locked but the user doesn't have an open session in either the Terminal Server or AX. What I've seen is after some prolonged period the VHDX file dismounts on its own but I'm looking for a way to dismount it. I understand it can be done through Disk Management but the trick I'm missing is figuring out how to associate the disk number found in Disk Management to the userId or VHDX file. I have userId and VHDX filename, the part I'm missing is trying to find the disk number. Can anyone help? I'm running Windows Server 2012 Standard. Thanks much!!!!!

Creating Excel workbook via X++

$
0
0

I have the task of creating a Excel workbook for our international freight forwarders.  The workbook includes items such as the sales order #, item Id, sales Qty, etc, etc.  The workbook is generated and send to the freight forwarders to full in with the flight information use to delivery the order to our customers.  They send the workbook back to us for we can generate a pretty report to send to the customer.  The issue is the freight forwarders are constantly misspelling or abbreviating the name of the airlines.  I would like to include a data validation / named list in the airline name cells from X++.  Is this doable?  Here's a link showing what I want to perform programmatically with X++:

http://office.microsoft.com/en-us/excel-help/create-or-remove-a-drop-down-list-HP005202215.aspx

Help with query to fill grid when form loads

$
0
0

Hi, please any help would be greately appreciated!

I'm a newbie to AX 2012 development, trying to customize the All Purchase Requisitions grid, please check attached image1 for what I'm trying to do.

 I've got 3 tables that I need to join so I can display fields from the 3 on a grid for All  Purchase Requisitions, especially fron the WorkflowWorkItemTable that has the name of the person that currently has the requisition for any of the status (closed, riview, approved, draft)

PurchReqTable -> RecID

PurchReqLine -> PurchReqTable

WorkflowWorkItemTable -> RefRecId

The class  PurchReqTableForm  to fill the form, the definition is:

/// <summary>

/// The <c>PurchReqTableForm</c> class controls the behavior of the <c>PurchReqTable</c> form.

/// </summary>

class PurchReqTableForm implements SysSaveable

{

PurchReqTable purchReqTable;

PurchReqId newPurchReqId;

PurchReqLine newlyCreatedPurchReqLine;

PurchReqShowRequisitions showRequisitions;

RecId requisitionerRecId;

HcmWorkerName requisitionerName;

PurchReqRequisitionStatus status;

NoYes statusAll;

QueryBuildRange rangeRequisitioner;

QueryBuildRange rangeStatus;

QueryBuildDataSource joinWorkFlowItemTable;

FormDataSource queryPurchReqTable;

FormDataSource queryPurchReqLine;

FormDataSource queryWorkflowWorkItemTable;

boolean isFormLoading;

QueryBuildDataSource purchReqTableFilterDataSource;

boolean isFilterHeaderOriginator;

PurchReqFormMode purchReqFormMode;

container packedClasses;

ProjTable projTable;

PurchReqShowRequisitionsFilter purchReqShowRequisitionsFilter;

AccountingDistributionView distributionView;

Object purchReqTableFormRun;

#DEFINE.Project('Project')

#define.CurrentVersion(4)

#localmacro.CurrentList

showRequisitions,

status,

statusAll,

requisitionerRecId

#endmacro

}

And the query to fill the grid on the form is below, I do not get any error message after I added the code to join the WorkflowWorkItemTable with the original 2 tables, because this table has the name I want to display on the grid when the form loads:

 

public Query queryPurchTable(FormDataSource _queryPurchReqTable, FormDataSource _queryPurchReqLine, FormDataSource _queryWorkflowWorkItemTable, boolean _isFilterHeaderOriginator)

{

QueryBuildDataSource qbdsTable = _queryPurchReqTable.query().dataSourceTable(tableNum(PurchReqTable));

QueryBuildDataSource qbdsLine = _queryPurchReqLine.query().dataSourceTable(tableNum(PurchReqLine));

QueryBuildDataSource qbdsWorkIT = _queryPurchReqLine.query().dataSourceTable(tableNum(WorkflowWorkItemTable));

rangeRequisitioner = qbdsLine.addRange(fieldNum(PurchReqLine, Requisitioner));

rangeRequisitioner.status(RangeStatus::Locked);

rangeRequisitioner.enabled(false);

rangeStatus = qbdsTable.addRange(fieldNum(PurchReqTable, RequisitionStatus));

rangeStatus.status(RangeStatus::Locked);

this.setStatus(status, statusAll);

queryPurchReqTable = _queryPurchReqTable;

queryPurchReqLine = _queryPurchReqLine;

queryWorkflowWorkItemTable = _queryWorkflowWorkItemTable;

isFilterHeaderOriginator = _isFilterHeaderOriginator;

purchReqShowRequisitionsFilter = PurchReqShowRequisitionsFilter::newPurchReqTable(qbdsTable, qbdsLine, fieldNum(PurchReqLine,Requisitioner), isFilterHeaderOriginator);

purchReqShowRequisitionsFilter.applyFilter(showRequisitions);

purchReqTableFilterDataSource = qbdsTable.addDataSource(tableNum(PurchReqLine));

purchReqTableFilterDataSource = qbdsTable.addDataSource(tableNum(WorkflowWorkItemTable));

purchReqTableFilterDataSource.enabled(false);

purchReqTableFilterDataSource.addLink(fieldNum(PurchReqTable, RecId), fieldNum(PurchReqLine, PurchReqTable));

purchReqTableFilterDataSource.addLink(fieldNum(PurchReqTable, RecId), fieldNum(WorkflowWorkItemTable, RefRecId));

purchReqTableFilterDataSource.joinMode(JoinMode::ExistsJoin);

return _queryPurchReqTable.query();

}

Forecast on Item Group using Norm Unit

$
0
0

We are implementing MS Dynamics AX 2012 R3.

In the legacy system our forecasting was done on Item Groups using a unit of measure normalizing units of items withing that group. For example, Item group 'Orange Juice' consists of 3 SKUs: (1) 200cc bottle (2)500cc bottle, (3) 1Liter bottle. For all three items inventory and sales unit is Each. The normalizing unit for this item group is Liter. So the forecast for a month would be 5000 Liters of Orange Juice. Whichever SKU is sold, it should total 5000 Liters.

We don't want to change this routine for the first few years after go live, since forecasting on SKUs will be a great change which the company cannot go through.

Our AX implementer is suggesting forecasting on Item Group, instead of item, using a unit with an Inter-Class conversion is not possible. 

How do you think we can address this requirement?

Thanks

P-job to fetch old data

$
0
0

One of our store DB crashed, due to system failure. After installing new system, we tried to restore store db from backup but n-job was not running due to which our store operations were suspended. Then we created new DB and started transactions to keep store running. But now as it is a new DB of same terminal, we are facing issues of receipt id because Ids got reset as DB is new. That is why now p-job fails because it is getting same Ids on HQ again.

We did a trick and modified all transactions with terminal 2 and created a terminal 2 in HQ.

Still not able to fetch new data.

Can anyone tell me whether p-job fetches old batch data, as batch Ids are also new which already exist in HQ ?

Remember we have changed terminal 2 from 1 from all tables of store DB where terminal column exists.

Thanks in advance.


Management Reporter 2012 CU9 and Dynamics AX 2009 System.ArgumentException: Item has already been added. Key in dictionary: 'un

$
0
0

When attempting to generate a report in Management Reporter 2012 CU9 Report Designer with Dynamics AX 2009, the report fails with the following error:

Microsoft.Dynamics.Performance.DataProvider.Core.RequestException: The source system request did not complete successfully. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'unit'  Key being added: 'unit'

If anyone has seen this, do you have a solution?

Po approval actions for multiple POs

$
0
0

Hi

we would like to enable the Purchase order actions for more than one PO simultaneuosly.

1. Is there some set up to activate ? 

2. do  we need to ask a customization?

Thank you all

Luca

AX2012 R3: Label IDs are displayed instead of label text

$
0
0

I have installed "AX2012 R3" from the partnersource (Database, AOS, Client).

During the installation of Databases, I have selected all the models namely "Foundation labels, Foundation, Foundation upgrade".

However when I start the AX Client for first time I get the following error and the AX screen shows label ids instead of the label text.

------------------------------------------------------------------
Cannot open the datafile "C:\Program Files\Microsoft DynamicsAX\60\Server\DAX2012R3\bin\Application\appl\Standard\axapden-us.alt"

Error code from the openrating system: errno = 13.

Look in file 'errno.h' or in the operating system documentation for an explanation.
------------------------------------------------------------------

Can the experts on the board please come to my rescue? Thanks in advance.

tow Questions

$
0
0

hello people i'm doing research about Microsoft and I have 2 Questions need for answer plz ..

what  the measurement metrics for performance, reliability, availability, and maintainability providing by Microsoft dynamic ?

and what the time required to implement and install the ERP systems from Microsoft ?

and thank you v.much

HCMWorkerLookup Form

$
0
0

Hello,

I've created a new table where i use the HcmApprover Field. When i am using this table as dataSource for My Form, it gives me the lookup I want, but instead of displaying the name of the approver i want to be able to display the position of the selected worker.

Is there a way to do this?

Thanks

Jihane

AX 4 to AX 6 Data upgrade

$
0
0

Hi All,

have any one come across this error, while up gradating the data's from AX 4 to AX 6.

Cannot select a record in Batch transactions (Batch). Priority: 0, . Error accessing database connection

An error occureed while obtaining new RecId value of the table

Cannot select a record in Record ID generation (SystemSequences). name: . The SQL database has issued an error

many thanks.

Case management in ax 2012 R3

$
0
0

Hello,

i am developing case management.

I want to filter partyid & ownerworker. party id should show only employees and ownerworker should show only a group of people who are responsible to resolve a particular case category?

how to do this?

 

thanks

 


Send email to user

$
0
0

Hi,

how can i send an email to specific in Dynamics AX 2012?

I configure the email functionality already.

thanks

Contos Demo for AX 2012 R3

$
0
0

Hi all,

is there another way to import the Contoso Demo Data to AX 2012 R3 without the "Data Transfer Tool"?

thanks in advance.

AX 2012 R3 Performance question

$
0
0

Hi All,

I have installed AX 2012 R3 which is extremely slow. Following are the server hardware details,

AOS server,

Processor:   Intel Xeon E5620 2.4 GHz (2 processors)

RAM: 8 GB

OS: 64 Bit Windows Server 2012 R2.

DB Server:

Processor: Intel Xeon E5620 2.4 GHz (4 processors)

RAM: 12 GB

OS: 64-bit Windows server 2008 R2.

We also have separate AX 2009 AOS which is accessing the same DB server. Please let me know how can we improve the performance

Fixed Asset Reclassification Process in AX 2012

$
0
0

Hi all,

When I work with fixed asset reclassification process I’m facing some problem.

The process facing scenario:

  1. When transfer value model for fixed asset from one asset into another I getting some account structure for the combination value of ledger is not valid.

Step 1: Navigation for Fixed Assed Reclassification form:

                Go to Fixed Assets-> Periodic -> Reclassification

Step 2: Transfer vale model for fixed asset from one asset into another.

Step 3: when I proceed the process Click OK. I getting below error.

If anyone face this issue plz let me how this will be solve and why this error come.

AX2012 R3 Home Screen Comes Back Blank No modules Listed

$
0
0

After Upgrading R2 to R3. screen Comes Back Blank No modules Listed. 

Viewing all 73760 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>