Skip to main content

Build-in Parameter

In Report Assembler definitions you can use build-in parameter, which are replaced on runtime of the PDF generation. You can use them in various areas of the application.

Implemented build-in Parameter are:

Parameter

Description

${CURRENT_TIMESTAMP}

Date and time information.

Example: 2018-08-08 18:10:02

${VMA_CURRENT_SERVER_URL}

Server URL

Example: http://localhost:8080/console

${CURRENT_DATE}

Date information

Example: 2018-08-08

${VMA_CURRENT_USER}

User, which is executing the generation.

Example: admin