7

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...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

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...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

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.

Read more...

2 Comments

Read more... 2 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

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...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

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...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

Use firstOnly in find method on ProjEmplTrans

The find method on ProjEmplTrans table is missing firstOnly keyword. This will be beneficial for performance.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

Intellisense for the immediate window when debugging

Intellisense would be a lifesaver since in the immediate window, it is case-sensitive. It would also be nice if you could call methods with parameters using those variables instead of basic data types (int, string).

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

Database Sync errors

DB Synchronise failures: DB Sync fails on one table, I fix the error, rerun db sync, fails on another table, I fix the error, rerun db sync and so on, What a waste of time,

Please stop using fatal errors in DBSymc, continue until all tables have been synced, and gives us at once all tab...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

Add query range type for the Full text CONTAINS statement

Currently we have the QueryRangeType::FullText(queryBuildRange.rangeType(QueryRangeType::FullText)) as a query range type to use Full Text search. It will be translated to FREETEXT SQL statement. The problem is FREETEXT SQL statement does not support wildcard characters (like *).

Can yo...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
6

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.



Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
New