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.

Achievement Contributor Input

Input representation of contributor for a group achievement mapping.
JSON example
1{
2  "achievementContributors": [
3    {
4      "id": "String",
5      "minimumGrade": "Double",
6      "type": "AchievementContributorTypeEnum",
7      "courseExternalId": {
8        "fieldName": "external_course_id",
9        "fieldValue": "12345"
10      },
11      "programExternalId": {
12        "fieldName": "program_course_id",
13        "fieldValue": "12345"
14      }
15    }
16  ]
17}
Properties
Name Type Description Required or Optional Available Version
courseExternalId Edu External ID Details Input External ID of the course. Optional 62.0
id String ID that contributes to this group achievement. Optional 62.0
minimumGrade Double Minimum grade required for given achievement. Optional 62.0
programExternalId Edu External ID Details Input External ID of the program. Optional 62.0
type String Type of contributor for given group achievement. Optional 62.0