Velocity Report - How to figure out the organizationID?
Stefan Frausscher
Member Posts: 6
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
0
Comments
-
you could use the function $project.getOrganizationId() in a simple template. This will print the organization ID.
Patrick1