-
Add Answer to Change Log
Description The Add Answer to Change Log part will post a customizable key, value, and other information to the changelog table during application runtime in preparation and for use with the Standard…
-
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,…
-
Add Item to Collection
Description This is a function that allows a particular value or data object to be added to a collection. It is specified in a process node. The editor is located in the dropdown menu for the…
-
Add Record
Description This part offers an easy way to insert a new record into a data table in the database. Use You can use this part to add new record to a data table in the database and return the row id of…
-
Add Tab
Description Dynamically add a form or tab to the current session of the Assessment Framework. The Assessment Framework generates one tab for each of the logicnets located in the forms folder of your…
-
Advanced Calculation
Description This part allows application users to enter a mathematical expression for calculation. In contrast to the calculation part, the calculation-1-1 part support large numbers (digits > 16).…
-
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…
-
authentication.external_users
Description With this part you can get the authentication details for a stored external account, which you can use to authenticate the client when using a remote web API.…
-
Auto-Scroll Section
Description The Auto-Scroll Section part allows application end-users to keep a screen's scroll position at the last focused-on position on that screen.…
-
Base64
Description The Base64 part is used to encode and decode binary data by treating it numerically and translating it into a Base64 representation so that it's more easily transmitted in things like…
-
Call a Generic Webservice
Description The call webservice part allows you to enable your logicnet-based application to perform a web service call and retrieve a response. Use The call webservice part is located in the App Dev…
-
Call Internal Webservice
Description This part allows users to enable their logicnet-based application to perform a web service call to a webservice that is hosted on the same installation.…
-
Change Data Item
Description This part, also called Change Item in Collection, allows the user to alter the value of an item in a collection. Use This part allows the user to have the system change a single item in a…
-
Change Data Record
Description The Change Data Record part allows application users to update a record in a table. Node Type: This part is located in a process node. Used With:…
-
Change Text Case
Description This part allows you to convert text to upper case or lower case. This is helpful when you need to standardize user input to a specific case.…
-
Close Session
Description This part allows you to have the system close the current session to prevent the user from continuing to use the application and when you want to ensure that the session cannot be…
-
Compare Collection
Description The Compare Collection part allows an application to identify the differences between a collection and a comparison collection. The system outputs the results into two user-defined…
-
Convert Collection to Text
Description This part allows you to convert the contents of a collection to a text string. As an example, this part is used to manage data, for instance in running a data table query as follows:…
-
Convert Date to Number
Description This part enables the user to split a date object into its separate components: year, month, day, hour, minute, and seconds. Use The Convert Date to Number part takes a date object or a…
-
Convert Number to Date
Description This part is accessible via the Date & Time menu of a process node. More information will be posted here soon. Follow the article to receive notifications of any updates.
-
Convert Text to Collection
Description This part converts text into a collection. Use The Convert Text to Collection part enables the user to convert text into a collection. This is useful when organizing an unknown number of…
-
Convert Text to Collection
Description This part converts text into a collection. Use The Convert Text to Collection part enables the user to convert text into a collection or converts a data object into a collection when the…
-
Convert Text to Date
Description This part allows application users to convert text entered by an end-user to a date format for use by the application. Use This part can be used to convert text to a date,…
-
Copy Collection
Description The copy collection part (formerly known as struct copy part) allows you to copy a full or part of a data object to another data object. Note that it is possible to copy both collections…
-
Count Sum Items in Collection
Description The list_count part returns the count, sum, or iterated count of items in a single or multi-dimensional array. Use You can use this part to gain insight into the data held in a collection.…
Articles in this section relate to the parts available for use in system-facing nodes.