|
NOTE: You can only declare context parameter in modules. |
Context parameters are utilized in things like automatically generated emails. These emails contain a link referencing a fixed point in the web application. This option removes step-by-step navigation in the application from the user.
A manager receives an email that an employee has been added and can request permissions. The email contains a link to a custom request page with preset data of the new employee.
To disable a context parameter for a module
|
NOTE: You have already selected a module. In the above example, the CCC_ITShop_Approvals module is used. |
Now you can edit the following settings for this context parameter in Node editor.
Setting | Description |
---|---|
Identifier | The name of the selected data object is preset. |
Option "Mandatory parmeter". | If this option is enabled, the parameter is mandatory. |
Type | Parameter type selection. |
Comment | Specifies how the parameter is used. |
The web project defined in the Web Designer is translated by the compiler in C# language. This compiles the complete logic of the definition document into a directly executable Microsoft .NET Framework assembly. It is possible to incorporate your own C# source code into this procedure. This way, you have access to the complete functionality of various execution layers. In this section, it will be explained how you incorporate your own C# source code.
Web Designer objects written in C# code can be integrated directly into the object definition. This makes customizing the web application very flexible.
The web project code uses the Web Designer runtime API. The runtime API supplies the following functionality, which is required for the web project.
The following diagram exemplifies the layer structure of components from the web project to the database.
For detailed information about runtime API classes, see the OneIM_QBM_WebRuntime.chm file.
Figure 2: Structure from the web project to the database
In Web Designer you can insert a C# code snippet in an object’s code using the Code snippet node type.
//------------------------------------------------------------------------------
// <auto-generated>
// This code is tool generated
// Runtime version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and be overwritten when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
|
NOTE: Changes to the code remain intact even on regeneration, when you make them in the Web Designer. |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy