Forum Post: Put locations is blank in Work line
Hi ALL I have set up every single thing related to Locations, Location profiles, Work template and Location direction. Once I click on "Release to Warehouse" button on the Sales order - Load, Shipment,...
View ArticleForum Post: RE: Overwrite the field's value
I wrote the code in the purchcreateorder form's purchtable datasource's field (Order account). So basically, i wrote the modified code in the order account to modify the remark automatically as i enter...
View ArticleForum Post: RE: Bad query plan from Ax but not in SQL
Hi, We had this Issue Recently I worked on it and was able to get Good performance. by following the steps. Work involves in bringing the performance on the form LedgerTransAccount. I posting this ,...
View ArticleForum Post: RE: Financial cost amount value come incorrect.
Hi Shivendra, Now I am not the best at stock and warehouse management but this might be worth a check. If the item has a stock model of Standard Cost and your standard cost is wrong this could be...
View ArticleForum Post: RE: Overwrite the field's value
And while compiling the whole code, i am getting these 2 errors . Can you sort it out first? 1. Invalid object name 'dbo.DBVersion'. 2. Could not find stored procedure 'dbo.LockNmaesTable'.
View ArticleForum Post: RE: PO Item #
Hi Rajj, what are you trying to do ? post a PO invoice? Could it be possible that the PO has had a previous purchase order confirmation with Item 22. ?
View ArticleForum Post: RE: AX 2012 ERD
Hi, You can still see table info on these pages: msdn.microsoft.com/.../cc652476.aspx There is also a relationship section :) Not exactly what was on www.microsoft.com/.../ax2012r2 but at least it is...
View ArticleForum Post: RE: Put locations is blank in Work line
Hi Ronen, Can you share setup screenshots, especially Location directives for Put work type and what have you set in the Edit query in the Location directive section and in the Location directive...
View ArticleForum Post: RE: Overwrite the field's value
these errors are not related to above code unless you have done some customization. Try to synchronize database and then try. Also you don't have to write any code to update it as field belongs to...
View ArticleForum Post: RE: Copy admin roles with a few exceptions
There will be no point of managing security after assigning that special security role called Systems Administrator. Pressing Ctrl+D will let them in and bang the system the way they want. I can see...
View ArticleForum Post: D365 Operations /AX integration API
Is there a list of APIs exposed by D365 ops/AX? In SAP, there is BAPI which comes with documentation, but I could not find formal documents around the public APIs for D365 ops/ax. Also, does anyone...
View ArticleForum Post: RE: Overwrite the field's value
OK. i will check on that. But these are errors coming and due to them my build is unsuccessful. I cant see the output. I am doing customization on existing forms. But these errors didn't arise till...
View ArticleForum Post: RE: Adding Datasource in Extension List Page Form in D365 Ax7
Create extension for query EcoResProductPerCompanyListPage and add datasource over there
View ArticleForum Post: RE: UnrealizedTax for PO
A few questions.. -What version of AX are you using? are you trying to do this using X++ or the rich client? -Did you set the item vat group and vat group on the purchase order line? -Have you checked...
View ArticleForum Post: RE: Overwrite the field's value
Try resting IIS and then do the build but if errors exist in your code then iisreset wont help.
View ArticleForum Post: RE: D365 Operations /AX integration API
Hi Maveric512 , Did you check github page for different integration examples ? if not take a look at this github.com/.../Dynamics-AX-Integration Recurring integration scheduler...
View ArticleForum Post: RE: Overwrite the field's value
These are the only 2 errors. Other than that, there are no errors in the project.
View ArticleForum Post: RE: Change default sort order in Enterprise portal list
Hi Sohaib It works!!!
View ArticleForum Post: RE: Report server high CPU issue
Hi Hassan, I would read through these articles and make sure your MS SQL Server instances are set correctly. They are very detailed but very useful articles....
View ArticleForum Post: RE: D365 Operations /AX integration API
There are various types of services offered by AX 7, as you can see in documentation unde r Service endpoints and Data management package API . Note that it's very easy to create new services (both...
View Article