Tech Talk: Implementation

Tech Talk: Implementation are articles written by our Professional Services team. These articles are published on the third Thursday of each month.

If you have a topic you'd like to see covered in an upcoming Tech Talk: Implementation article, please reach out to us at community@truecontext.com

Tech Talk: Implementation

  • API Pagination in TrueContext: Oracle Fusion vs IBM Maximo Approaches When integrating TrueContext with enterprise systems like Oracle Fusion and IBM Maximo, one of the most critical considerations is how to handle large datasets efficiently. Both systems offer robust APIs, but they implement pagination differently. Understanding these differences is key to building reliable, performant integrations that can scale with your organization's needs. There are more than just these 2 methods, the others Read more

  • New Feature: File Upload Question Support in FreeMarker Document Templates We are excited to announce a powerful new enhancement to the FreeMarker templating capabilities within TrueContext: support for File Upload questions. This extension allows you to now include and handle files uploaded through File Upload questions dynamically in your FreeMarker templates, expanding the types of documents and reports you can generate effortlessly. What This Means for You Previously, FreeMarker templates Read more

  • Comma-Separated Values (CSV) is a popular file format known for its simplicity and versatility. Its human- and machine-readable nature makes it ideal for transferring data between different systems. While TrueContext offers a built-in CSV 'Structured Data' document type with basic formatting options, you may encounter scenarios requiring complex logic or granular control over formatting to meet specific third-party system requirements. This is where leveraging 'Template-driven' Handlebars and FreeMarker Read more

  • Hey everyone, I wanted to share some insights on using the %e DREL expression to extract answers from repeatable sections in TrueContext forms. Background The %a[question_id] DREL expression extracts answers for a specific question. However, when used in a repeatable section, it retrieves answers from every row in that section. Consider a repeatable section, Grocery List that has 3 rows of answers. The DREL expression %a[Item Name] would return the answer from every row, Bread Milk Eggs. Read more

  • TrueContext is a versatile platform that acts like a digital chameleon, seamlessly integrating with various systems and data sources. It's designed to connect disparate systems, streamline workflows, and empower businesses to make better, data-driven decisions. TrueContext has a complete arsenal of out-of-the-box connectors, but this is a little summary of how you can leverage TrueContext to go outside of those connections. I have written about these topics in separate posts but wanted to provide Read more

  • Hello, This post outlines the seamless integration between Microsoft Dynamics and TrueContext, enabling technicians to effortlessly launch TrueContext forms directly from work orders, cases, and accounts within the Field Service app. This streamlines workflows by pre-populating relevant fields, boosting efficiency and reducing manual data entry. This is going to be a continuation of this post that I made a little while ago, expanding on the functionality from Dynamics 365: General Discussion Read more

  • Today I am going to be talking about an integration into Dynamics 365 which is a Product that is built on top of Microsoft Dataverse Tables. All of Microsoft's products will typically use OData to query data. This might introduce some new concepts if you have never used a service that supports OData but just know that it is a different way to query data through a REST API.   This is a lengthy topic, so I am going to be splitting this post into 2 posts to make it a little more bite sized. In this Read more

  • Pulling data from any CRM can be useful to provide some added context to your people in the field. Integration into Zoho is no different. Unlike our out-of-the-box connection to Salesforce, an integration to Zoho will need to use our HTTP Connection.   Registering the application in Zoho Follow the instructions found here: https://www.zoho.com/crm/developer/docs/api/v3/oauth-overview.html to register an application in Zoho When you click on "Add Client" the first screen you will get Read more

  • The National Weather Service (NWS) in the United States offers an open API providing various weather data and alerts. By using these alerts, we can enhance user awareness of weather patterns and potential hazards when working in the field. Alerts for high winds, high temperatures, strong currents, and thunderstorms are available. With TrueContext's ability to pull this data hourly, users will stay updated with the latest weather alerts while filling out forms.  The NWS API documentation is Read more

  • A typical TrueContext deployment includes a Development FormSpace, a User Testing FormSpace (UAT) and a Production FormSpace. Access and permissions for each FormSpace are managed through the creation of user Groups. Each FormSpace can have a different set of users with access. For example, you can have an HR Development FormSpace and an Inspection Development FormSpace, and assign a different set of “Development Users” to each FormSpace. This is the path that your forms Read more