Deep link item
Deep link items are encrypted URLs.
Encrypted deep links can only be configured (generated) in Planon ProCenter > Report generator. The expression builder functionality can be used to create URLs with an encrypted part that is based on system code. This means that the URL is specifically created for a particular record.
For the procedure on how to generate deep link items with the Report generator's expression builder see
Generating deep link items (encrypted URLs).
Also take note of the below information in advance.
Configuration details for the expression builder
There are two mandatory parameters that must be provided in the expression builder function, and one optional:
• System name of the business object (mandatory)
• System code of the business object (mandatory)
• Code of the Deep link navigation definition (optional)
All values must relate to the same business object. The format of the function with parameters is as follows:
GenerateURL(<BOSystemName>,<BOSyscode>,<DeepLinkNavigationCode>)
When generating or previewing the report, the function will take these values and provide an encrypted URL in a particular format:
<PlanonEnvironmentURL>?dlItem=<EncryptedValues>
Example:
https://customer-prod.cloud.com/home/demo/demo_webclient?dlItem=AUPTQ2ATQGUKULFDM34DNFNEV72Y4K374TME6FNOHRGOETAEWD
| For the <Planon environmentURL>, the value from the Externally accessible URL setting in the System settings > General TSI is used. |