Get "Version" of Item Type to Export in Velocity Report
Sara Wertanen
Member Posts: 5
Does anyone know the velocity code that can be used in a context sensitive report to have it print out what version the item being exported is?Thanks!
------------------------------Sara Wertanen
Oceaneering Entertainment Systems
FL
------------------------------
0
Comments
-
loop over $documentList, get the $id, pass it to $documentSource.getVersionByDocumentId( $id ).getVersionNumber()
------------------------------
Alessandro
Systems Engineer
SICK AG
------------------------------
-------------------------------------------
Original Message:
Sent: 09-19-2023 06:32
From: Sara Wertanen
Subject: Get "Version" of Item Type to Export in Velocity ReportDoes anyone know the velocity code that can be used in a context sensitive report to have it print out what version the item being exported is?Thanks!
------------------------------
Sara Wertanen
Oceaneering Entertainment Systems
FL
------------------------------
Alessandro
Systems Engineer
SICK AG0 -
That worked! Thank you so much!
------------------------------
Sara Wertanen
Oceaneering Entertainment Systems
FL
------------------------------
-------------------------------------------
Original Message:
Sent: 09-19-2023 06:58
From: Alessandro Valli
Subject: Get "Version" of Item Type to Export in Velocity Reportloop over $documentList, get the $id, pass it to $documentSource.getVersionByDocumentId( $id ).getVersionNumber()
------------------------------
Alessandro
Systems Engineer
SICK AG
------------------------------
Original Message:
Sent: 09-19-2023 06:32
From: Sara Wertanen
Subject: Get "Version" of Item Type to Export in Velocity ReportDoes anyone know the velocity code that can be used in a context sensitive report to have it print out what version the item being exported is?Thanks!
------------------------------
Sara Wertanen
Oceaneering Entertainment Systems
FL
------------------------------
0