<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Core Configuration on Learn Oracle OTM</title><link>https://www.oracle-otm.com/posts/core-configuration/</link><description>Recent content in Core Configuration on Learn Oracle OTM</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 15 Feb 2026 19:04:00 +0000</lastBuildDate><atom:link href="https://www.oracle-otm.com/posts/core-configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Saved Queries/Conditions</title><link>https://www.oracle-otm.com/posts/saved-queriesconditions/</link><pubDate>Wed, 20 Jul 2016 21:30:00 +0000</pubDate><guid>https://www.oracle-otm.com/posts/saved-queriesconditions/</guid><description>&lt;p&gt;Saved Queries in OTM help to query specific records in a screen or add conditions to custom logic while creating an Agent or similar configuration. They can be reused across multiple OTM features including recurring processes and business monitors.&lt;/p&gt;
&lt;div class="note-box"&gt;&lt;strong&gt;Start here — this is foundational:&lt;/strong&gt; Saved Queries and Conditions are arguably the most important configuration concept in OTM for both UI customisation and automation. Almost every advanced OTM feature — Agents, Business Monitors, Recurring Processes, Action Checks, and custom Workbenches — requires a Saved Query or Condition to define &lt;em&gt;which records&lt;/em&gt; the logic should act on. Without a solid grasp of how to build and reuse queries, you cannot effectively configure any of these features.&lt;br&gt;&lt;br&gt;Beyond automation, Saved Queries power the everyday user experience: they let you build pre-filtered finder screens that surface only the records relevant to a specific role or workflow — for example, a shipment coordinator who should only see shipments in their region, or an approver who only sees invoices within their approval threshold. A well-designed set of Saved Queries is often the difference between an OTM implementation that users actually adopt and one they work around.&lt;br&gt;&lt;br&gt;Invest time here before moving to Agents, Business Monitors, or any other automation topic. Every hour spent mastering Saved Queries will save you many hours of troubleshooting downstream.&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Type 1: User in Finder Query&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Refnums</title><link>https://www.oracle-otm.com/posts/refnums/</link><pubDate>Fri, 07 Jul 2017 18:37:00 +0000</pubDate><guid>https://www.oracle-otm.com/posts/refnums/</guid><description>&lt;p&gt;OTM provides the flexibility to associate custom attributes — also called refnums — to every transaction object such as Order Base, Order Release, and Shipment. Developers can use these refnums to store client-specific values like source system information, custom dates, and other custom fields. Note that newer versions of OTM also have attribute (flex field) columns for the same purpose, which are covered in a separate post.&lt;/p&gt;
&lt;p&gt;To create a refnum, navigate to the specific business object menu. For a Shipment refnum:&lt;/p&gt;</description></item><item><title>Flex fields</title><link>https://www.oracle-otm.com/posts/flex-fields/</link><pubDate>Thu, 06 Apr 2017 22:10:00 +0000</pubDate><guid>https://www.oracle-otm.com/posts/flex-fields/</guid><description>&lt;p&gt;OTM provides attribute columns (Char, Number, Date, and Currency) on most major transaction tables such as ORDER_RELEASE and SHIPMENT to store custom data alongside standard fields. Flex Fields are definitions applied to these attribute columns that control how the field behaves in the UI — including whether it shows a free-text entry, a query-driven dropdown, or a standard lookup list. Once defined, a Flex Field can be added to a Manager Layout so that users can enter data directly from the screen.&lt;/p&gt;</description></item><item><title>Status Types</title><link>https://www.oracle-otm.com/posts/status-types/</link><pubDate>Fri, 07 Jul 2017 20:10:00 +0000</pubDate><guid>https://www.oracle-otm.com/posts/status-types/</guid><description>&lt;p&gt;In OTM, transaction objects like Order Release and Shipment have a &amp;lsquo;Status&amp;rsquo; button on the header screen that shows values describing the current state of that object in the transaction lifecycle.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyZIuy1FIKevdXODmirYkeJjss-0wovLYjzR_D9RF4vtHOQPEk6Up7mHHhNOI6ht5-ZlMpJQrB5haqynxRvGIFCNvQDj8z0fH8wbM0-9a9GY1dyHmju3AjsMoZ9VLwe1Up135RFsVkoEs/s1600/Capture0707_002.JPG"&gt;&lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyZIuy1FIKevdXODmirYkeJjss-0wovLYjzR_D9RF4vtHOQPEk6Up7mHHhNOI6ht5-ZlMpJQrB5haqynxRvGIFCNvQDj8z0fH8wbM0-9a9GY1dyHmju3AjsMoZ9VLwe1Up135RFsVkoEs/s640/Capture0707_002.JPG" alt="OTM Status button on shipment header screen" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For example, if you want to track the tender status of a shipment, you can review shipment status &amp;lsquo;SECURE RESOURCES&amp;rsquo; and its values at each stage in the tender lifecycle. When a shipment is originally created, it might have a status like &amp;lsquo;SECURE RESOURCES_NOT STARTED&amp;rsquo;. Once tendered to a carrier, this status changes to &amp;lsquo;SECURE RESOURCES_TENDERED&amp;rsquo;. Once the carrier accepts the tender, the status changes to &amp;lsquo;SECURE RESOURCES_ACCEPTED&amp;rsquo;, and so on. These status values give users clear information about what actions are required next.&lt;/p&gt;</description></item><item><title>Business Numbers</title><link>https://www.oracle-otm.com/posts/business-numbers/</link><pubDate>Sun, 15 Feb 2026 19:04:00 +0000</pubDate><guid>https://www.oracle-otm.com/posts/business-numbers/</guid><description>&lt;p&gt;Business Number Rules control how OTM generates IDs for business objects such as Order Bases, Order Releases, Shipments, and Invoices. OTM provides default XID sequences for all objects, but you can create custom rules when business requirements call for a specific format or numbering range.&lt;/p&gt;
&lt;div class="step-box"&gt;Business Process Automation &gt; Power Data &gt; Business Numbers &gt; Business Number Rule&lt;/div&gt;
&lt;p&gt;Every rule definition consists of one or more instructions enclosed in braces &lt;code&gt;{ }&lt;/code&gt;. Literal text, if any, appears outside the braces. For example, the default rule for the invoice ID is:&lt;/p&gt;</description></item></channel></rss>