1

In Business Events Catalog microsoft need to introduce Worker created and Terminated event

In Business Events we don't see any standard events for Human Resources but There is a need where we need to create Azure AD user when a worker created in D365 F&O. Similarly when a employee Terminated we need to disable the same in Azure Ad we need standard business event so that we can make use...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
59

Feature management: Add generic way to check if feature is enabled from X++

When a new feature is added it can sometimes impact customizations in different ways. Sometimes partners and others have a need to check if the feature is enabled or not to be able to take the feature into consideration when creating code, but today there is no general way or a framework for this...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
15

Filtering on memo fields using wild card characters

Based on current system design full-text index search does not support wildcards. https://docs.microsoft.com/en-us/dynamicsax-2012/developer/full-text-index-overview#features-and-background-information-of-full-text-search But, we have an option to use QueryRangeType::FullText from X++ and when u...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
4

China Golden Tax Improvisation

In Dynamics 365 Finance and Operations we can enable China localization while creating the legal entity by detecting the Address. This is how the VAT integration module is activated wherein all posted Sales Invoices are accumulated. However, VAT Integration Invoice module only accepts those Invo...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
6

Make analytics objects extendable

Currently aggregate dimensions, aggregate measurements, calculated measure templates and calculated measure period templates are not extendable. The only way that functionality can be added to them is to duplicate them, however doing this causes best practice violations during the build process w...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
13

Support XPP generation from XML

Requesting that the functionality you get in the AOT when selecting <>View code (generating .XPP file from source .XML) is made available outside of the Visual Studio add-in, if possible but not necessarily as open-source. Scenario: We're developing an ISV solution. We install the binaries and s...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
7

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

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
2

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

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
2

Like used in x++ statements, introduce : BeginsLike and EndsLike

Hello, When writing a X++ select statement that requires a like it will always translate into "where buffer.fieldId like '%TEXT%' and ...." For performance, we sometimes only to do "where like 'TEXT%'..." or " where like '%TEXT' and.... " and using the wildcard symbol on both sides prevents an ...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes
1

Introduce a property on a table field to set a default value on SQL

It would be nice to have a property on a table field which defines the default clause on the SQL table, now 'empty' values are used as default values. This enables more metadata driven development, so no need for coding anymore. for example now it's generating ALTER TABLE [dbo].[CUSTGROUP] ADD...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (258)

STATUS DETAILS
Needs Votes