Skip to content

Veeva JavaScript Library

From within the HTML package, you have access to the Veeva JavaScript library to allow you to develop content which interacts with the Veeva CRM database.

To access it from your HTML package simply append top to the veeva namespace, for example:

top.com.veeva.clm.getDataForCurrentObject(
    "Presentation", 
    "Survey_vod__c", 
    response => {

    });