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

editing / customizing an existing system workflow

$
0
0

hi guys how do i modify an existing work flow


Dynamics AX 2012 CU2 - OIOUBL Electronic Invoice for Norway is available.

$
0
0

Hi
We have download and installed Ax 2012 CU2 and we are trying to set up OIOUBL Electronic Invoice. We cant find Esalesinvoice_no_oioubl.xsl file. Does anyone know where we can this file for Ax2012? Do we need any hotfix for this?
 
In Ax 2009 it was a hotfix KB2494888 where we found the file within th extracted hotfix.
 
Thanks in advance.
 
Kind regards
MHA

Couldn't write Visual Studio Project assembly file C:\Users\...\AppData\Local\Microsoft\Dynamics Ax\VSAssemblies\Microsoft.Dynamics.ElsterTransferHandler.dll. Error code 32: The process cannot access the file because it is being used by another process.

$
0
0

I have installed three environment of Ax 2012 Featured Pack 6.0.947.862 in a client/server architecture.

Now I'm getting this error when I'm trying to open two reports, each one using differents AOS. One report in TEST environment and the other in DEV.

But this only occur a few times and then just stop.

I'm using the same account in both environment and for the BC.

What exactly should I do to fix this issue. Should I create another account for AOS and for BC or this is a bug?

Thanks.

Axapta crashes, error message: xPropertySetData::unpack : Property not found : 256"

$
0
0

Hi

Version: Ax 2012.
Kernalversion:       6.0.947.0
Application version: 6.0.947.0


When trying to open an own designed report in AOD , Axapta crashes with the error message:
"xPropertySetData::unpack : Property not found : 256"

The report is existing in the layers: var.


When I go to the report in the AOT, Axapta will crash whatever I want to do with it:
 - I cannot delete it,
 - I cannot import another version on top of it
 - I cannot export it
 - I cannot open it.

Does anyone have any idea what this may depend on? 


Best regards
Björn

chart of accounts migration multi-company

$
0
0

I'm trying to use the Data Migration Framework (Beta) to upload the Chart of Accounts to a multi-company database.  Client has a global chart of accounts and 13 legal entities.  Generally all main accounts apply to all legal entities, but in some cases certain main accounts should not be available in some legal entities. 

My approach to accommodate this requirement is to:

* import the global chart of accounts

* specify the "Suspended" tick box at the legal entity level for entities which should not use a particular main account

 

My questions are:

1) is there a better approach that this - i.e. "suspended" will block the use of the main account but it will still be visible in the legal entity?

2) using the Data Migration Framework is it possible to import this data - i.e. global main accounts (MainAccount table) and the company-specific data (Suspended)?  Or is there a better way to accomplish this?

 

Thanks!

Landed costing including third party freight vendor

$
0
0

In either AX 2009 or AX2012, we have a need to include the cost of a third party freight vendor on a purchase order and add it to the cost of the inventory received.  For example, we purchase a product from Company A but we will pay Company B for the freight to ship it to us.  We need to include the cost of this freight in the landed cost of the item purchased but pay both Company A and Company B from the same purchase order.  To complicate matters, occasionally the vendors currencies are not the same.  Has anyone done this?  And if yes, how?  Thanks for your input.

how to create Add\Remove functionality between two grids

$
0
0

Hi!

 

I have just started learning AX2012 and I'm working on a form where the user can add contact persons from one table to another, and remove them again. Below is a screenshot of the part i'm struggling with. there are two buttons as you can see. an add button, and a remove button.

some basic(?) questions:

- is there already an inbuilt add/remove functionality between grids/tables for this in AX2012? If so i couldn't find it by searching google.

- how do i get the currently selected/marked record in the grid so that i can insert that record into the opposite table?

- how do i get the grids to refresh/update "runtime" while in the form after the button is pressed?

- The way i'm trying this right now is having two identical tables with different names, and i just insert and delete from the tables correspondingly. Is this the "right" way of doing this or should i take another approach (temp tables, querybuildranges or some other magic perhaps)?

 

hope this post describes my problem. 

Thanks, guys.

- Kent

 

 

Unable to remove AOT object

$
0
0

I have an AOT node (a report) that I cannot remove.

Selecting it in the AOT either with mouse or keyboard crashes the client with the error "xPropertySetData::unpack : Property not found : 256". Compiling the application crashes the client on the same node with the same error.

I've tried using the below X++ code to remove the offending object, but it crashes the client with the same error as above:

static void Remove_AOTnode(Args _args)
{
    #AOT
    TreeNode treeNode;
    TreeNode treeNodeTable;
    ;
   
    treeNode = TreeNode::findNode(#ReportsPath);
    treeNodeTable = treeNode.AOTfindChild('<node name here>');
    treeNodeTable.AOTdelete();
}

I've also tried removing it with the below X++ code, but that generates an SQL error that "View or function 'UTILIDELEMENTS' is not updatable because the modification affects multiple base tables."

static void Remove_AOTnode2(Args _args)
{
    UtilIdElements  utilElement;
    UtilElementName elementName;
    UtilEntryLevel  elementLayer;
    ;

    elementName  = '<node name here>';
    elementLayer = utilEntryLevel::var;

    ttsbegin;
    while select forUpdate utilElement
       where    utilElement.name == elementName
       &&  utilElement.utilLevel == elementLayer
       && utilElement.recordType == utilElementType::Report
    {
        utilElement.delete();
        ttsCommit;
    }
}

Any ideas for how to remove this object (except for the too time-consuming "move every AOT object except the offending object to another model, delete the old model and rename the new one")?


MRP taking three times as long to run

$
0
0

We're running AX 2009 here, and normally when my user runs an MRP job (Master Planning -> Master Scheduling) it will take about 20 minutes.  Recently, it's been taking about an hour to complete now.

I searched around on the Internet and I saw references to a fragment database, so I defragged the database as best as I could but the job is still taking the same amount of run time.  I'm currently running a consistency check but do not have the results yet.

I'm fairly new to AX, so I'm not sure what else to check or how to troubleshoot the issue.  Any help is greatly appreciated.  Thanks in advance.

Howard

Ax error " A user session on the server could not be created. Try to start the client again. If the problem continues contact Ax Administrator

$
0
0

Hi we are having trouble with logging onto our Ax system.  The following errors occurs:

A user session on the server could not be created.  Try to start the client again.  If the problem continues contact Ax Administrator

 

Does anyone have a solution to this?  Please help asap.


Thank You

Charles

 

AX 2012 EDI via AIF

$
0
0

Anyone have a line on a provider with expert level knowledge of doing typical supplier EDI (inbound customer sales orders, outbound customer invoices and outbound ASNs) in AX 2012 using the AIF ??  Have an urgent need.  Thanks 

Data Upgrade(to Ax 2012) Time Estimation

$
0
0

Hi All,

I know what am planning to ask you is not so straighforwad and may vary.But still I would appreacite and encourage for any helpful clues/pointer.

We need to do quote an estimation for data upgrade from Ax older versions(4.0/2009) to ax 2012.More specifically I would like to know below thing:

How much influence has the number of companies on the total amount of time needed as compare to the total number of transactions in the database?

Let me know if you want to any other thing from me to have more clarity here.

Thanks!

Manoj Parashar

Budget data is not shown in MR

$
0
0

Dear All,

I am working on setting Actual vs Budget PL in MR 2012. After I set up the budget model in AX 2009, I created column definition in MR, but I can't find "Budget" book code in "Book code/Attribute Category list", only "Actual" or "Actual Quantity" codes are avaialble in MR, so no budget data is shown up when I generate this AVB PL in MR.

I am not sure if i missed some set up in AX in MR?

Anybody could help me for this issue?

Thanks a lot,

Jim.

 

 

 

 

 

Best training centers for Microsoft Ax2009 financials 1, 2 and fixed assets in USA or Europe

$
0
0

Dears,

 

Kindly provide me with the list of best training centers in USA or EN that can i relay to them for ax2009 financials module with good value of money.

 

Your fast response is highly appreciated.

 

Best Regards 

Reg - Error while adding SSAS KPI in the SSRS report designer

$
0
0

Hello everyone...

 

I have created an KPI as "CustomerSales" under Accounts Receivable Cube and i have deployed it. And i created one ssrs report [dynamics ax reporting service] and i mapped the DataSet source as DynamicsAXOLAP.
Here is my code which i have added in my dataset,

SELECT 

{

KPIValue("Customer Sales"),KPIGoal("Customer Sales"),KPIStatus("Customer Sales"),KPITrend("Customer Sales")

ON COLUMNS, 

STRTOSET(@Period) on rows

FROM 

[Accounts Receivable Cube]

where STRTOMEMBER("[Master Company Reporting Currency].[Currency].&[" + @Currency +"]")

 

 

While adding the KPI value of Customer sales in the report design, i am getting the following error as,

Error 1 : 'Fields!Measures_Customer_Sales_Goal.Value' is invalid. Could not find identifier.

 

Could any one please help me how to rectify this error.?

And also I could not able to add the KPI in standard report designer. Please give me your valuable suggestion.


Ax 2009 report Epilog Terms & Conditions are 3 pages long but they do not print consistently in all pages. A lot of space wasted

$
0
0

Hi Everyone I a report that prints Epilog terms and conditions after the footer.  The terms & conditions are 3 pages long, the problem is they are not printing consistently on all three pages at the end of every page it cuts of at a point and starts at the second page leaving a lot of empty space waste.

 

I have set Dynamic height to yes in control properties.  When I try to set it to no and give it a height of 109 characters then it prints fine but the last 2 pages dissapear.

 

Any ideas how I can fix this issue?

 

Thanks!

Unable to post a statement in LS Retail AX 2009

$
0
0

Hi,

   I am unable to post the statement in LS Retail AX 2009.

  While I am trying to post the statement, I ma getting the error as "Account number for Transaction type Sales Tax group is not specified".

 

  Please help me to resolve this error

 

Custom Table that References CustTable

$
0
0

I am new to development within AX 2012. I am working on creating a custom table that will store user-defined fields. This information is tied to customers, so it relates to the CustTable table. I have the relation set-up and everything works fine if I enter the information in AOT. However, when adding the information on the customer form it is not grabbing the CustAccount. It only writes the value of the user-defined field. I was wondering where I need to write the code to insert the CustAccount number. Is this done on the form?

Thanks.

How to remove the annoying Windows Security Dialog Box when Launching AX 2012

$
0
0

Hi Everyone,

How to remove this annoying popup. It keeps on showing every time I launch AX 2012. It also shows itself when launching the Enterprise Portal from AX

Here is the current setup

  • Internet Explorer Enhanced Security Configuration is already disabled
  • User Account setting is configured to be - Never notify
  • Added the Enterprise Portal link to the Local Intranet of this machine
  • Could not add the Enterprise Portal link to the Trusted Sites since is is already present on the local intranet
  • Security settings > Internet - Enabled Protected Mode
  • Local Intranet > Added the EP Site to it
  • Trusted Site - Enabled Protected Mode
  • Using Internet Explorer 9

 

This is driving me crazy! literally

Hope you can help me on this.

Regards

[AX2012] Generating report PDF's: No bold text

$
0
0

Hi,

I made a custom AX report, containing different invoicelines.
The report itself works fine, excluding one oddity;

I can print the report, which works great, however, when I open the PDF, lines in bold appear as normal font style lines.

I am using the font Calibri.
I tred changing the bold property to all possible options, to no avail.

 

Am I missing something?

Viewing all 73760 articles
Browse latest View live