-
Set Language
Description Available in v8.2+, the set_language part allows you to dictate a specific language in to process the session or the current request. Node Type:…
-
KC Free Text Search (BETA)
Description The freetextsearch part allows you to search a Knowledge Center, for example, allowing your application users to look for all occurrences of a search term in the application's Knowledge…
-
Get Languages
Description Available in v8.2+, the get_languages part allows you to call and create a collection of languages that you configured in the project settings for your project.…
-
Get Parts Definitions (BETA)
Description The get_parts_definitions part is an advanced part you can use to retrieve a container of all the elements of a node. It is used with a specialized logic construction called a "decorator"…
-
Get Tab Progress (BETA)
Description In applications based on the Assessment Framework you can use validations and provide on-screen messages to communicate errors, all to ensure users answer questions correctly.…
-
Get Resources from Token (BETA)
Description Each LogicNets part has a write cycle that renders the part to the display. The Get Resources from Token part gets the resources of all parts that were written to the screen in the last…
-
Create GUID
Description This part enables the user to generate a globally unique ID (GUID). It is available to Designer Users in v8 via the App Dev process menu. The valid format for a GUID is…
-
Load KC Resource (BETA)
Description You use the load_resource part to display a Knowledge Center topic. If a default language has been set, then the resource gets displayed in this language.…
-
User-Group Attributes (BETA)
Description You can use the usergroup_attributes part to create, store, and retrieve user attributes; for example, an attribute associated with a particular certification.…
-
User Attributes (BETA)
Description You can use the user_attributes part to get additional information about a user who is currently logged onto the system. The LogicNets system stores standard user information,…
-
Knowledge Center Topic (BETA)
Description The knowledgecenter.topic part checks for, creates, and updates topics in the Knowledge Center. You can use this part to determine if a Knowledge Center topic exists as well as to create…
-
Write Dataview (BETA)
Description You can use the write_dataview part to display values from the session file to make debugging easier. The system displays all of the values currently set in the session,…
-
Authentication – Change User Account (BETA)
Description You can use this part to update user details dynamically in LogicNets. NOTE: This part is currently in the Beta phase. You can only use this part if your company has enhanced privileges…
-
Create New User (BETA)
Description The authentication_create_new_user part allows you to create a new, registered user for the company. You can use this part to create new users dynamically in LogicNets.…
-
Get User Details (BETA)
Description The authentication.get_user_details part retrieves user details about a user registered in the system by matching either an email address or user identifier id (GUID).…
-
Create Collection
Description This part is accessible from the Collections menu in a process node and can be used with applications based on frameworks or those created without frameworks to initialize a collection…
-
Delete Data Object
Description The delete data object part allows you to remove a variable name and corresponding values from the context, effectively resetting the data model at that point in runtime.…
-
Server-side Script
Description This part allows you to create server-side scripts in Lua. The LogicNets runtime provides a set of APIs for database access, context manipulation, string manipulation, and other actions.…
-
Date Difference
Description When using this part, the system returns the difference between two date-time variables, in a group (user-defined) that holds the difference in terms of seconds, minutes, hours, days,…
-
Set Data Object Value
Description The Set Data Object Value part allows you to set a variable (data object) to a specific value. Use You can use this part to set the value of a data object,…
-
Get Value from Global Context
Description Located in process nodes in the Data objects dropdown menu, the Get value from global ctx part allows you to access a variable in the global context when the system performs processing in…
-
Get Statistics from Collection
Description The Get Statistics from Collection part allows you to pull basic statistics from any data collection. This part allows you to gather from a collection the following statistics:…
-
Add Data Records
Description This part offers an easy way for you to insert a data collection into a data table in the database. It is used to store data that is organized as a matrix or array,…
-
Get Value from Session Settings
Description This part allows you to access the global session settings. Use This part is directly available through the Designer menus in Release 7.45 on.…
-
Get Records
Description The part offers an easy way to get the data from the data table in the database. Use The part can be used to return the data that is stored in the data table.…
Articles in this section relate to the parts available for use in system-facing nodes.