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.

Requirement Update Item Input

Input representation of the learning requirements, such as prerequisites, corequisites, and recommendations during the update.
JSON example
1{
2  "prerequisites": {
3    "createRecords": [
4      {
5        "type": "Single Achievement",
6        "minimumGrade": 7,
7        "duration": 1,
8        "durationUnit": "Credit Hours",
9        "learningAchievementId": "0u9LT00000004pBYAQ"
10      },
11      {
12        "type": "Group Achievement",
13        "achievementContributors": [
14          {
15            "id": "0tyLT00000009LcYAI",
16            "minimumGrade": 6,
17            "type": "Learning"
18          },
19          {
20            "id": "0tyLT00000009LdYAI",
21            "minimumGrade": 7,
22            "type": "Learning"
23          }
24        ]
25      }
26    ],
27    "deleteRecords": [
28      {
29        "foundationItemId": "0wwLT00000004gLYAQ"
30      },
31      {
32        "foundationItemId": "0wwLT00000004elYAA"
33      }
34    ]
35  }
36}
Properties
Name Type Description Required or Optional Available Version
createRecords Group Achievement Mapping Input[] List of new prerequisites, corequisites, and recommendations to be created. Optional 62.0
deleteRecords Learning Foundation Item Lookup Input[] List of prerequisites, corequisites, and recommendations to be deleted. Optional 62.0