Tag: Form Datasource field onvalidating method
-
Form Datasoure field OnValidating Event how to get the record inside code in D365FO; Dynamics 365 Finance and Operations
I created a extension table for VendTable. Then Added two fields. One is VendorRank. and I added these two fields on VendTable Form extension form. In this post, i will show how to get the current record inside datasource field OnValidating event method. Create an Extension Class for VendTable form. Ex: ABVendTableForm_Extension. Now Expand VendTable.Extension…