10

Make Visual Studio Synchronization work consistently

When working with Data entities in Visual Studio, I found that using the Dynamics 365 menu to synchronize the entire database did not synchronize the data entities correctly. New fields I was adding were not being created.

BUT, if I right clicked on the project and synchronized onl...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
10

Possibility to add relations on views

Allow the possibility to create relations on views to other tables. This will make sure relations are automatically done when using these views in forms, so the joins will be handled by metadata and not to be added by developer by overwritting the init method off a datasource.

When usin...

Read more...

3 Comments

Read more... 3 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
10

Change labels of standard objects as extension

Since the "Rename product dimension" feature is depricated, we need at least the ability to change the label id on EDTs as an extension. Almost every customer would like to use his own wording on product dimensions (like "Form" instead of "Style" etc.).

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
9

SalesTable form SalesLine validateWrite info dialog to show once when switching between header view and lines view

We've added logic to SalesLine validateWrite method, to show dialog to collect details that we update on save of SalesLine, when editing an existing record. When the user is on 'Lines' display and moves to 'Header' display, options shown in the middle of the screen, the dialog is shown twice, ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
New
9

Microsoft Outlook Synchronization Batch Job

This process can be only triggered manually through Finance and Operations app using this path: Common - Periodic - Microsoft Outlook synchronization.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
New
9

Support Nullable conversions for X++ datatypes

C# allows for variables to be declared nullable. X++ does not understand this. This makes it impossible to do certain functions in D365 when integrating to MS Office Applications like Excel. I have been working on an export from D365 directly to Excel and am using a lot of .Net style syntax suc...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
8

Multiple Sampling Quantity Specification for each Item/Product

Hi


Item sampling quantity specification in present Quality control module of D365 F&O has only three options "Percent", "Fixed Quantity" & "Full License plate" with one only singe value can be defined for one product.


In the real time industrial process, Item ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
New
8

Support the deletion / amendment of AssetMaintenanceAssetCalendars items

It is possible to delete "maintenance calendar events" manually using the F&O interface via Asset management -> Maintenance schedule -> All maintenance schedule.


It is

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
New
8

Adjust posting date automatically during invoice posting for Accounts Receivable

When we submit an invoice to the approval workflow, it can take some days to get approved, and because of that, the due date can become shorter than it should be, so it is necessary to adjust the date of the invoice to the current day.


Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
New
8

UPDATE_RECORDSET TOP X

UPDATE_RECORDSET can become expensive in case of large data sets. In SQL we commonly resolve this by executing the update in smaller batches: WHILE ( @@ROWCOUNT ) BEGIN UPDATE TOP (...) SET ... WHERE ... END We would also like to be able to do this from X++. This would need a TOP clause to ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes