Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Learnings Mapping

The mappings between learnings within the group.
JSON example
1"source": {
2        "learningAchievementId": "0u9SG0000002aYrYAI",
3        "learningAchievementRecordType": "LearningAchievement",
4        "learnings": [
5          {
6            "duration": 3,
7            "durationUnit": "Credit Hours",
8            "learningId": "0tySG0000007RRhYAM",
9            "minimumLetterGrade": null,
10            "minimumNumericGrade": 2,
11            "name": "ENG 101",
12            "provider": "Allan Hancock Community College",
13            "referencedLearningId": "1W3SG0000000N1R0AU"
14          }
15        ],
16        "relationship": "AND"
17      },
18      "target": [
19        {
20          "learningAchievementId": "0u9SG0000002aaTYAQ",
21          "learningAchievementRecordType": "LearningAchievement",
22          "learnings": [
23            {
24              "duration": 3,
25              "durationUnit": "Credit Hours",
26              "learningId": "0tySG000000EWzJYAW",
27              "minimumLetterGrade": null,
28              "minimumNumericGrade": 8,
29              "name": "ENG 1002",
30              "provider": "Connected College",
31              "referencedLearningId": "0vYSG0000006hrt2AA"
32            }
33          ],
34          "relationship": "AND"
35        },
36  ]
37}
Property Name Type Description Filter Group and Version Available Version
learningAchievementId String The ID of the learning achievement. Big, 66.0 66.0
learnings Learning Details[] List of learning items within this mapping group. Big, 66.0 66.0
relationship String AND or OR relationship between learnings. Big, 66.0 66.0