The potential of IFS workflows goes beyond just automating tasks within IFS. We can use workflows to gather information from different sources to help users with their daily jobs. In this blog post, I wanted to share a fun idea that came up during a workflow introduction session for a customer. While discussing workflow tooling... Continue Reading →
Quick Tips for IFS Cloud Integration Development and Troubleshooting
Some tips for IFS Cloud integration development and troubleshooting...
Start IFS Cloud Workflow using REST API
There are several ways of triggering a workflow. Projection Action, Event Action are the most common triggering options and with 23R1, IFS has added a new feature to call a workflow from a custom command from page configuration. Did you know that this opened a new possibility of starting a workflow using a REST API... Continue Reading →
Authenticating REST API calls in IFS Workflows
Workflows is a simple yet powerful tool set for integrations. This blog post describes how to use Authentication in a workflow integration with 3rd party systems.
Send Data to a REST API using IFS Workflow
This post discusses the use of IFS Cloud workflows to make REST calls to external APIs during business transactions. It covers creating a BPMN flow, retrieving and sending data, displaying user messages, and concludes with the advantages and limitations of using IFS workflows for real-time integrations.
IFS Workflows – Think Big… Start Small…
In the dynamic landscape of modern business, leveraging powerful tools is essential for seamless operations and enhanced productivity. IFS Cloud, equipped with its robust Workflows toolset, offers a gateway to extending business flows with cutting-edge capabilities. This blog post delves into an exemplary use case of IFS Cloud Workflows, providing a step-by-step guide to help you create your first workflow.
How to bulk delete records from a Dataverse table in PowerApps
The post provides an easy five-step guide to bulk delete records from a Dataverse table in PowerApps using a cloud flow.
Creating an API Proxy for IFS Cloud using Azure APIM
The blog post discusses how to create an API proxy in Azure APIM to perform OAuth2 authentication before calling backend API. IFS Cloud is used as the example backend where it requires OAuth2 token to access.
Getting Started with Microsoft Power Apps with IFS Cloud
Microsoft is dominating the enterprise low-code application platforms [1] and there are immense possibilities on how we can use power platform in businesses. IFS Cloud enables accessing the business logic through REST APIs so it's easy Extend on the Outside using low-code development platforms like PowerApps. Power platform offers many inbuilt connectors but so far,... Continue Reading →
Authentication in IFS Cloud
This article explains about how authentication takes place in IFS Cloud and some examples with Postman for each OAuth authentication flow for end users and for integrations