How to use Postman to work with IFS Aurena
Deploying WSO2 Micro Integrator on Oracle Cloud
How to deploy WSO2 Micro Integrator on Oracle Cloud Always Free tier
Clickatell SMS Integration with IFS
This post is a reply to the IFS forum discussion which questioned about SMS integration with IFS. I did a simple POC for this and surprisingly it worked so I thought it will be a good post to return to my blog after some time. Clickatell is world leading SMS platform and supported in many... Continue Reading →
How to use DBMS_XMLDOM to create XML from PL SQL
This example shows how to create an Oracle XML object using DBMS_XMLDOM package. It includes XML declaration (Version and Charset)XML namespaceLooping through a cursor to add recursive nodes PART_CATALOG table consists of records in below structure Part_NoDescriptionUOMTEST1test1pcsTEST11Test 1pcsTEST111111VIAL DECLARE L_XMLTYPE XMLTYPE; L_DOMDOC DBMS_XMLDOM.DOMDOCUMENT; L_ROOT_NODE DBMS_XMLDOM.DOMNODE; PARTS_ELEMENT DBMS_XMLDOM.DOMELEMENT; PARTS_NODE DBMS_XMLDOM.DOMNODE; PART_ELEMENT DBMS_XMLDOM.DOMELEMENT; PART_NODE DBMS_XMLDOM.DOMNODE; PART_NO_ELEMENT DBMS_XMLDOM.DOMELEMENT;... Continue Reading →
Build a Personal Assistant bot with Integromat and Chatfuel
The Story behind... I'm a Technical consultant by profession and integrations has been my passion for several years now. It's amazing to see how fast the integration industry is evolving and today, building a complex integration does not need any coding experience and you can connect basically anything if you have the right tools. Integromat... Continue Reading →
Build a RESTful API for IFS with WSO2 and knak.it connector
I have tried several different integration tools like Mulesoft, Azure Service Bus and and some native coding with IFS but nothing worked as good (and free) as WSO2 Enterprise Integrator so far. It's a complete Integration tool kit with tons of features so you can basically integrate IFS with anything with right combination of configuration... Continue Reading →
Execute batch script from Java
Java ProcessBuilder example, Execute OS process from java, Ping Java example
Include additional attachments in IFS e-mail report
If you are in IFS Apps10 or in IFS Cloud, please check the new and improved version of this here: https://dsj23.me/2023/04/10/how-to-include-additional-attachments-in-e-mail-reports-in-ifs-cloud/ One of our customers came up with a bit of a challenging requirement. Upon emailing a report to their clients, they need to attach documents connected to that record instance along with the mail. To... Continue Reading →
Connecting Arduino to IFS ERP with IFS Connet Integration
Motive for this project came to my mind while reading an IFS blog post by Gökhan Kurt which explained a fantastic use of iOT with IFS Applications. I was thinking of a setup where we can directly connect input from a machine to IFS without going through any cloud based solutions. Currently IFS has a very... Continue Reading →