How To

How to accomplish common tasks in Foundry

Sending Data to Thinglogix Analytics
Ensure latest Foundry stack has been installed Instructions can be found here https://thinglogix.freshdesk.com/support/solutions/articles/16000057931-how...
Fri, Aug 17, 2018 at 10:45 AM
Plotting Object on the Map
The Google Map integration, allows the user to plot any set of objects on a map provided the object has a latitude and longitude as attributes. Base URL...
Thu, Jul 20, 2017 at 8:46 AM
Change Email Templates for an Account
1. Write the custom email template in html. Wherever you want the link to the user activation or reset password to be, just add an <a> html tag wit...
Tue, May 22, 2018 at 2:29 PM
How to Create and Invoke Global Actions
Overview As the name implies, a Global Action is a mechanism within Foundry that allows the user to perform an "Action" (i.e. send an alert, trig...
Mon, Jul 30, 2018 at 8:26 AM
Using Foundry's Page Manager
 Page Manager Overview Foundry's Page Manager allows users to customize not only their account but their subaccounts too. If you do not already have th...
Mon, Jul 30, 2018 at 8:28 AM
Formula Fields: Regular Formulas
Regular Formulas Regular Formulas are a great way to perform relatively simple actions or complex actions that do not require an entire code block. IMP...
Thu, May 10, 2018 at 3:41 PM
Connecting IoT Button to Foundry
d erequisites Foundry is installed. If you have not installed Foundry follow the guide here. An AWS IoT Button (Leave it in the box so barcode can be sca...
Thu, Aug 9, 2018 at 12:12 PM
Uploading a Simulator CSV File
In order to create a predictable set of MQTT data Foundry has the ability to run simulated data from a CSV file. It is important to note that the simula...
Mon, Mar 5, 2018 at 9:54 AM
Uploading Devices via CSV Import
 Overview By uploading a CSV file to Foundry you can easily upload bulk amounts of devices. This guide will walk you the through the process of how you sho...
Fri, Aug 17, 2018 at 12:55 PM
Adding Custom Stylesheet to Custom Page
Adding Stylesheet to Custom Page Add the S3 link to your CSS file in your HTML template. <link rel="stylesheet" href="https://s...
Thu, Sep 13, 2018 at 2:25 PM