Supporting CLM Content
- CRM Desktop (Mac, Windows)
- iPad
- iPhone
The CLM media player is optimized for electronic detailing with HTML5 media and various other digital assets. The media player supports images, video, and PDF, allowing reuse of existing media libraries.
When creating media, it is important to consider both the quantity and image quality of the media to ensure the Veeva CRM app responds quickly and users do not wait for long periods while media downloads. Larger files are supported, but longer sync times ensue and there is a risk of poorer performance when displaying the media in the media player.
Type |
Ext |
Display |
Additional Guidelines |
---|---|---|---|
HTML5 |
.html .htm |
Displays full screen and in landscape view |
|
Video |
.mp4 .m4v .mov .avi |
|
|
Images |
.jpg .png |
|
Images should be the smallest resolution and compressed as much as possible without impacting quality. The maximum supported resolution for images is 2499 x 2499. |
|
|
Scrolls vertically |
|
PPTX |
.pptx |
Displays using native PPT settings |
|
Supported CLM JavaScript Library Functions for Veeva CRM on Desktop
To provide flexibility when designing new presentations and enable reusing existing presentations, the following functions are supported on the CRM Desktop platforms:
- createRecord()
- getDataForCurrentObject()
- gotoSlide()
- gotoSlideV2()
- launchApprovedEmail()
- nextSlide()
- prevSlide()
- queryRecord()
When using queryRecord for the CLM_Presentation_vod, CLM_Presentation_Slide_vod, or Key_Message_vod objects, the queries run against the local database. For all other objecst, the query runs against CRM data online.
- updateCurrentRecord()
- updateRecord()