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.
Single Achievement Mapping Input
Input representation of a mapping that’s associated with an existing learning achievement
record.
- JSON example
-
1{ 2 "courseExternalId": { 3 "fieldName": "external_course_id", 4 "fieldValue": "12345" 5 }, 6 "duration": 4, 7 "durationUnit": "Credit Hours", 8 "isPrimary": true, 9 "learningAchievementId": "0u9xx000000026fAAA", 10 "learningId": "0tyxx000000123dABC", 11 "learningOutcomeId": "0ttxx0000000456ABC", 12 "minimumGrade": 3.5 13} - Properties
-
Name Type Description Required or Optional Available Version courseExternalId Edu External ID Details Input External ID of the course that’s associated with the learning achievement. Optional 62.0 duration Double Allocated duration to complete the learning achievement. Optional 62.0 durationUnit String Unit of the duration that’s allocated to complete the learning achievement. Optional 62.0 isPrimary Boolean Indicates whether the outcome is primary (true) or not (false). Optional 62.0 learningAchievementId String ID of the learning achievement record that refers to an existing learning achievement. Optional 62.0 learningId String ID of the learning course or program that the learning achievement is associated with. Required 62.0 learningOutcomeId String ID of the outcome record that’s associated with the learning achievement. Optional 62.0 minimumGrade Double Minimum grade point average required for an achievement. Optional 62.0