Monday, 12 March 2018

Cancel OOTB validation on data field and field control events in AX7 / D365

In AX7 / D365 like tables, form controls and other element types, form data sources and form data source fields provide framework-level events. Validation events on data field and field controls support invalidating the user-specified values. The following example shows how you can cancel or override validating values on Validate events of form field control or of data fields.

Form data field validation:




From control field validation:




No comments:

Post a Comment

Get Parent Position Worker Name from Current Worker Position | D365FO X++

In this blog, we explore how to fetch the Parent Position Worker from a Current Worker Position in D365FO. The solution revolves around c...