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.…
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.…
Platform Update 31 (PU31) of Dynamics 365 for Finance and Operations introduced a new way to throw managed (CLR) exceptions with the throw statement.…