Posts

Showing posts from 2026

A clever way to transfer bulk data via PeopleSoft Integration Broker with Segmented Messages

Image
 Introduction:      We all know that the data transfer between systems is present since the day we invent Internet of Things, and we invented many mediums and methodologies to do that. So as PeopleSoft IB for integrating another PeopleSoft Application or 3rd Party application either to send or receive or for both. And I would say that we haven't explored all the possible ways of data transfer or integration between two systems especially on PeopleSoft IB. Recently I had a chance to go through a situation where the data (I mean a huge volume of data like files and media) needs to send and receive between third-party application and PeopleSoft application and without loosing the track of which one to process and in which order. In the search of the answer when weighing the PeopleBook I came across two broadly used ways 1. Message Segmentation 2. Binary Data transfer . In this blog we will deep dive into the first approach. Fundamentals:      The approac...

Quick and simple way to have AI based Chat in PeopleSoft Application

Image
 LLM Model/AI Chat Assistant in PeopleSoft Introduction:      For a long time I was having a question "What would be the perfect business case to implement the AI and ML models on PeopleSoft". But recently I felt that " Any big picture starts with a stroke ", so wanted to have that stroke by implementing AI Chat on PeopleSoft Application for a general tasks like content summarization, content filtering or searching latest PeopleSoft news without going out of the PIA screen. How it was done?      Surprisingly the steps are very simple and anyone who is having a basic understanding of HTML, Scripts, and REST Services can do it within a day. Step 1 : Get your API-key (or token) and service details from the service provider. I used Groq for POC as they offer free plan (check out: Groq Free Plan - Rate Limits ) Step 2 : Create a simple AI Prompt to create a JavaScript Code for you to have the Chat Window overlay on PeopleSoft Application. And save the code ...