Regular expressions in D365 F&O

Posted on October 22nd 2020 in Dynamics 365

Regular expressions in D365 F&O

A lot of input validation is already handled by Dynamics 365 itself, such as checking whether a number contains no letters. Yet sooner or later you will come to a time where very specific (text) validation is required. In this post I am using the example email addresses.…

Read more…

Distinguish object types in Visual Studio

Posted on August 15th 2020 in Dynamics 365

Distinguish object types in Visual Studio

It often happens to me that I have to search for the correct tab in Visual Studio, especially when developing for Dynamics 365. Tables, forms, menu items... they can all have the same name. Fortunately, a plugin exists to distinguish these from each other.…

Read more…

A new way to throw as of PU31

Posted on June 28th 2020 in Dynamics 365

A new way to throw as of PU31

Platform Update 31 (PU31) of Dynamics 365 for Finance and Operations introduced a new way to throw managed (CLR) exceptions with the throw statement.…

Read more…

  • Previous
  • 1(current)
  • Next