DisplayWithVariables
This page was created by Hans.karlsen@mdriven.net on 2019-05-16. Last edited by Stephanie@mdriven.net on 2025-03-25.

DisplayWithVariables is a special verb that will inject variabel values on navigation.

http://<Host>/Turnkey/DisplayWithVariables?view=<ViewName>&id=<RootId>&vNewVar1=value1&vNewVar2=value2

The url above will try and find vNewVar1 variable of type string in <ViewName> - if found assign the value1 to this variable.

The same will happen for vNewVar2.

Improvement deployed 2019-06-22 DWV

DisplayWithVariables has been given a shortcut verb. You can now also use this form:

http://<Host>/DWV?v=<ViewName>&i=<RootId>&vNewVar1=value1

The Id of the root object is sent in with "i", If "i" is omitted null is assumed

Improvement deployed 2020-08-08

These functions now sets the viewmodel variable RawURL to the requested URL including parameters. This makes special processing available to modeled code.