AX Reports are not showing labels
Hi,We have upgraded our environment from SQL 2014 SP2 to SQL 2016 SP1. Everything seems to be working fine except SSRS.Labels are not showing on Reports.Can anybody have any solution for this?
View ArticleRE: Create custom Number Sequence for customer group
Hi Mohammad,There is no option in the standard application to be able to configure number sequences for/per customer group. What's in a number? When really required, you can consider a customization.
View ArticleRE: How to create the following while select into an x++ query
Hi!This link will be helpful https://docs.microsoft.com/en-us/dynamicsax-2012/developer/using-expressions-in-query-ranges
View ArticleHow to create the following while select into an x++ query
How to create the following while select into an x++ query,z_RentalOrderTable rent; TransDate td = today() - 7;while select firstonly100 rent order by PostedDate descwhere...
View ArticleRE: how get the Logistics Electronic Address Table Description Field Based On...
Currently I am Working on the Purchase order Confirmation Report(Morphx).I need to fetch the Description in the Vendor Address Form ->contact Information->descriptionIt is There in the Logistics...
View ArticleRE: How to create the following while select into an x++ query
Let me make your code a bit more readable. Next time, please use the </> button in the rich formatting view and try to arrange your code to be as clear as possible.while select firstonly100 rent...
View ArticleRE: How to create the following while select into an x++ query
Martin,today() - 7 is the dateRange. its a date variable.
View ArticleRE: Implementing journal 'copy' functionality
hi crispin ,how to re-write the code and which specific methods we've to call from AxLedgerJournalTrans to ' write' and copy the Ledgerjournaltrans lines ?
View ArticleRE: How to access D365 for operation database externally
How are we supposed to connect to data in the production environment?For example how can I connect Power BI to my data? I have heard reports that OData is not reliable as they are based on Microsoft...
View ArticleHow to access D365 for operation database externally
I have developed an external schedule application for AX2012 and now planning to port over to D365.Originally we have custom tables used in my schedule app and access those tables using Entity...
View ArticleRE: Implementing journal 'copy' functionality
I'm sure, there are many different examples online. Here's one. community.dynamics.com/.../dynamics-ax-2012-x-code-to-create-amp-post-general-Journal
View ArticleRE: How to access D365 for operation database externally
There are many ways for getting data out D365FO and which one you should use depends on what you need. Regarding Power BI, look into documentation at Power BI integration with Entity store.
View ArticleRE: How to create the following while select into an x++ query
Okay, that's likely the problem. Convert the date to string with date2StrXpp().
View ArticleGL account setup – don't allow manual entry
Hi All,do not allow Manual entry field checked and do not allow manual entry field unchecked.Please guide me about two things .Thank you!Regards,Durgaprasad
View ArticleRE: PO Invoice Amount zero
What about inventory transactions and reports which will contain information about this transaction?
View ArticleRE: PO Invoice Amount zero
Hi Rustem, Wouldn't those reports show at best a $0 transaction?In which report do you see an issue because of this $0 posting?Best regards, Ludwig
View ArticleRE: PO Invoice Amount zero
I mean inventory reports and transactions which show purchased qty, or this is a service item which don’t generate inventory transaction?
View ArticleRE: Implementing journal 'copy' functionality
hi, using both the codes(code i've posted & link you've provided) the data's are getting inserted at back end-table level but it's not getting reflected in form level.so what we've to do in form...
View ArticleRE: Create custom Number Sequence for customer group
This would require a customization.Please consider that customer group for the customer can be changed after the customer has been created.
View Article