Velocity Report - How to figure out the organizationID?

I would need the organizationID for the DocumentSource function

getDocumentsWithGlobalId​(java.lang.String globalId, java.lang.Integer organizationId)

How do i get this ID?

Regards, Stefan

Comments

  • Patrick Szabo
    Patrick Szabo Member, Medical Devices & Life Sciences Solution Posts: 55

    you could use the function $project.getOrganizationId() in a simple template. This will print the organization ID.

    Patrick