Last updated: 29.08.2022

Notifications with links to Track & Trace

Links can be added to Track & Trace that lead straight to the order to which the notification applies, by embedding the tag for the order number in the link.

In addition to the direct link to the order number, additional information can be embedded in the link, such as the location of the order on the map and the language in which Track & Trace should be displayed. See the examples below.

Language

URL

Swedish

DTT_Id=1

English

DTT_Id=2

Finnish

DTT_Id=3

Estonian

DTT_Id=4

Norwegian

DTT_Id=5

Danish

DTT_Id=6

Reports of the Text type

Special characters are interpreted differently in text reports and must therefore be replaced by entities. "&" appears as an ampersand (&) in the notification.

On-prem

In the example below, replace "www.budfirman.com" with the address of your customer web, and replace "https" with "http" if you use it.

Link directly to the order on Track & Trace.

Länk till Track &amp; Trace: https://www.budfirman.com/opter/TT?keyword=<item name="DEL_Id"/>

Link to the map on Track & Trace where the order can be followed.

Länk till Track &amp; Trace: https://www.budfirman.com/opter/TT?keyword=<item name="DEL_Id"/>&amp;showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

Länk till Track &amp; Trace: https://www.budfirman.com/opter/TT?keyword=<item name="DEL_Id"/>&amp;DTT_Id=2

Opter Cloud

Replace “courierservices” with your cloud name in the example below.

Link directly to the order on Track & Trace.

Länk till Track &amp; Trace: https://budfirman.opter.cloud/TT?keyword=<item name="DEL_Id"/>

Link to the map on Track & Trace where the order can be followed.

Länk till Track &amp; Trace: https://budfirman.opter.cloud/TT?keyword=<item name="DEL_Id"/>&amp;showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

Länk till Track &amp; Trace: https://budfirman.opter.cloud/TT?keyword=<item name="DEL_Id"/>&amp;DTT_Id=2

Reports of the HTML type

On-prem

In the example below, replace "www.budfirman.com" with the address of your customer web, and replace "https" with "http" if you use it.

Link directly to the order on Track & Trace.

Länk till Track & Trace: https://www.budfirman.com/opter/TT?keyword=@Model.DEL_Id

Link to the map on Track & Trace where the order can be followed.

Länk till Track & Trace: https://www.budfirman.com/opter/TT?keyword=@Model.DEL_Id&showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

Länk till Track & Trace: https://www.budfirman.com/opter/TT?keyword=@Model.DEL_Id&DTT_Id=2

Opter Cloud

Replace “courierservices” with your cloud name in the example below.

Link directly to the order on Track & Trace.

Länk till Track & Trace: https://budfirman.opter.cloud/TT?keyword=@Model.DEL_Id

Link to the map on Track & Trace where the order can be followed.

Länk till Track & Trace: https://budfirman.opter.cloud/TT?keyword=@Model.DEL_Id&showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

Länk till Track & Trace: https://budfirman.opter.cloud/TT?keyword=@Model.DEL_Id&DTT_Id=2

See also