RE: Running AX batch from SQL
SQL Server jobs support PowerShell.You can find examples for using AX Business Connector in PowerShell with some searching.With Business Connector you could call whatever static class method you...
View ArticleRE: Setting up Kingwaysoft / SSIS to connect - Connection String - Proxy user
Whatever software is using the connection string, make sure that you set the user context on that to be privileged for your SQL Server instance both as a login, and as a database reader for your target...
View ArticleRE: Data Migration: SAP to Dynamics AX. Standard mapping template
Hi Ritzell,I'm just wondering if you ever found anything helpful around this topic? We're just about to embark on a SAP FI -> Dynamics data migration, with one of the first tasks being the field...
View ArticleData Migration: SAP to Dynamics AX. Standard mapping template
Dear all,As data migration between SAP and AX would likely have been performed many times. I would expect to be able to find data mapping documents covering at least most of the standard fields in both...
View ArticleRE: Running AX batch from SQL
Dear Martin, Thanks for the reply, Requirement is to run retail batch job manually in store level after making close Shift. So I Plan to make Store producer in shop level that can run retail batch...
View ArticleRE: Company logo in sales invoice
Hi Maxim_msk,Branding is enabled only for modern reports that you need to install separately docs.microsoft.com/.../install-modern-report-design-templatesBut design on your screenshot looks like...
View ArticleCompany logo in sales invoice
Hi,i realised what i don't know how in D365 for operations i may set company logo and print it in sales invoice.In AX2012 everything was simple and i could add logo in Organisation administration /...
View ArticleRE: How to connect Management Reporter with different AX servers
Thanks Ludwig Reinhard,Yes we need separate installations of MR for AX Live and Test. We can export MR report from Live and import to test MR.MR export process by default starts exporting...
View ArticleRE: Listing BoM including production order number.
BOMs exist independent of Production orders, and one BOM might be attached to several items.To see all of the production orders for an item which has a BOM you can obviously filter the Production order...
View ArticleRE: How to validate/filter data in DMF (Data import export framework)
Hi Rudi Hansen,As far as I know, transfer of data from file to staging table is done by SSIS that does not know anything about AX business logic and can validate only data types. All...
View ArticleRE: How to validate/filter data in DMF (Data import export framework)
Ok do you know where in the code that happens?
View ArticleHow to validate/filter data in DMF (Data import export framework)
I have to read a CSV file with Supplier prices, and i would like to do some validation/filtering of the data when i read the into the staging tables.As far as i can tell i am reading the records into...
View ArticleRE: How to validate/filter data in DMF (Data import export framework)
If you asking about writing to staging check DmfStagingWriter.execute()
View ArticleRE: Data Migration: SAP to Dynamics AX. Standard mapping template
Source data is quite dependent from SAP settings, for example, GL entries can be stored in 2 or 6 tables if the company is using the old or new GL in SAP. Dynamics AX don’t have such functionality....
View ArticleRE: How to validate/filter data in DMF (Data import export framework)
Actually you may override postGetStagingData method on DmfPriceDiscAdmTransEntityClass to "cleanup" data. This method is executed just after import into staging table, but again you cannot avoid...
View ArticleRE: Running AX batch from SQL
See the suggestion above. Business Connector is just one way of solving this though, as Martin mentioned you may use AIF services as well. There are more solutions as well depending on by what...
View ArticleRE: Maximum Items from PR to PO lines creation limit is currently 50?
Are there different requesters, line types, currencies, or procurement categories in the PR?
View ArticleRE: Running AX batch from SQL
Unfortunately I'm not familiar with Retail, therefore I'm not sure what you mean by "in store level". Which component it is? Many parts of Retail can be customized by C# code, which would be easier to...
View ArticleRE: How to validate/filter data in DMF (Data import export framework)
This actually solves this problem for me, i can put some cleanup code in postGetStagingData.Thanks for your help
View ArticleRE: AX Installation error " Connection with the Application Object Server...
Hi all, in case the AOS service is running, axc configuration is correct and you still face the issue, you should check the table sysserverconfig as it may contain old AOS entryRegardsAlessandro
View Article