You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Course Thumbnails Not Displaying in Alerts After Switching to learningRecordsCurrent API

After migrating alert templates from learnerLearningRecords to learningRecordsCurrent, course thumbnails stopped rendering in both emails and Alert History. Cover art shows on Me > Learning, so the content exists; the failure seems specific to the alert rendering context or returned URL in the new API.

Code snippet for What Worked Before (Old API): learnerLearningRecords <img src="${learningItemThumbnailLink}" width="175" height="120" alt="${learnerLearningRecords.learningItemCoverArtLink}">

Code snippet which is currently not working (New API) :
<img src="${learningRecordsCurrent.learningRecordAdditionalDetails.learningItemThumbnailLink}"
width="175" height="110"
alt="${learningRecordsCurrent.learningRecordAdditionalDetails.learningItemCoverArtLink}">

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!