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

Customer account statement report

$
0
0

Hi All 

 

when i am generating the "Customer Account statement " report, for some of the customer it will generate the report on the screen and for some it is converting to the PDF and saving to the temp folder. Can you please suggest me why it is happening for some customers only.

 

Please suggest

 

Thanks in advance.


AX 2012 R3 Retail essentials disable

$
0
0

Hi all member,

I can't access in Retail essentials module.

When i check license Configuration, all is checked

Regards,

AX2012 R3 upgrade process - One Form object in AOT is not editable

$
0
0

Hi,

I am completed the code and data upgrade for AX2012 Feature pack to R3 in test environment but there is one form object below which can't be modified. If I double click on classDeclaration then nothing happens, Also I can create new method on the form as option is not available anymore. I have tried restore etc but nothing works.

Form: PurchTableListPage

Is there a way to modify or restore this object?


Thanks,


Regards,
Nadeem

Company Statement Name in Bank

$
0
0

How do I populate Company Statement Name in Bank? It is read only for me.

ACH Transactions

$
0
0

how do we process ACH Transactions in dynamics ax?

Use Excel to Export clipboard function

$
0
0

Hi

I am currently trying to replace the 'Export to Excel' function with a 'Export to OpenOffice' function. Pasting data of the clipboard to OpenOffice already works. I would like to use the code of the 'Export to Excel' function which copies the grid data to the clipboard (kernel side). So is there any way to call that function or a workaround?

It is also no option to modify SysGridExportToExcel because the Export to Excel Button which copies the grid data to the clipboard and then proceeds to call performPushAndFormatting is deactivated if there is no Excel installed (also kernel side).

Stranded invoices within the purchase ledger invoice pool

$
0
0

Stranded invoices within the purchase ledger invoice pool - users have authorised them in an unorthodox way which have left approved invoices in the invoice pool...

Has anyone ever come across this before or knows a way to remove them that would be great!

filter records in form with join

$
0
0

I've created a form with 1 datasource EmplTable. For a grid I would like to show a specific group from the WrkCtrTable.

So for I used this code but get a error:

public void init()
{

 queryBuildDataSource       qbds;
  ;

 super();

 qbds = emplTable_DS.query().dataSourceTable(tablenum(emplTable));
 qbds.addDataSource(tableNum(WrkCtrTable));
 qbds.relations(false);
 qbds.joinMode(joinMode::InnerJoin);
 qbds.addLink(fieldNum(emplTable, emplId), fieldNum(WrkCtrTable, WrkCtrId));
 qbds.addRange(fieldNum(WrkCtrTable, WrkCtrGroupId)).value(queryValue('adv_geo'));

}

When I do things in X++ it seems working:

emplTable       emplTable;
WrkCtrTable     WrkCtrTable;
;

while select emplTable
 join WrkCtrTable
 where WrkCtrTable.WrkCtrId == emplTable.EmplId
 && WrkCtrTable.WrkCtrGroupId == 'groupX'

How do I need to change the first query to work on the form?


AX2012 R2 CU 07 Auto report error "Exception has been thrown by the target of an invocation. Unable to log on to Microsoft Dynamics AX"

$
0
0

Hi,

Client is running AX2012 R2 CU 07.  All SSRS reports are working ok but auto Report is throwing error "Exception has been thrown by the target of an invocation. Unable to log on to Microsoft Dynamics AX"

Is there a way to resolve this or Do I have to look for Microsoft hotfix for that?

Thanks,

Regards,

ND

Error while importing the data into Ax using DIXF

$
0
0

Hi,

I am trying to import the data into the Ax via data import / export frame work. But I am facing the problem while clicking "Preview source file". 

By getting this error I changed my Microsoft office 2010 32 bit to Microsoft office 2010 64 bit, but still getting this error.

Event viewer log:

Before facing this error I was facing the error while clicking the "Generate source mapping". The error is "The version of Microsoft Excel is not supported.-The ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machine". "I solved the problem by following this link: http://ax2012dmfdataimport.blogspot.in/2014/05/dynamics-ax-2012-dixf-issues-and.html

This is first time I am using data import / export frame work. Please guide me if I am going wrong.

My system configuration:

Server: Windows server 2008 R2 (64 bit)

Ax: Dynamics Ax 2012 r2 (Installed CU7 for DIXF)

Office: Microsoft office 2010 64 bit.

Microsoft Dynamics Enterprise Portal "The period is not valid" - ITimePeriodsHelper.IsCurrentTimePeriod(String timePeriodsName)

$
0
0

Hello there :)

I'm facing following EventLog Exception:

An unexpected error has occurred.


The period is not valid

System.ArgumentException
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.TimePeriodsHelper.Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.ITimePeriodsHelper.IsCurrentTimePeriod(String timePeriodsName)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.IndicatorMdxQueryBuilder..ctor(Indicator indicator, String company, String currencyCode, List`1 filterProviders, ITimePeriodsHelper timePeriodsHelper)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.CubeHelper.GetMdx(Indicator indicator, String company, String currencyCode, ISession session, List`1 filterProviders, Boolean& isTimePeriodQuery)
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.BusinessOverviewWebPart.CreateRow(Indicator indicator, Int32 indicatorIndex, String company, String currencyCode, String currencySymbol, String cssClass, NumberFormatInfo numInfo)

The error is coming from the "EPAccountantRoleCenter" role center (Indicator KPI).

I've imported the BI Time periods from AOT again, but nothing changed.

Default cubes are deployed (Except of Purchasing cube).

Can anyone help?

Version of AX: Microsoft Dynamics AX 2012 R2 Cu7

Thank you,

Patrick

AX2012: Access denied: SalesFormLetter_Invoice

$
0
0

I get the following error when generating a original preview on a customer invoice(via Invoice journal):

"Access denied: SalesFormLetter_Invoice"

Which privilige or duty do I need to set to the security role?

Thanks in advance for answering!

Reference for auto generation of number sequence is not specified

$
0
0

Hi


I get this warning message after do synchronization database during initialization checklist

What is mean ?

Web Part for Dynamics AX

$
0
0

Dears,

I m very new to Dynamics AX developments but an experienced SharePoint developer.

I am in a situation where i have to develop a simple chart control and to deploy it in Dynamics AX site as a simple web part.

How can i proceed regarding to this?

any examples, references much appreciated.

thanks in advance,

Ammar

Production Orders incrementing by 2 AX 2012 Production Control

$
0
0

This is really bizarre and I'm having no luck finding anything to fix it.  Production Order numbers in AX 2012 R3 is incrementing by 2.  If I create a new Production Order, then cancel, then create a new Production Order, it will increment by 1, but if I create a new Production Order, save it, then create another Production Order, my new number is 2 more than the last. (Example - PRD-100010 > PRD-100012 but it should be PRD-100011).

Any help would be greatly appreciated.


Management Reporter Excel worksheet names

$
0
0

When exporting financial statements to Excel from Management Reporter am I able to control the worksheet name?  When reports are exported a letter "a" is added to the Actuals tab, a letter "d" is added to the Details tab, etc.   I'd like to export these without these letters and possibly change the names of each worksheet.

No connection could be made because the target machine actively refused it ?

$
0
0

Hi,

I am getting the above error message when I am generating any AX2012 report. SSRS reports are deployed and default configuration id created. Also it's been configured. I am trying to fix this issue. If you guys anyone experience this issue, please do write and let me know how to resolve.

Thanks in advance.

Regards,

Shan

 

 

 

Job scheduling in batch

$
0
0

Is it possible to automatically excute "job scheduling" on all open production orders ?  

In "Production Control -> Periodic -> Scheduling -> Job scheduling" there is the possibility to select specific production-orders en excute the program in batch, but I want this for all orders (also newly create orders) in batch.

Or everytime the deliverydata of an PO is changed,  the plannification date should be calculated.

Thx

Ferry

printing vouchers

$
0
0

dear all i have one question , hoping to help me  . i want to print vouchers by voucher NO  from ledger 

Email Template for Sending Free Text Invoice through Email

$
0
0

HI Community,

I am trying to send free text invoice as an Pdf attachment in the email.

I was able to send the email's but with blank text body. Is there any way in AX2012 where I can attach a template which has some subject and body to free text invoice being sent out.

Please suggest.

Thanks,

Ismail.

Viewing all 72043 articles
Browse latest View live


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