# Align MPA presentations from Veeva

Platforce allows you to align MPA presentations from Veeva.

To do this, perform the following steps:

  1. Create structure.json, info.json, and the slides folder.

  2. Move all Veeva slides into the slides folder.

  3. Update the presentation details in info.json.

  4. Update the presentation structure in structure.json. To use a default Platforce two finger swipe navigation mechanism between the slides, pull all slides into one chapter.

  5. Deactivate the irep.js lib for each HTML in the slides folder or hide it in the comment as shown on the following image.

  6. Add Platforce-api.js for each HTML slide.

  7. Add monitoring initialization for each HTML slide.

  8. Replace all veeva: navigation links to platforceOpenChapterForPresentation.

Example:

<a id="home" href="veeva:gotoSlide(Platforce_MPA_home.zip)"></a>

Replaced:

<a id="home" onclick="platforceOpenChapterForPresentation('main', 'Platforce_MPA_home');"></a>
  1. Zip the presentation and upload it to Platforce.
Last Updated: 11/6/2024, 11:00:38 AM