-
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…
-
Delete a Logicnet
Delete a Logicnet Deleting a logicnet removes it from the system completely, so be sure you want to delete a logicnet before you do it. 1. To delete a logicnet click on the logicnet you want to…
-
Copy, Paste, and Rename a Logicnet
When you use the copy function you create a physical copy of a logicnet. The original item stays the same and you can change the copy to look or perform differently.…
-
Using Search in the Designer
The LogicNets Designer includes an advanced search function that improves efficiency in working on logicnets and projects. This function allows content modelers to navigate directly to and update…
-
Data Object Notation and Usage
A data object is an item that names a particular piece of data and/or information. For example, if you want to ask a user to enter his or her name in your application,…
-
Test a Logicnet
Testing a logicnet not only allows you to see what users will see, but it also allows you to test all the background processes to make sure that they work as you intended.…
-
Start a Project
It Starts with a Project To create an application in LogicNets you begin by creating a project. All applications live in project folder: a project is where you store all of the parts that go together…
-
Log in to LogicNets
Log in to LogicNets using the URL and user credentials supplied to you. When you log in you will see the LogicNets dashboard, and on the Modules section of the Dashboard you will see icons/links for…
-
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…
-
Assigning Users to Roles
Once you have created roles and published your application, you can assign users to those roles either individually, or by group (steps below). 1. From your LogicNets dashboard,…
-
Change Browser Tab Text
Description When your project runs it opens in a browser tab and the default system settings display "LogicNets Expert System" on the tab. However, you can change what appears on the browser tab.…
-
Manually Run a Cron Job
From the Monitor screen you can also manually run a cron between scheduled runs. To do this click on the cron you want to run and click the Run Manually button.…
-
Data Models in Libraries
It possible to define an explicit data model in a library package and use that data model in the projects that included the library package. First you must create the data models and data objects in…
-
Worker Status Indicator
Description The worker status indicator part allows application users to show a progress bar. Use The worker status indicator is used to show a progress bar for an asynchronous task.…
-
Workflow Stop
Description This part stops an instance of a workflow. It will therefore set the state of the instance of the workflow in the generic_workflow table to ‘finished’.…
-
Workflow Start
Description This part starts an instance of a workflow. It will therefore create a record of the workflow in the generic_workflow table and return the instance ID of the workflow.…
-
Set Current Date Time
Description The Set Current Date Time part allows you to assign current date time to a specific data object. Use This part is located in a process node.…
-
Set Dataobject Meta
Description The Set Dataobject Meta part can be used to configure meta information for a question, currently scoped to defining what the default answer is, the suggested answer,…
-
Show User
Description The showuser part provides functionality to access user-management in your application. Use User authentication and authorization is managed via the LogicNets Logon-system application.…
-
Sort Collection
Description The sort collection part allows application users to sort a collection. Use The sort collection part can be used for sorting a collection in ascending or descending oder.…
-
URL Transcode
Description URL encoding stands for encoding certain characters in a URL. The url_transcode part does this by replacing them with one or more character triplets that consist of the percent character…
-
Publishing Multiple Projects
Description Designer users have the ability to publish multiple applications at one time. This streamlines the publishing process when you have made changes to many projects and want to take the same…
-
Package Overview Tab
Package Overview The Package overview tab is where you manage packages published from your Designer workspace. It is the centralized page where you can see all of the packages published from your…
-
Publishing a Project
Description When you have created a project or have made changes to an existing project and are ready to publish these changes, you click on a project and click Publish.…
-
Loop Node
Description Loops allow you to iterate through the same pattern or steps more than one time, based on identified rules. You can model loop functionality manually or you can use the Iterator part to…