web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / mfp's two cents / New capability in X++ : The...

New capability in X++ : The In operator

Michael Fruergaard Pontoppidan Profile Picture Michael Fruergaard ... 1,616

We recently added a new feature in X++, making it easier to make certain SQL-where clauses extensible.

Consider this method:

In1.png

It can now be refactored to support an extender in controlling which LedgerPostingTypes to include in the calculation:

In2.png

A neat little feature that debuted unnoticed by most.

Comments

*This post is locked for comments