RE: Recreate SSRS encryption key after deletion
Open report server URL > Site Settings > Security > Add user here from which you are deploying reports and provide full rightsOpen report server URL > Click/Open "Dynamics AX" report folder...
View ArticleUnable to update TaxwithholdTrans posted transaction D365
Hi everyone,I came across requirement where i need to update TaxWithholdTrans table posted records in table, I have extended this table and added some fields, but when i try to update rows in order to...
View ArticleRE: Recreate SSRS encryption key after deletion
Added the user with full rights. Still the same error while deploying report. Earlier AX was not opening on because of changed SID. I had to update sid in db.usersinfo table of MicrosoftDynamicsAX...
View ArticleRE: Journal batch number
Yes Mr. Andre; however the question is still open and can be fetched by community members again. I just wanted to add this info.Best,
View ArticleJournal batch number
What is difference between journal number and journal batch number? And how and where journal batch number will be create in Ax?
View ArticleRE: Charges didn't post when PO receipt is posted. Why?
Hello Kim,You basically have two choices for posting the charges:1. Post them to a ledger account e.g. a P&L accountor2. Post them on top of the item costs and increase your inventory value...
View ArticleRE: FEFO date control in ax 2012 R3
Hi QAISER SIDDIQUE,I suspect that you have batch tracked items and you track Best before dates. You can setup customer sellable days, where you can define number of days for the stock when it is...
View ArticleRE: Unable to update TaxwithholdTrans posted transaction D365
are you trying to say that you want to update previously posted records?question is, when data goes into the table TaxWithholdTrans ..? before posting or after posting? if the data in the table goes...
View ArticleRE: Uniqueness of Fields in a Table/Form
there are only few ways in AX1) create indexes and set those to allow duplicate = NO2) write logic on methods such as validateWrite, vaidateField, etc.Choice is yours, if you think one solution of...
View ArticleUniqueness of Fields in a Table/Form
Hi Community,let's say We have 2 Fields in a Table/Form. The fields E-Mail, Phone. It is obvious that data for those two entities will always be unique. But maybe a End-Userone day will unfortunately...
View ArticleStopped (error): Update has been canceled. Inventory dimension Size must be...
Hi there,I have a Purchase Order which I want to Approve. But It gives me the following error:Stopped (error): Update has been canceled. Inventory dimension Size must be consistent within the lot, so...
View ArticleRE: Unable to update TaxwithholdTrans posted transaction D365
I want to update these records after posting. so i found a work around, before i was using "Update()" method but now i have used "doUpdate()" and it worked and updated the posted records as well
View ArticleAX Crashes in ax 2012 R3,DebugDiag Err Stack
Hi Team,Getting below error in ,while crash in debugdiagTypeDescriptionRecommendation ErrorIn Ax32Serv__PID__6824__Date__05_19_2018__Time_01_21_58PM__39__Second_Chance_Exception_C0000374.dmp the...
View ArticleRE: Unable to update TaxwithholdTrans posted transaction D365
Good if you have done your job by whatever means but knowing some basics can be helpful.If you see previous versions of AX there used to be super(); keyword in update method exemplified as following...
View ArticleRE: SourceDocumentLineItem object not initialised error while choosing...
Hi,Run a full CIL compile and see if this solves your problem.Regards Hossein
View ArticleSourceDocumentLineItem object not initialised error while choosing invoice on PO
Hi All,I am getting the error "SourceDocumentLineItem object not initialised. along with update has been cancelled" while I click the invoice button on invoice tab of the PO. The below is the stack...
View ArticleRE: SourceDocumentLineItem object not initialized.
Hi,Run a full CIL compile and see if this solves your problem.Regards Hossein
View ArticleSourceDocumentLineItem object not initialized.
Hi all,We are facing the below error while trying to invoice PO: (no PR associated with it).SourceDocumentLineItem object not initialized.Stack...
View ArticleRE: Adjust PO -> error when confirming the PO
Hi,Run a full CIL compile and see if this solves your problem.Regards Hossein
View ArticleAdjust PO -> error when confirming the PO
Hi all,When i create a PO with one line, confirm the PO but then i change the PO-line (for example i change the quantity from 5 to 6), the system gives following error:Debugging the code is apparently...
View Article