Thanks for clearing that up
RE: IIS or not with Ax 2012 R3
RE: Split Production Order from Sales Order
Hi,
Are you talking about default order settings on the item in the Stock tab ?
Have you double check your SO line is setup in the same Warehouse as your min and max are setup ?
Have you setup the standard default quantity as well ?
How do you create the production order from the SO ? Using the explosion functionnality ?
How is setup your item coverage for this item ?
Data is not fetching from table to form
Hi Experts,
i have created the payment journal, its storing in table but its not fetching into form, header level its fetching the data from table to form but line level only im facing issue to fetch the data from table to form please tell me some solution to solve this issue.
Thanks & Regards,
Ashwini
RE: Data is not fetching from table to form
Hi Ashwini.123,
You should create a relation on the table level between header table and lines table. Then add 2 data sources to a form and join them. AX will use relation defined to build a link and show only lines related to selected header.
If you have issue with it you need to provide additional information, like relations that you have on the header and lines, data sources of the form etc.
RE: About Purchase order Return
Thank You champ.. :)
About Purchase order Return
Dear Concern,
I have allocated charges on a PO but the charges have been allocated on wrong shipment. How can we reverse PO?
RE: Export data from multiple tables to excel
If you are talking DMf, yes your steps are enoug.h
If you want Excel addin, a 4th step is required. You have to make a new query with the view as the datasource.
Go to organization Administration >> Setup >> Document Management >> Document datasources >> add a new record with your query here, and activate it.
Once you restart Excel (probably requires an AOS restart) you will see this query in the available AX datasets.
You can refresh any time / any number of times from Excel (or Auto refresh when the Excel file is opened)
RE: SourceDocumentHeader and SourceDocumentLine update failure with converted Purchase Orders
Hi Konrad,
Could you explain what the minor code fix was in your case?
I'm having the same issue on a D365 enviroment but with a purchase order I create manually.
Thanks,
Ciprian
SourceDocumentHeader and SourceDocumentLine update failure with converted Purchase Orders
I hope someone has seen this before and has found a solution. New purchase orders do not generate the cannot update SalesDocumentLine record but some of the converted ones do. We get the unable to update SourceDocumentLine followed by the update canceled messages. This is during confirmation or just viewing the distribution.
The SalesDocumentHeader and SalesDocumentLine references in the PurchTable and PurchLine appear valid. Each purchase table order with one line has a source document header record and a source document line record. The purchase line record has a source document line record as well. Deleting and reading the line does not fix the problem so it may be header based.
For some reason the source document line record keeps trying to add an AccountingDistribution record even though the correct line distribution record is already there.
The failure is in SourceDocumentLineState\updateReferenceData on the line:
sourceDocumentLine.update();
I have found other instances of the problem on the web but no definitive solution with the suggestion to try and regen the CIL.
Any suggestions would be helpful. At the point of the failure the SourceDocument classes are 11 deep so diagnosis is real difficult.
Thanks!
Konrad
RE: Variant number sequence
Retail >> Setup >> Retail Parameters >> Number sequences tabpage >> Variant number
Variant number sequence
I have created a new legal entity and i have created a new product in that company. So when i'm trying to release the product variant from variant suggestions , it is giving me an error saying 'Variant number sequence is not set.' How can i create this variant number sequence ? And can i create it manually and automatically ?
RE: Data is not fetching from table to form
Hi Ievgen,
Thank you for reply, we are using this two table Ledger Journal Trans and Ledger journal Table both tables are default table and default form im using , i didt use any customisation in this form eventhough its not showing in line level. please give some idea to solve this issue.
Thanks & Regards,
Ashwini.E
RE: Export data from multiple tables to excel
Thank you so much.
What does DMf mean?
Last question. Regarding the 4th step. I was planning to just create an entity from the view. Will that not work? And is your suggestion an extra to the entity or a replacement?
RE: Data is not fetching from table to form
What is the default form that you are using? Could you share a screenshot to better illustrate what is the problem that you are facing? And also describe what is the actual vs expected outcome.
RE: Can´t restart service AX 2012
Have a look in the Event Viewer, the AOS reports there what its doing.
On your picture it looks like you are still shutting down the AOS, and that should not take that long.
RE: Variant number sequence
I setup a variant number in the number sequence code , but its showing it as invalid information. which means that i have to set up the number sequence code { this a new entity that i have created} ? What should i do to be able to create the variant number ?
RE: Split Production Order from Sales Order
Hi,
Could you clarify you request a bit more? Normally you create one production order for a sales line by default ax will suggest the full amount and will write a reference to the production order on the sales line (SalesLine.inventRef). If you have 2 sales line for the same item in your order you can fix it like that.
If you really want to split a sales line into multiple production orders you are looking at some customization. It is possible to attach multiple production orders to the same sales line but than the relation will happen via the inventory transactions. Via code this is possible I did not try it out via the workspace.
Kind regards,
Koen
RE: About Purchase order Return
Hello Muneeb,
Great to hear that you fixed your issue.
Would you please be so kind and mark Andre's answer as verified to let also other community members know what helped fixing your issue?
Many thanks and best regards,
Ludwig
RE: Export data from multiple tables to excel
DMF - docs.microsoft.com/.../user-guide-dixf (you probably don't Need this)
The word 'entity' Needs some context. Can you explain that slightly detailed?
RE: How to add additional parameter to the local macro using extension class in D365FO
Thanks for your help ievgen.