Public Profile
  • Image of document using Office Lens

    The possibility of creating inbound documents using the camera on the phone is nice, but the images are often very bad - wrong angel and a lot of noize around it. By combining the Microsoft product "Office Lens" the user would define if you are taking a picture (a product or for other means) or a document (a receipt, invoice, etc.). Office Lens is free, so I would not expect it to be any license issues by combining it with the Business Central App. That way accounting gets a clean great looking picture of the receipt ready for approval and posting.
  • Extend report dataset via AL extension

    Currently the path to extend a standard report is to 1. Convert the report to AL 2. Add additional fields to the dataset plus code to populate the fields (if not just adding missing information from the existing source table) 3. Change application to call new report (depending on which report is modified) Although this works it has many downsides. For one the process is very cumbersome and the customer does not understand why we have to go through all this work, just to add a missing field to a report. Second, as the report is a copy of the original we must continuously track changes of the original report and merge them into the copy. When you have 10, 20 or 40 reports to maintain this becomes very time consuming (although some can be automated with PowerShell) and no no value to the customer. From AL it should be possible to extend the datasets of an existing report, just as adding fields to an existing page. From the extension is should further be possible to have access to a before/after trigger on each of the existing report (Init, Pre/Post on Report and Dataset).