-
Make Report DataSet Available
Hi, Is it possible to add an option to view the dataset of a report? A lot of consultants and end users use Word layouts to customize their own reports. This option was available in previous versions of Dynamics NAV as a hidden feature in the layout preview of a report and was extremely helpful. Thank you! Kind regards, -
Extend Cryptography Mgt. with RSASignaturePadding parameter
Hi, I am using Crypthograpy Mgt. codeunit of Business Central to sign a string: CryptographyMgt.SignData(SigningString, PrivateKeyInstr, HashAlgorithmType::SHA256, SignatureOutStream); I also need to set the RSASignaturePadding parameter, but this is not available at the moment: https://stackoverflow.com/questions/24263388/rsassa-pss-in-c-sharp I should be able to set the following parameters: Hash algorithm: SHA-256 Mask generation function: MGF1 Mask generation algorithm: SHA-256 Salt length: 32 bytes (= 256 bits, same as the hash length) Trailer field: 1 Can this functionality be added? Please let me know at what time frame this could be implemented. Kind regards, Gijs -
More API pages
Hi, There are a number of default API pages available in Business Central, but for setting up integration with external systems it would be great to have more API pages available by default, without having to create custom API pages. Especially when the current 'web services' will be replaced by API pages in the future this would be helpfull. https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v2.0/ Adding following API pages would be great: - Languages - Customer Ledger Entries - Vendor Ledger Entries - Service Documents (Orders, Invoices, ...) - ... Kind regards, Gijs -
pdfDocument resource type for API call
Hi, At the moment it is not possible to get pdfDocument for salesOrders through API call. It is possible to get pdfDocument from salesInvoices, salesQuotes, ... as desbribed in following url: https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v2.0/resources/dynamics_pdfdocument Is it possible to add this functionality for salesOrders? It would also be helpfull to have this functionality available for purchase and service documents. Kind regards, -
Make attachment functionality more flexible
Hi,
It would be nice to have a more flexible attachment implementation in Business Central.
Enum 135 "Attachment Entity Buffer Document Type" should be extensible and there should be more events for extending the existing attachment functionality, for example in codeunit 5503 "Graph Mgt - Attachment Buffer".
Also, make table "Document Attachment" (for linking attachments to a record in Business Central) more dynamic by replacing field "No." with "System Id" in order to solve the current limitation of the primary keys and make it completely based on GUID.
The goal of these changes is to have a generic 'Attachment' solution in order to have this functionality to each and every table type in Business Central, as well in the User Interface as in the API's of Business Central.
Kind regards,