<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title></title>
    <link>/</link>
    <description>Recent content on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The 10-Step Process for Developing PeopleSoft Component Interfaces</title>
      <link>/knowledge-base/kbarticles/10-step-component-interface-development-process/</link>
      <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/knowledge-base/kbarticles/10-step-component-interface-development-process/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve worked with PeopleSoft long enough, you&amp;rsquo;ve seen it: a developer gets a requirement to load data, skips straight to writing PeopleCode, and burns two days fighting cryptic errors that would have been obvious with 30 minutes of preparation. Component Interfaces are powerful, but they punish you for skipping steps.&lt;/p&gt;&#xA;&lt;p&gt;Over 20 years of PeopleSoft consulting, I&amp;rsquo;ve refined a 10-step process for CI development. I originally presented this in my &lt;em&gt;Component Interface: A Developer&amp;rsquo;s Guide&lt;/em&gt; training. This post distills the process into a reference you can keep handy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Community Update - April 12, 2026</title>
      <link>/community-updates/2026-w15/</link>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
      <guid>/community-updates/2026-w15/</guid>
      <description>&lt;p&gt;This week&amp;rsquo;s update focuses on major product updates, high-level UI strategy, and a series of deep dives into modern data integration with the Oracle database. We look at the latest FSCM image, a case study on AI-powered automation, and the practicalities of handling API calls and geospatial data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;new-fscm-update-image-56-is-here&#34;&gt;New FSCM Update Image 56 is Here&lt;/h2&gt;&#xA;&lt;p&gt;Wondering what&amp;rsquo;s new in the latest PeopleSoft FSCM update? Image 56 is now available, bringing new Kibana analytics for supplier management, a more user-friendly journal entry upload process for General Ledger, and other key enhancements across the suite.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Community Update - March 29, 2026</title>
      <link>/community-updates/2026-w13/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/community-updates/2026-w13/</guid>
      <description>&lt;p&gt;This week, we&amp;rsquo;re diving deep into modern Oracle database development and administration. We&amp;rsquo;ll explore powerful new SQL enhancements that simplify your code, look at a best practice for managing jobs on Autonomous Database, and get a practical perspective on how AI is changing the game for developers.&lt;/p&gt;&#xA;&lt;p&gt;David Kurtz is killing it this week!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;simplify-your-code-with-the-new-mergereturning-clause&#34;&gt;Simplify Your Code with the New MERGE&amp;hellip;RETURNING Clause&lt;/h2&gt;&#xA;&lt;p&gt;Tired of writing extra queries just to get data back after a &lt;code&gt;MERGE&lt;/code&gt; operation? Oracle 23ai/26ai finally brings the &lt;code&gt;RETURNING&lt;/code&gt; clause to the &lt;code&gt;MERGE&lt;/code&gt; statement, the last DML statement to receive this feature. This small but powerful enhancement streamlines your code by letting you retrieve values from affected rows in a single, efficient operation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Community Update - March 23, 2026</title>
      <link>/community-updates/2026-w12/</link>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/community-updates/2026-w12/</guid>
      <description>&lt;p&gt;This week, we&amp;rsquo;re diving into practical skills and big-picture strategy. We&amp;rsquo;ll cover how to turn your data visualizations into powerful dashboards, solve a tricky Component Interface error that can stump developers, and finish with a high-level comparison of the architectural differences between PeopleSoft and Workday.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-visualizations-to-dashboards&#34;&gt;From Visualizations to Dashboards&lt;/h2&gt;&#xA;&lt;p&gt;Ever created a great visualization but wished you could combine it with others for a bigger picture? Randall Groncki demonstrates the next logical step: using the Insights tool to build powerful dashboards from your existing visuals. This guide walks you through a simple process to get you started on consolidating your data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Component Interface Error - Unknown key of uninstantiated object some-record-name.some-field-name (91,16)</title>
      <link>/knowledge-base/kbarticles/ci-find-list-box-item/</link>
      <pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/knowledge-base/kbarticles/ci-find-list-box-item/</guid>
      <description>&lt;p&gt;A missing &lt;strong&gt;List Box Item&lt;/strong&gt; checkbox on a search record field can silently break the Component Interface &lt;code&gt;Find&lt;/code&gt; method, producing an &amp;ldquo;Unknown key of uninstantiated object&amp;rdquo; error. This article walks through the root cause, demonstrates the failure on a delivered CI, and provides SQL to audit your environment for the same condition.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-error&#34;&gt;The Error&lt;/h2&gt;&#xA;&lt;p&gt;If you have ever invoked the CI &lt;code&gt;Find&lt;/code&gt; method and received a message along the lines of:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Community Update - March 1, 2026</title>
      <link>/community-updates/2026-w09/</link>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/community-updates/2026-w09/</guid>
      <description>&lt;p&gt;This week, the PeopleSoft community is looking both at the present and the future. We&amp;rsquo;re diving into practical tips for managing your Insights objects, hearing directly from an early adopter of PeopleTools 8.62, and getting a sneak peek at the exciting enhancements planned for this spring.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;safely-migrate-your-insights-objects&#34;&gt;Safely Migrate Your Insights Objects&lt;/h2&gt;&#xA;&lt;p&gt;Ever worry about losing your custom Insights dashboards or visualizations when moving between environments? Randall Groncki walks through the &amp;ldquo;Saved Objects&amp;rdquo; utility, a crucial tool for migrating your work from development to production. It&amp;rsquo;s not just for migration—it&amp;rsquo;s also your key to creating reliable backups for disaster recovery, ensuring your hard work is always protected.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
