Financial Tags should be available in Customer Transactions
Financial Tags are very useful. But currently not available in Customer Transactions.
For example if Cust Invoice is fully settled user can update the information like Payment, Writeoff, Credit note etc which very useful for the Clients using Financial Tags.
From Invoice account, open orders filter adjustment
Current logic:
When going to All customers > Select a customer account -> sell tab -> orders -> All sales orders the filtering is applied on Customer account. The expectation is to have all the Sales Orders on the Invoice account.
C...
Model environment variable similar to the appsettings.json file for preconfiguration of model
As a developer distributing an ISV model.
I would like to be able to include a json file similar to the appsettings.json file in a C# project with model specific parameters like a connection string or and another key value.
So that we can create a deployable...
Alternative Item Number Validation Sequence
When a released product has an Alternative Item Number defined along with a Sell End Date defined or Stopped checked, it should validate the Alternative Item Number first, then proceed with the other line item validation. As it stands, the Sell End Date and Stopped fields are validated before the...
Want to be able to execute insert of 100 digit customername field using CustTable.insert method
Definition of the name field of DirParty table is nvarchar(100). But in the EDT definition of name in the CustTable.insert method, the maximum string is 60. Therefore, if we create a DirParty.name with the CustTable.insert method, we can only enter up to 60 digits. This looks like a bug. If we us...
Microsoft approved guidance on how to build new local dev environments
We recently had an issue with our newly-build V10 dev VMs. Our setup path was: 1. Download VHD from LCS. 2. Patch Windows. 3. Patch D365FO (upgrade to newer platform update, apply ISV packages, apply local packages). 4. For each developer, copy VHD and create new VM. 5. Rename, attach to local do...
CoC is available on data entity but doesn’t have method to upate range for Data entity
We find that CoC is available on data entity and there are codes for creating data entity extension using CoC. However there is no way to extend Data entity to update range of Data entity using CoC Really appreciate development for it because there is a high coming demand for it from the custo...
Customer autonumber through OData service for D365 FO
Currently when creating records through OData the ID will be autonumbered when the ID is left empty for all entities except customers. It would be great if the ID would autonumber for customers when importing through OData like all the other entities.
Automatically resolve model references in Visual Studio
Not sure if this has already been asked. Is there anything on the roadmap for automatically updating a model's references with the standard models used in code? As an example, I may be writing some code that uses VendInvoiceJour to find purchase order IDs. I write the code, everything seems fine...
Allow extension for FormDataSource
Is there any plan to introduce extension for FormDataSource ? I mean, we can create display on table but I did'nt find a way to create a display on form for a formdatasource. Because in my case I need the context of my form sometimes. For example on ReqTransOverview form in one of my cases. I al...