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

MRP planned order

$
0
0

Is there a way to prevent MRP to propose planned production orders or planned purchase orders?

I checked the "stopped" flag in the default order setting for a product and it works when I create orders or firm planned orders.

But I really don't want to see planned orders.


Thanks

Regards


Unable to cast object of type 'dynamics.ax.application..forms.VendInvoiceProdReceiptNotInvoiced' to type 'Microsoft.Dynamics.Ax.Xpp.Common'

$
0
0

I created a form string control  on VendInvoiceProdReceiptNotInvoiced form .

Then I used

[Extensionof(tablestr(VendInvoiceProdReceiptNotInvoiced))]

Final class test ()

{

Public display str testa()

{

Purchtable tab;

VendInvoiceProdReceiptNotInvoiced tab2;

Select tab where tab.purchid == tab2.purchid;

Return purchid.invensiteid;

}

}

However I am getting the error;

Unable to cast object of type 'dynamics.ax.application..forms.VendInvoiceProdReceiptNotInvoiced' to type 'Microsoft.Dynamics.Ax.Xpp.Common'

Then on the formstring I put data method.

Tax report "Sales tax payments" in GER shows values in different posting direction

$
0
0

Dear Community,

we are currently facing the following issue in AX2012 r3 Germany. We entered the report codes for one tax code:

It's the sale of services to third countries, tax-free. So the posting is:

2xxx (Receivables) | 5xxx (Revenue)

Means, I would expect the basic amount to be negative on the report "sales tax payments" but:

We have that issue with a lot of other tax codes as well and now I'm not sure if there is a logic behind it or not. At least I couldn't find any.

Furthermore we found out that CREDIT NOTES should not have any report code when it's Reverse Charge. Then they will be deducted correctly. If they have a report code, then they will be added instead of deducted.

Our setup is from 2017 and we cannot say since when this report is wrong. Did somebody of you heard something about that, had a similar issue and fixed it? I would also be happy if someone could provide a GER tax setup - codes and reporting - so that I can double-check if we maybe did something wrong.

Thank you in advance for your effort and help.

Kind regards

Katy

Getting error "Assembly containing type Microsoft.Dynamics.AX.Framework.Tools.ModelManagement.AxUtilConfiguration is not referenced."

$
0
0

Hi Experts,

Today I got error "Assembly containing type Microsoft.Dynamics.AX.Framework.Tools.ModelManagement.AxUtilConfiguration is not referenced." after restored database from AXR2 to AXR3.

I also deleted files under folder XppIL and restarted AOS service but still same error.

Please help me.

Thanks,

Transfer Order Receive issue

$
0
0

Hi Experts,

While Receiving the Transfer Order (Inter-state) I am getting this error. Can someone tell the solution or any hints to get away with this error.

Posting Profile Setup - Issue, Receipt, Interim Transit, Goods in Transit, Unrealized loss, Unrealized Gain

Currency - INR (Both Transaction & Reporting Currency

Error 1935. An error occured during the installation of assembly component

$
0
0

HI Experts,

Facing this "Error 1935. An error occured during the installation of assembly component" while installing Trace Parser in dynamics ax 2012 R3 even Trace Parser is working on Live server but on Test check the error in above image..

Best Regards,

Shabir Ahmad

Error while starting batch server services

$
0
0

Hi Everyone,

I have installed the new server for batch services successfully but every time when i try to restart the services it is not starting and getting below error in event logs.

As of now i am resolving the issue by running the below script but i need the permanent fix for this.

UPDATE SQLSystemVariables
SET VALUE = 8
WHERE PARM = 'SYSTIMEZONESVERSION'

Can anyone help to resolve this issue?

Regards,

Swetha.

The item xxxx you are entering not allowed

$
0
0

Hi experts,

While entering data to journals facing the above error shown in image. Error is "The item xxxxxxx you enter not allowed here because the default journal Issue 1354 and Default Journal receive 1315"

Best Regards,

Shabir Ahmad


Unchecked a field from Payroll module form on the table level on unchecked but still on form there is checked

$
0
0

Hi Experts,

I want to unchecked the "Is closed" field from this form i tried it from the actual table but no luck without error that field was unchecked but still on form is checked.

Please check above image.

Best Regards,

Shabir Ahmad

Batch job dependecies

$
0
0

Hello,

could you help me to understand how I can configure a job with dependencies?

I mean, I don't want that Job B start if Job A has not finished, How I can handle that?

thanks a lot

DictTable object not initialized.

$
0
0

We have upgraded Ax 2012 r3 from RTM to Cu13, While working "Increase string size of extended data types" on AOD code Upgrade checklist  , receiving below error 

Kindly guide.

Process report data on batch job

$
0
0

Hi, 

I am current preparing report data on process report method in DP class. 

Contract class takes two parameters, that is "from date" and  "to date".

However, the code take lots of time to process data because multiple data sources are used to prepare data.

If data is processed for large date interval for e.g month than report processing take time and report connection breaks down.

Is there any way i can prepare data before report is run like in a batch job?

This report is run regularly for different date ranges.

Is it optimal to daily process that much data on batch job for report?

Display method in Formdatasource

$
0
0

Hi,

I am new to AX , I have to add one display field ( Customer Account)  in Salestable form . I have written code in Salesline FormDatasource but it returns an error 

"Error executing code: FormDataSource (data source), method displaycustacnt called with invalid parameters". Here is my code 

display CustAccount displaycustacnt(SalesTable  _salestable)
{

    SalesLine           salesline1;

    select CustAccount from salesline1 where Salesline1.SalesId == _salestable.SalesId;
    return salesline1.CustAccount;
}

Estimate Total Cost Only Shows The Adjust Transaction for a Job Cost but Not the Original Cost

$
0
0

Hello,

I was wondering if anyone has experienced the following...

I did a large job cost transfer using the Adjust Transaction in the PMA module. Once the adjustment was completed I confirmed that the Posted Project Transactions for the jobs reflected the accurate total.

I didn't notice anything wrong until I created the Estimates for the job and that is where I noticed that the Total Estimate Cost for the job was not reflecting the PPT balance. The Total Estimate Cost for the job was reflecting a negative amount. I was able to use the Edit icon in the Estimate Form to view where the credit came from. Upon review I noticed that the original cost adjusted was not reflected in the Total Estimate Cost, meaning there was no debit to offset the credit that removed the cost. So the Total Estimate Cost was only showing the adjustment. Has anyone experienced this? I am not sure on how to go about fixing this.

Error while accessing Invoice from Sales order

$
0
0

Hi All,

One user is getting error while accessing the Invoice from Sales Order. Below are the detailed log and screenshot.

Error Screenshot:

Error Log:

Microsoft.Dynamics.Ax.Xpp.ErrorException: Exception of type 'Microsoft.Dynamics.Ax.Xpp.ErrorException' was thrown.
at Dynamics.Ax.Application.formletterParmData.Catchall() in formletterParmData.catchAll.xpp:line 10
at Dynamics.Ax.Application.formletterParmData.Createdata(Boolean _append, Boolean ) in formletterParmData.createData.xpp:line 63
at Dynamics.Ax.Application.formletterParmData.Createdata(Boolean _append)
at Dynamics.Ax.Application.SalesFormletterParmDataInvoice.Createdata(Boolean _append, Boolean ) in SalesFormletterParmDataInvoice.createData.xpp:line 14
at Dynamics.Ax.Application.SalesFormletterParmDataInvoice.Createdata(Boolean _append)
at Dynamics.Ax.Application.SalesFormletterParmData.executeChooseLinesServer(Object[] _salesFormletterContractPacked, Boolean _append, Boolean _reuseParmUpdate, Boolean _onlyCreateParmUpdate, Boolean _executeLateSelection, Boolean , Boolean , Boolean ) in SalesFormletterParmData.executeChooseLinesServer.xpp:line 23
at Dynamics.Ax.Application.SalesFormletterParmData.executeChooseLinesServer(Object[] _salesFormletterContractPacked, Boolean _append, Boolean _reuseParmUpdate, Boolean _onlyCreateParmUpdate, Boolean _executeLateSelection)
at Dynamics.Ax.Application.SalesFormletterParmData.chooseLinesServerIL(Object[] _inputContract) in SalesFormletterParmData.chooseLinesServerIL.xpp:line 7
at SalesFormletterParmData::chooseLinesServerIL(Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
at Dynamics.Ax.Application.SysDictClass.invokeStaticMethod(Object[] _params) in SysDictClass.invokeStaticMethod.xpp:line 26
at SysDictClass::invokeStaticMethod(Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
at Microsoft.Dynamics.Ax.Xpp.PredefinedFunctions.runAsInvoke(String className, String staticMethodName, Object[] parms, Object[]& exportInfolog)


Best Approach to merge all elements in one layer to upgrade to D365FFO

$
0
0

Hi All,

i was wondering if there is a best approach to merge all elements in one layer to upgrade to D365FFO? so that we have one layer and one model for all customized elements.

Thank you,

LineHeight property in ssrs report d365fo.

$
0
0

Hi All,

I have requirement ssrs report in that i need to show amount in words in two lines but in between two lines i need to give more spacing.

So, i tried lineheight property of the textbox it is working when i was seeing in screen but when i export to PDF and print it is not showing the space between the lines.

Note: I have mentioned canGrow and canShrink to true.

Please suggest me the solution to achieve this.

Thanks in advance.

with regards,

srihari.

Is there a difference in performance between an inline while select in X++ and using a Query() object?

$
0
0

Hi all.

I'm trying to optimize some queries that we have written in order to populate some temp tables that provide the data for a form we created for our planning department to gauge demand for certain items in AX. Currently these queries are written as while select statements and I was wondering if there was a performance gain from constructing them in a Query() object instead. I'm certain that when it comes to executing the query in SQL the performance is likely the same, but I am wondering if by employing a Query() object if I can somehow cut down on RPC chatter between AX and SQL when executing the query. I have seen other posts in relation to this topic, but not concerning performance. If anyone has any insight on this I would love to hear it.

Thanks.

Brandt

Merge 2 tables in 1 table DIXF AX 2012

$
0
0

Hi,

I created a new table < Sales Order Header Lines > and create a customized entity. Is it possible to pass the records to Sales order Header and Sales Order Lines? Thank you.

How to set address for collection letter that is same as invoice

$
0
0

Hi,

My customer wants to update the setup of collection letter especially the address part but couldn't find out solution.

- Set collection letter which is same as invoice address but not primary address.

I tried several test but found out it always takes primary address which is usually 'purpose-business'.

Do you have idea?

Viewing all 72043 articles
Browse latest View live


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