-
Notifications
You must be signed in to change notification settings - Fork 685
Improved sales demo data in Analytics Module #29347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Improved sales demo data in Analytics Module #29347
Conversation
  Test container: http://bcdev2.fenwicksoftware.com.au:10260/BC/?company=Demo%20Data%206 Related work items: microsoft#27654
…to task/improve-sales-analytics-2026w1
Several improvements to the sales analytics demo data include: - Spread sales documents across more salespeople. - Added more open sales orders. - Added more sales backorders. - Spread out due dates. - Added deferral codes to posted and unposted sales documents. - Added line discounts to posted sales invoices. Test container: http://bcdev2.fenwicksoftware.com.au:10320/BC/?company=Demo12-Sales Related work items: microsoft#27654
|
Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link. |
|
@darjoo Hi Darrick, would you be able to review and complete this pull request please? |
...feeDemoDataset/app/DemoData/Analytics/3.Transactions/CreateExtendedSalesDocument.Codeunit.al
Outdated
Show resolved
Hide resolved
8ce484e
|
Processing this PR. The branch is now locked 🔒 Please don't push updates unless otherwise agreed. |
|
|
||
| using Microsoft.Purchases.Document; | ||
| using Microsoft.DemoTool.Helpers; | ||
| using Microsoft.DemoData.Bank; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be sorted alphabetically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usings are already sorted in alphabetical order
|
Internal build fails with: |
It would be great if you could provide a call stack for me to further investigate. As far as I know, I was able to generate demo data normally in my BC environment. I checked and even got some sales invoice lines posted with deferral codes in the database. My platform build is
And the Deferral Template records are created successfully. Here is the link to the code that creates and populates the Deferral Template with a deferral account: |
|
The build output was a little strange. Let me try to rerun. If it fails again, I'll try to dig for more details. |
@JesperSchulz Do you have any update on this? |
Unfortunately it failed again. However, it fails on the "BuildDatabase" task, which is a little unusual. And it only seems to be failing in local versions! The W1 database builds, but all local versions fail: I'm afraid I don't have time to investigate further. We will need someone from the SCM team to look into this, if needed. @PredragMaricic, FYI. |
@JesperSchulz Thanks, I think this error message is much clearer now. I'll further investigate from my end. |


Change log:
Fixes: #29346
Fixes AB#597341