From 9c056f9424f97ea01d292e2914ef5639e7e0b887 Mon Sep 17 00:00:00 2001 From: cortex-jk Date: Wed, 26 Jun 2024 10:19:11 +0100 Subject: [PATCH] Updated LogonType link --- .../fundamentals/blocks/block-properties/common-properties.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/2024.3/Reference/Concepts/fundamentals/blocks/block-properties/common-properties.md b/content/en/docs/2024.3/Reference/Concepts/fundamentals/blocks/block-properties/common-properties.md index 38bfeb64f..b045abbe8 100644 --- a/content/en/docs/2024.3/Reference/Concepts/fundamentals/blocks/block-properties/common-properties.md +++ b/content/en/docs/2024.3/Reference/Concepts/fundamentals/blocks/block-properties/common-properties.md @@ -55,7 +55,7 @@ Once the [block][] has finished executing, the next block to execute will run as The default value of `null` also results in the [block][] executing as the user the [Execution Service][] is running as. -If [UserCredentials][] has an invalid domain, username, password or [LogonType][], a [RunAsException][] will be thrown when the [block][] is executed. +If [UserCredentials][] has an invalid domain, username, password or [LogonType][UserCredentialsLogonType], a [RunAsException][] will be thrown when the [block][] is executed. If [UserCredentials][] has a `null` username or password, a [PropertyNullException][] will be thrown when the [block][] is executed. @@ -141,6 +141,8 @@ None [TimePeriod]: {{< url path="Cortex.Reference.DataTypes.DateAndTime.TimePeriod.MainDoc" >}} [UserCredentials]: {{< url path="Cortex.Reference.DataTypes.Credentials.UserCredentials.MainDoc" >}} +[UserCredentialsLogonType]: {{< url path="Cortex.Reference.DataTypes.Credentials.UserCredentials.LogonType" >}} + [BlockTimeoutException]: {{< url path="Cortex.Reference.Exceptions.Flows.Blocks.BlockTimeoutException.MainDoc" >}} [InvalidBlockTimeoutException]: {{< url path="Cortex.Reference.Exceptions.Flows.Blocks.InvalidBlockTimeoutException.MainDoc" >}}