Learning Request page: Need to make Start Date and End Date required fields - not working in VBS
in Learning
Hi everyone, I'm trying to make two seeded fields on the Learning Request page mandatory:
- Learning Request Start Date - does not come up as required (other DFF fields shown below afterwards are working ok)
- Learning Request End Date - does not come up as required (other DFF fields shown below afterwards are working ok)
VBS Field Rules:
VBS changes applied in App Extn Preview:
Version (include the version you are using, if applicable): 25C
Code Snippet: VBS metadata-rules-x.json Snippet:
{
"addMetadataRules": [
{
"id": "percentages",
"label": "Percentages",
"description": "percentages",
"status": "active",
"overlay": {
"fields": {
"learnerLearningRecordsSelectedCourseOfferings.assignmentDFF.QualificationPDGlobal": {
"required": {
"value": true
}
},
"learnerLearningRecordsSelectedCourseOfferings.assignmentDFF.requestingrecognitionglobal": {
Tagged:
1