-
Generate XML via XSLT-template
Description The Generate XML via XSLT-template part is available in project nodes in the App Dev dropdown menu. You can use this part to create an XML document using a translation template that…
-
Get Application Details
Description Using this part, the system returns the details of the application, including the package name, category, version, and settings of the application.…
-
Get Current Package
Description With this part, the system retrieves the name of the current package (the name of package of the net from which this part is called) or the name of the package of the provided logicnet…
-
Get Files/Folders in Order
Description In a LogicNets project/package items such as logicnets or images are organized in a folder structure. Using this part, you can retrieve the folder structure of a package or set of…
-
Get HTTP Headers
Description This part returns information from the header section of the HTTP request. Use You use this part to specify a data object into which the system will store the information.…
-
Get HTTP Vars
Description This part allows application users to access HTTP variables from the URL. Use This part can be used to store the contents of HTTP variables in local data objects.…
-
Get Item from Collection
Description The Get Data Item part retrieves a specific item value from a collection. It is shown in the Designer Part Editor menu as Get item in collection.…
-
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 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.…
-
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…
-
Get Session
Description This part loads the last-stored version of the current session and encodes it as a Base64 string. You can use this part to export a full session,…
-
Get Session Id
Description This is a process step that retrieves the current session id and places it into the context. More information will be posted here soon. Follow the article to receive notifications of…
-
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:…
-
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 Text Length
Description The Get Text Length part allows you to retrieve the number of characters for a given text string. Node Type: This part is located in process nodes under the Text manipulation dropdown…
-
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).…
-
Get User Profile
Description The get_user_profile-parts provides functionality to copy the current logged on user details (name, email, roles, etc.) into your application context.…
-
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 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 Var
Description This part is available through a process node. More information will be posted here soon. Follow the article to receive notifications of future updates.
-
Group Calculations
Description The group calculations part allows you to assess the number and weight of a user's responses to a set of similar questions. These questions are typically written/structured as "Indicate…
-
Import Data
Description It can be useful to export and download data from an application and then upload that data at a later time. The Import Data part allows you to import into your application data that was…
-
Import Values
Description The part reads in the data structure that is defined in a data table and stores the returned data to the context. Use You can use this part to return the data that is constructed by the…
-
Interpolate Query
Description You can use the Interpolate Query part to auto-fill (interpolate) data object values into a SQL-oriented string. This part has more SQL features than the Interpolate String part.…
Articles in this section relate to the parts available for use in system-facing nodes.