Integration with third party application Database(SQL Server)
Hi Experts,I want to read data from SQL database of third party applicationSuggest me what is the best approach to integrate this DB with Dynamics AX 2012.ThanksTanmay
View ArticleRE: Configured VSTS in VM (Update 15 D365FO)
When you create a solution (in which your new projects will live) you have a checkbox "Add solution to source control".If you skipped that, you can just right click the project in the Solution explorer...
View ArticleRE: Configured VSTS in VM (Update 15 D365FO)
After configuring workspace, move your existing project to the workspace folder. Then open the project in VS and right click it to add solutions to source control.
View ArticleRE: Configured VSTS in VM (Update 15 D365FO)
Ada,I think it's better to configure the workspace to use your existing project folder (the one where the Visual Studio projects are created by default).
View ArticleRE: How to convert the SQL Query "Left Outer Join" into X++ query while using...
I can think of one last Option:* Use the query in a View* Try reading from the view and use it with insert_recordset. It might work.
View ArticleRE: Sales picking in warehousing
Hi,I was going to say that, unless you were using the Batch dimension, you can't. But then I did a quick test.If you have a non-Batch item, and no special setup on the Item model group, then AX will...
View ArticleRE: Error after create Deployment Package SCMMobile in Dynamics 365 Finance &...
Have you checked in the table "CAMDataCostControlWorkspaceConfiguration"? Does it have the mentioned method?
View ArticleRE: Configured VSTS in VM (Update 15 D365FO)
Right click on solution and add it to source control (while checking in you can exclude it). Once you do that  start adding objects to your respective project and then right click on object and click...
View ArticleRE: problem with apply Record level security on ledger trial balance
anyone have solve for this problem please
View Articleproblem with apply Record level security on ledger trial balance
here i want apply level security on ledger trial balancebecause i don't want from that user to see all accounts on ledger trial balanceso i chose specific account from Main account by criteria on...
View ArticleRE: Error after create Deployment Package SCMMobile in Dynamics 365 Finance &...
Make sure your custom model has reference to cost accounting package . Table CAMDataCostControlWorkspaceConfiguration belongs to cost accounting.
View ArticleRE: Invoicing a line of a PackingSlip
In the SalesEditLines form (which opens after clicking Invoice menuitem), you can select "PackingSlip" for "Quantity", then click on the "Select" button.In the query window, add filters on:* "Customer...
View ArticleRE: Sales picking in warehousing
Hi,I tried to enable the FIFO date-controlled checkbox on the Item model group, but it gives the below error:One or more items associated with this Item model group are controlled by processes defined...
View Articlewant to query Product dimension like size,color and configuration in sql...
Hi Experts,I want to access product dimensions like size,color and configuration in sql server side in ax 2012 but when i go to AOT and check that table used in this process is Extends some other...
View ArticleRE: Error message " No lines found for post"
In case of "No lines found for Post"1. You might consider looking at the SLA Time Record (On the Top)-This is to check which date the service endsSo logically,You need to specify END DATE, When you are...
View ArticleError message " No lines found for post"
I've been doing some work in service centre and everything has been working well up to yesterday but today I'm getting this error message "NO LINES FOUND FOR POST". As far as I know no alterations have...
View ArticleRE: Sales picking in warehousing
Right. That's pretty crucial information! And what is your view on using the Batch dimension?
View ArticleRE: Sales picking in warehousing
I looked in the Code, and here's what I foundThe class method WHSInvent.reserveInventory() is responsible for WHS reservations. Now it's funny because, it uses the same class InventUpd_Reservation...
View ArticleRE: Sales picking in warehousing
In Addition, this class method as well.WHSInventOnHandReserve.reserveNow() >> WHSInventOnHandReserve.changeReservation()
View Article