We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →Create Dashboards and Visualize Live Paylocity Data in Geckoboard
Use CData Connect Cloud to connect to live Paylocity data and create dashboards for real-time monitoring and visualization in Geckoboard.
Geckoboard is a business intelligence tool that simplifies the visualization of key performance indicators (KPIs) by creating live dashboards. It allows teams to consolidate data from various sources - such as Salesforce, Snowflake, Google Analytics, and spreadsheets - and display it in a visually engaging and easy-to-understand format. Designed for simplicity and clarity, Geckoboard helps businesses monitor performance, track goals, and make data-driven decisions.
When used with CData Connect Cloud, you gain instant, cloud-to-cloud access to Paylocity data from Geckoboard for dashboards, monitoring, visualizations, and more. This article explains how to connect to Paylocity and create visualizations using Paylocity data in Geckoboard.
CData Connect Cloud offers a seamless SQL Server, cloud-to-cloud interface for Paylocity, enabling you to effortlessly create dashboards and visualizations using live Paylocity data in Geckoboard. While building visualizations, Geckoboard requires SQL queries to retrieve the necessary data. With built-in optimized data processing, CData Connect Cloud pushes all supported SQL operations (such as filters and JOINs) directly to Paylocity, utilizing server-side processing for fast and efficient data retrieval of Paylocity data.
Configure Paylocity connectivity for Geckoboard
Connectivity to Paylocity from Geckoboard is made possible through CData Connect Cloud. To work with Paylocity data from Geckoboard, we start by creating and configuring a Paylocity connection.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "Paylocity" from the Add Connection panel
-
Enter the necessary authentication properties to connect to Paylocity.
Set the following to establish a connection to Paylocity:
- RSAPublicKey: Set this to the RSA Key associated with your Paylocity, if the RSA Encryption is enabled in the Paylocity account.
This property is required for executing Insert and Update statements, and it is not required if the feature is disabled.
- UseSandbox: Set to true if you are using sandbox account.
- CustomFieldsCategory: Set this to the Customfields category. This is required when IncludeCustomFields is set to true. The default value for this property is PayrollAndHR.
- Key: The AES symmetric key(base 64 encoded) encrypted with the Paylocity Public Key. It is the key used to encrypt the content.
Paylocity will decrypt the AES key using RSA decryption.
It is an optional property if the IV value not provided, The driver will generate a key internally. - IV: The AES IV (base 64 encoded) used when encrypting the content. It is an optional property if the Key value not provided, The driver will generate an IV internally.
Connect Using OAuth Authentication
You must use OAuth to authenticate with Paylocity. OAuth requires the authenticating user to interact with Paylocity using the browser. For more information, refer to the OAuth section in the Help documentation.
The Pay Entry API
The Pay Entry API is completely separate from the rest of the Paylocity API. It uses a separate Client ID and Secret, and must be explicitly requested from Paylocity for access to be granted for an account. The Pay Entry API allows you to automatically submit payroll information for individual employees, and little else. Due to the extremely limited nature of what is offered by the Pay Entry API, we have elected not to give it a separate schema, but it may be enabled via the UsePayEntryAPI connection property.
Please be aware that when setting UsePayEntryAPI to true, you may only use the CreatePayEntryImportBatch & MergePayEntryImportBatchgtable stored procedures, the InputTimeEntry table, and the OAuth stored procedures. Attempts to use other features of the product will result in an error. You must also store your OAuthAccessToken separately, which often means setting a different OAuthSettingsLocation when using this connection property.
- RSAPublicKey: Set this to the RSA Key associated with your Paylocity, if the RSA Encryption is enabled in the Paylocity account.
- Click Create & Test
- Navigate to the Permissions tab in the Add Paylocity Connection page and update the User-based permissions
Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that does not support OAuth authentication, you can create a Personal Access Token (PAT) to use for authentication. Best practices would dictate that you create a separate PAT for each service, to maintain granularity of access.
- Click on your username at the top right of the Connect Cloud app and click User Profile
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT
- Give your PAT a name and click Create
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use
With the connection configured, you are ready to connect to Paylocity data from Geckoboard.
Connect live Paylocity data in Geckoboard
Follow these steps to establish a connection from Geckoboard to the CData Connect Cloud Virtual SQL Server API.
- Log into Geckoboard
- Add a custom dashboard name and click Add widget
- Search for "Databases" in the Connect your data search bar
- Select SQL Server as the Database type
- Fill in the connection details:
- Connection name: enter a name for the connection to CData Connect Cloud
- Host: enter the Virtual SQL Server endpoint: tds.cdata.com
- Port: : enter 14333
- Database name: enter the Connection Name of the CData Connect Cloud data source you want to connect to (for example, Paylocity1)
- Username: enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, [email protected]
- Password: enter the PAT you generated on the Settings page
- Click Connect
After successfully configuring your connection, you can query and visualize your Paylocity data.
Visualize live Paylocity data in Geckoboard
To visualize live Paylocity data in Geckoboard, follow these steps:
- Write an SQL query to select the specific Paylocity data needed for visualization in Paste your SQL query compiler screen
- Choose the visualization type (Line Chart, Bar Chart, or Column Chart) that best suits your business requirements
- The selected chart will be displayed on Geckoboard
- Click the menu (three dots in the top-right corner of the graph) and select Edit to modify the SQL query or set a refresh interval for the chart
Depending on your use case, you can also generate the desired SQL query using the AI Generator or Query Builder features of CData Connect Cloud
Live access to Paylocity data from cloud applications
At this stage, you have established a direct, cloud-to-cloud connection to live Paylocity data in Geckoboard. This enables you to create dashboards to monitor and visualize your data seamlessly.
For more details on accessing live data from over 100 SaaS, Big Data, and NoSQL sources through cloud applications like Geckoboard, visit our Connect Cloud page.