RE: Unable to remove "Reserved physical" as reservation is blank and...
Hi Rafal,Thanks for your clarification, however in some instances I'm unable to remove any quantities whether its sales order > reservation or output orders > reservation.
View ArticleRE: Is there any guidlines for API frameworks in AX7?
Hi,Please follow the below link,http://www.uxceclipse.com/azure-app-service-building-an-api-for-microsoft-dynamics-ax/
View ArticleRE: see a customer's total sales and payment amount
Thanks a lot .it was really helpful
View ArticleRE: Is there any guidlines for API frameworks in AX7?
The other link talks about AIF at some point, which is no longer available in D365fO. You have OData instead.You may read about service endpoints for integrations with AX 7 on the wiki...
View ArticleRE: Unable to remove "Reserved physical" as reservation is blank and...
Then you need to remove output order.Pls notice that if there is existing Picking list at Sales order this position will be removed from this Picking list. This is not problem you can make new one :)...
View ArticleRE: CheckBox for Filter on Form
You could do QueryBuildRange.enable(false); or true in the modified method of your unbound checkbox after the super() call, to entirely take off your range, this way you could eliminate checking the...
View ArticleRE: how can i setup the Transaction Identifier sequence number in the Enter...
dear i found out that this will come populated if you fill in the invoice number when you are doing the invoice journal
View Articlehow can i setup the Transaction Identifier sequence number in the Enter...
Dear in the Enter Customer Payment form there is a Transaction Identifier , it seems to be auto generated by the systemthis seems very useful for me , but i can't seem to find were i can set it up?, i...
View ArticleRE: Grid value
It's interesting because my join condition is active, but in some cases if there are a few rows in a grid, all of them are presented correctly, but sometimes only the first is correct, others have 0 value
View ArticleFixed Asset from Purchase Order with a Project ID
I'm currently trying to process fixed assets so that the asset is tagged with a project ID at the creation stage. I assumed the best way to do this would be to aquire assets from a PO and check the...
View ArticleRE: Grid value
Make sure you are using table buffer correctly.Check your method with a standard example.If it seems correct, then share your code. Someone could help you.
View ArticleRE: CheckBox for Filter on Form
If i am understanding you correctly , i have called QueryBuildRange.enabled(false) in Else loop , like below:Not working even now filter is also not working (if check box is enabled).looking forward...
View ArticleRE: Grid value
The method must be ok, because I am using the same display methods as in list page and it works fine. It works fine for many SA lines also, but sometimes it displays other than first rows as 0. This...
View ArticleRE: Unable to remove "Reserved physical" as reservation is blank and...
Thanks, I will look into this once there is another occurrence.
View ArticleUnable to remove "Reserved physical" as reservation is blank and un-editable.
Hi,I'm using AX2012 R3.There have been several occasions where in a sales order we have 2 stock transaction lines. First line sold and the second line reserved physical. However I'm unable to remove...
View ArticleRE: Custom entity creation for EcoResAttributeValue in DMF
The DIXF wizard is sometimes buggy, try to follow the custom/manual creation of the entity, which is also documented on MSDN.As a comment for the Product attributes, please note that it is using the...
View ArticleCustom entity creation for EcoResAttributeValue in DMF
Hi All,I have created custom entity for the table EcoResAttributeValue. After the wizard completion, I don't see any source fields from the table to the staging table(...
View ArticleRE: Dynamics 2009 - WMS (ASP Dot NET application and the business connector)...
Since this is custom code, it is almost impossible to provide you with correct answers for your issue.But as a general advice, I would recommend to read the code with a developer, where he/she may find...
View ArticleDynamics 2009 - WMS (ASP Dot NET application and the business connector) -...
Hi allWarehouse movements are processed using Windows Mobile handheld devices which are interfaced to AX in real time via an ASP Dot NET application and the business connector. The application is built...
View ArticleRE: CheckBox for Filter on Form
No, I said to enable/disable your range in the modified method of your checkbox, and remove the incorrect logic that does not work in your executeQuery method. Try that.
View Article