Stop all job queue creating a Sandbox as copy of Production in SaaS
Hi, When creating a new environemnt as copy of another one via Admin Center in SaaS the APIs connection are disabled. I suggest also to stop all the job queue as part of the process.
Microsoft Sharepoint Connection Setup for user
Hi, Currently Microsoft Sharepoint Connection Setup is one for database so all the document saved in Sharepoint will be assigned to the user that is setup. I think would be better have a setup for each user so that in Sharepoint we can track who saved the document as help with permissions.
Fields marked for Removal
Hi, As Partners, we need to receive clear information about functionality marked as obsolete. Currently, there is this page with a list of fields https://docs.microsoft.com/en-us/dynamics-nav/deprecated-fields We need not only in which version the field has been marked as obsolete but also wh...
Multiple Vendor Bank Account flagged as Use for Electronic Payments
Currently there is check in the Report 10083 "Export Electronic Payments" but also during the Generation of EFT files that return an error if you setup multiple (more than one) Vendor Bank Account with "Use for Electronic Payments". In the general journal lines can be specified a different Bank A...
Allow to publish per tenant extension via API using SchemaUpdateMode = ForceSync
I know that BCContainerHelper already contains a method to Publish-PerTenantExtensionApps (https://github.com/microsoft/navcontainerhelper/blob/ed6976186a082d492a95e8f59271b3bc13044d8e/BcSaaS/Publish-PerTenantExtensionApps.ps1) that uses the Automation API (https://docs.microsoft.com/en-us/dynami...
Implement count of distinct functionality in object type Query
Hi, Query objects should allow generating in AL same queries can be done in SQL. I found that is not possible to make a count of the district. Here an example of the query I wrote in SQL: Select [Customer No_], count(distinct([Currency Code])) as CurrenciesUsed from [CRONUS UK Ltd_$Cust_ Le...
Allow nested JSON to be translated in Text in API and Web Services
With EDM types, it was possible to receive requests with nested JSON structures and accessing the whole structure from the same API page. Since EDM types have been removed, this flexibility is not possible anymore. The only workaround found is to pass an escaped JSON object as part of the messag...
Allow to see obsolete field marked as Removed in a SaaS Sandbox
In SaaS Production environment fields cannot be deleted but in a Sandbox yes. This idea is only for Sandboxes. Fields with ObsoleteState = Removed are not visible but accessible only via upgrade codeunit. I think that would be useful to have a graphic way to be able to check if a field has bee...
OR filters in Query Objects
In a Record is possible to apply OR filters using FILTERGROUP(-1) I did not find a way how to apply an OR filter in an object of type Query
Be able to Overwrite standard Labels/TextConstants in an extension
Hi, Sometimes this question comes from our customer and currently this is not possible. Example, a company of mechanics that wants to use "Service Items" but in the standard messages would like to see "Vehicles". There are a lot of Labels / TextConstants in BC related to this area, I think th...