How to prevent creating or updating records with empty mandatory fields?Issue Despite enforcing records with empty mandatory fields through system dictionary attribute [Mandatory] or UI policy records were created with empty values in mandatory fields.ReleaseSupported environmentCauseRecommendationResolutionIt is recommended to have data policy or Business Rule in place to validate record creation or record updates for empty values. UI Policy or any form-related validation (e.g. Client Script) takes only place on the client side, but it does not perform any validation on the server side. Therefore, records can be created or updated with empty field values for mandatory fields where client-side validation is not enforced.