Variable Name |
Description |
Example Value |
Example Usage |
Available for Template Type |
user_data |
Keycloak user data |
{ |
z.H. {#if user_data??}{user_data.username}{#else}{user_id} |
•Mail template •Dynamic Documents •Print Template |
request |
Client request parameter |
{ |
Request Remark: {request.info} Request Purpose: {request.purpose} |
•Mail template •Dynamic Documents •Print Template |
download_url |
URL to download the request result |
|
<a href="{download_url}" >Download</a> |
•Mail template |
currentDate |
Current Date Time |
|
{time:format(global:currentDate,'dd.MM.yyyy',global:locale,global:zoneId)} |
•Mail template •Dynamic Documents |
group_results |
Intersection results |
[ |
Not Affected Branches: {#for group_result in group_results}{#if group_result.has_intersection is false}{group_result.group_id}, {/if}{/for}
|
•Mail template •Dynamic Documents |
request_id |
ID of the locate request |
653a89bd6d5e9e739e76632c |
Request-ID: {request_id} |
•Mail template •Dynamic Documents •Print Template |
agent_comment |
Stores the agent's message from the manual approval of requests intersecting a locked area. |
The request has been approved by an internal agent. You are good to dig in this area but read the special high voltage instructions. |
{#if agent_comment??}Notice regarding the release of documents: {agent_comment} {/if}
|
•Mail template •Dynamic Documents •Print Template |
affected_groups |
Holds only the affected intersection groups |
[] |
Number of affected branches: {affected_groups.size()}` |
|
added_static_documents |
Holds all the static documents that are part of a request |
[] |
Number of static documents: {added_static_documents.size()} |
|