RE: AOS is getting crashed while clinging on import button
Dear Ajit,Thanks for your reply.Actually I am not able to select XPO. The AOS is crashing immediately when I click on Import button.
View ArticleRE: Custom data entity url works fine even after its container Model is deleted
Okay, I followed your suggestion and started Build & DB Sync on Application Suite. (VS -> Dynamics 365 -> Build models --> select ApplicationSuite and its referenced packages, also...
View ArticleCustom data entity url works fine even after its container Model is deleted
Hi all,Well, I have a confusion regarding Model delete.I have created a Model in Customization (Overlayering) mode on ApplicationSuite, and created few data entities, classes etc. Now I chose to delete...
View ArticleMissing fields in "Customer internal statement" report
The customer internal account statement report should be a standard report. (Path: AR > Reports > Transactions > Customer > Internal account statement)It get a field "Description". But I...
View ArticleHow can we import party relationships in AX 2012
Hi Techies,We want to import party relationships in AX, AX->Home->GAB->Relationships.How can we do this? Is there any DIXF entity available for this?Any response is appreciated. Thanks in...
View ArticleRE: Bar code select form missing in CU12
Is there any way to pop up the bar code select screen in CU10 and cU12 from item search screen on POS?
View ArticleBar code select form missing in CU12
Dear All,I have noticed that the bar code select form is not showing in CU12, but the same is showing in RTM and CU8,I have reviewed the code and found no difference between CU12,CU8 and RTM. I have...
View ArticleCustomization of Return transaction
Dear All,I want to make customization on Return transaction. Hence, i have taken standard ReturnTransaction class definition (code). i created a new blank operation called return transaction and pass...
View ArticleRE: X++ Count Distinct CustAccount
Try This way,public display int customerCount(){DriverShipTableDet driverShipTableDet;DriverShipTable driverShipTable;select count(RecId) from driverShipTableDetwhere driverShipTableDet.InvoiceNo ==...
View ArticleRE: AOS is getting crashed while clinging on import button
Close your AX client, then delete the *.AUC files in your Windows User profile to erase the client cache for AOT objects.Stop the AOS and do an axbuild to compile your application, then check the...
View ArticleRE: How to change the billing address in Purchase order
Hi Ramanadham,I have split your question from the original question as you were changing the subject. By default the address from the legal entity is taken in any case. If you need to print addresses...
View ArticleRE: Loyalty schemes - delete retail channel from a loyalty scheme
Hi,I can apply this card to a transaction at any of the company stores, for example Moscow. If it was attached only Seattle from the very beginning when creating the scheme and I use the card in...
View ArticleRE: Missing fields in "Customer internal statement" report
Hi Ko,Have a look at the answers from a recent similar question : community.dynamics.com/.../668435
View ArticleRE: How to change the billing address in Purchase order
Hi Raghav,You can change the address based on the address type in the PO. Edit the PO and than under header you will find Address Tab click on the + symbol to add type and change address....
View ArticleHow to change the billing address in Purchase order
How to change the billing address in Purchase order.requirement is company is having 20 branches but only one legal entity.while creating PO by default legal entity address is coming i want to change...
View ArticleRE: X++ Count Distinct CustAccount
Hi HAIRUL HAZRI,is your issue resolved ? Please let us know if issue still exist or please mark helpful answers next to each post with the checkbox on the right.
View ArticleRE: How can we import party relationships in AX 2012
It is the DirPartyRelationship table, there is a DMFDirPartyRelationship entity out of the box.
View ArticleRE: How to passing the the form control value from child form to parent form
If formRun() didn't return a FormRun object, it would mean is a huge bug in AX kernel. But I think it's more likely that you gave us wrong information. You most likely meant caller().I didn't remember...
View ArticleRE: X++ Count Distinct CustAccount
[quote user="Rohin"]declare a variable and assign it the value in your while loop and return it outside the while loop. int count; while Select count(InvoiceAccount) from CustInvoiceJour join...
View ArticleRE: How can we import party relationships in AX 2012
Hi Sangram,I have verified AX 2012 R3. In this version there is an entity "Party relationships" available which can be used.
View Article