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 →
Send an Email using IFS Workflow
Sending an email with IFS Workflow
How to Include additional attachments in e-mail reports in IFS Cloud
Include additional attachments in IFS e-mail report is one of the top posts in my blog and received many good comments. One of the questions was that the methods used here are not compatible in IFS Cloud. Script used in above post was developed for Apps8. By that time, Command_SYS.mail has limited capability of handling attachments.... 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
Check XSL Transformer Output
In IFS Cloud, there's no easy way to test the transformer output. Visual studio Enterprise or Professional versions has a XML editor where you can easily test the transformer output but the Community edition does not have this feature. If you have Visual Studio Enterprise or Professional, check below link on how to do that.... Continue Reading →
Import Media Files with IFS Connect
IFS Connect is a simple integration framework yet you can do pretty nice things around it. This blog post explains such a trick done with IFS Connect for adding Media items into IFS and attach to a work order.
SOAP Integrations with IFS
SOAP stands strongly in the market even two decades and alongside with other modern integration protocols. Even today it's the go-to messaging protocol for many enterprise integrations and companies frequently use SOAP for their web services. It's no exception for IFS Applications and IFS provides wide range of web services both inbound and outbound. In... Continue Reading →
Using Functions in Oracle SQL
Oracle subquery using WITH clause is a popular choice among the developers. From Oracle 12C it's possible to define PLSQL function inside WITH clause. It's a handy feature which is really useful when making complex queries
Tips to avoid mutating table error in IFS event actions
Tips to avoid mutating table error in IFS event actions