projectstartpagelinks

<projectStartPageLinksConfiguration
<projectStartPageLinks
signed
required
=
boolean

If signed == true, link is only shown to users which have write access to the shown project and additionally, project variables, username and a signature will be added to the link before calling it.

target
optional
=
xsd:string
POPUP
NEW_WINDOW
CURRENT_WINDOW
IDENTIFIED_WINDOW

Defines where to display the link: NEW_WINDOW - in a new browser tab or window (depending on the browser configuration) CURRENT_WINDOW - in the current browser tab or window POPUP - in a Cadenza popup window IDENTIFIED_WINDOW - in a new browser tab or window initially, every subsequent opening will use that same browser tab/window (unless it was closed by user) The default value is NEW_WINDOW.

Default: NEW_WINDOW

<url
>
required
string

valid URL, or in the case of a signed link, will be valid in combination with the project variables and signature added by Cadenza.

</url>
<displayText
>
optional
string

DisplayText for the link, if not set, then url is displayed directly.

</displayText>
>
requiredmax. unbounded
</projectStartPageLinks>
<signatureSecretEncoded
>
optional
string

A string shared by Cadenza and the custom application, obfuscated with the same algorithm as for Cadenza database passwords.

</signatureSecretEncoded>
>
required
</projectStartPageLinksConfiguration>