-
Convert Date to Number Example Project
This is an example of converting a date to a number. Download and import this project into your Designer. Run the logicnet in test mode and see the current date/time broken out into a number.
-
Collapsible Section Example Project (before v7.4)
This is an example of using collapsible sections in a project. Download the example project and import it into your Designer. To test, click the project name and click Test.…
-
Collapsible Section Example Project
Download the application and import it into your Designer. Test the project by clicking the name of the project and clicking Test. The system shows two collapsible sections in the Observation panel…
-
Change Data Item Example Project
This is an example of changing a data item. Download and import the project into your Designer. Click the logicnet and click test. Add items to the collection.…
-
Call Webservice Example Project
Download and import this example into your Designer to see an example of a logicnet that calls a webservice. Test each logicnets by selecting it and clicking test.…
-
Call Internal Webservice Example Project
This pair of projects are an example of calling an internal webservice. Download both projects and import them into your Designer. Publish the web-service demo project and copy the start-url.…
-
Button Example Project
Download and install this project into your Designer to see examples of a button styled as text, an image, and a hyperlink.
-
Base64 Example Project
This example project shows you how to encode images in base64 format in your logicnets. You can use this functionality for such things as email templates.…
-
Add Record Example Projects
There are two example projects attached, as follows: add record.zip This is a sample of the add_record part and adds both static a value and an interpolated value into the data table and returns the…
-
Style Tab Options for Text, Radio, Checklist, Dropdown, Date and Number Inputs
Description LogicNets' frameworks contain existing templates that manage the look of your applications, allowing you to concentrate on modeling your content.…
-
Libraries
Description As an alternative to using the copy-paste-link functionality for your logicnets, you can create a library of logicnets that you want to include in multiple projects.…
-
Data Tables in the Designer
Description LogicNets allows you to associate data to any aspect of your data model. While data and data tables add to the functionality, there are many important concepts when dealing with data in…
-
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.…
-
Project-level Validation and Error Messages
Introduction When you click the name of a project the system displays a Validate button on the project Details tab. This button is located at the bottom of the screen on the Validate tab.…
-
LogicNets Access Security
Description This article describes the user security features of the LogicNets platform. User Authentication Applications can be protected against unauthorized access by requiring users to…
-
Radio List
Description The radiolist part allows users to select a value from a list of items, causing that value to be stored in the corresponding data object. Unlike a checklist,…
-
Dropdown
Description The Dropdown part allows you to present to end users a dropdown menu from which to select one or multiple options. You create a dropdown menu by entering the selectable options manually,…
-
Q&A Showcase and Example Project
This example Assessment Framework project provides a visual display of different question and answer types, including radiolists, checklists, dropdowns, text, numeric and date inputs.…
-
File Upload
Description The file_upload part allows your application users to upload images, documents, audios, videos, and other file types. You can use this to upload files of various file types to the server.…
-
File Download
Description The download part is located in form nodes and it allows application end users to download specified files to their file system from a LogicNets-based application.…
-
How-To Guide: Hard and Soft Matching Applications
The following article includes details on how to model a matching function in your Assessment Framework or other application. What is Matching? The matching function is a standardized set of…
-
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,…
-
Cron Job Clean Up Schedule
As the Scheduler Monitor runs, it stores data in a related database. Over time, this database can grow very large and slow down the functionality. To reduce the size of the database,…