Hello All,
I have a requirement in D365 FO , where i need to move the flags on address setup parameters( Org administration->GAB->Addresses->Address Setup -> Parameters ) to the country region level ( Org administration->GAB->Addresses->Address Setup ->Country Region). I also need to add a Yes/No field for state level validation.
Using extensions, i was able to save the data into the respective fields from the UI. But, i need to make code changes while the address is getting validated. In the LogisticsPostalAddress table validate field method, i now do not want the standard code to execute, where the parameters from LogisticsAddressParameters table are picked. Instead, i need the values to be picked from the new fields that i added into LogisticsAddressCountryRegion. Is there any option of the standarad code not being called on validatefield using extensions? Or do i need to resort to overlayering here?
Thanks,
Swetha K Desai