Added validation rule on Object Form_1634c
Added custom settings Maid_Validation_Settingsc with 1 field
Post Deployment Steps :
Navigate to settings -> Custom Settings -> Manage [Maid Validation Settings] ->
Click New -> for field "Case Type Reported Date" select date as 2023-01-01
Fixes # (issue)
Type of change
[ ] New feature (non-breaking change which adds functionality)
Deployment Tracker
MAiD - Case Management App/force-app/main/default/objects/Form_1634c/validationRules/Rule_42_Data_Check.validationRule-meta.xml
MAiD - Case Management App/force-app/main/default/objects/Maid_Validation_Settingsc/Maid_Validation_Settingsc.object-meta.xml
MAiD - Case Management App/force-app/main/default/objects/Maid_Validation_Settings__c/fields/Case_Type_Reported_Datec.field-meta.xml
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Added validation rule on Object Form_1634c Added custom settings Maid_Validation_Settingsc with 1 field
Post Deployment Steps : Navigate to settings -> Custom Settings -> Manage [Maid Validation Settings] -> Click New -> for field "Case Type Reported Date" select date as 2023-01-01
Fixes # (issue)
Type of change
Deployment Tracker
MAiD - Case Management App/force-app/main/default/objects/Form_1634c/validationRules/Rule_42_Data_Check.validationRule-meta.xml MAiD - Case Management App/force-app/main/default/objects/Maid_Validation_Settingsc/Maid_Validation_Settingsc.object-meta.xml MAiD - Case Management App/force-app/main/default/objects/Maid_Validation_Settings__c/fields/Case_Type_Reported_Datec.field-meta.xml
Checklist: