Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions connection-guides/lms/sapsuccessfactors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ flow you follow will depend on your use case.
</Step>
</Steps>

## Configuring Custom Course Content Types (Optional)

By default, StackOne classifies SAP items with the types `COURSE`, `MOOC`, or `ONLINE` as courses, and everything else (`BOOK`, `VIDEO`, `DOC`, etc.) as content.
Comment thread
mstrivens marked this conversation as resolved.

If your SAP instance uses its own custom item classification types for what you consider courses (for example, a custom type like `PROGRAM` or `WEBINAR`), those items won't appear in the StackOne `/courses` endpoint by default, since StackOne doesn't recognize your custom type codes.

To fix this, enter your custom SAP item type codes as a comma-separated list in the `Custom Course Content Types` field when connecting SAP SuccessFactors to StackOne (for example: `PROGRAM,WEBINAR`). These are added on top of the standard `COURSE`, `MOOC`, and `ONLINE` types — items matching any of them will be returned from `/courses`, and none of them will appear in `/content`.

You can find your instance's item type codes in SAP SuccessFactors Learning Administration, under the classification/type configuration for the content or course you're trying to sync.

# Authentication Flow 2: Linking your SAP instance library to an external content provider pushing data to your SAP instance.

### Finding the Learning Hub URL
Expand Down