<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									I need to extract PLT.Page_IB - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/i-need-to-extract-plt-page_ib/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 16:59:51 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: I need to extract PLT.Page_IB</title>
                        <link>https://community.onenetwork.com/sdk-forum/i-need-to-extract-plt-page_ib/#post-7523</link>
                        <pubDate>Fri, 13 May 2022 13:29:25 +0000</pubDate>
                        <description><![CDATA[We can run the following query to dump the Page to process using PLT.Page_IB interface (Available under PageExportSqls.xml in case we need to dump other entities for UDP)
select pf.model_le...]]></description>
                        <content:encoded><![CDATA[<p>We can run the following query to dump the Page to process using PLT.Page_IB interface (Available under PageExportSqls.xml in case we need to dump other entities for UDP)</p>
<pre contenteditable="false">select pf.model_level || ',' || pf.name || ',' || p.name || ',"' || nvl(replace(json_query(layout, '$' returning CLOB pretty), '"', '""'),layout) || '"' csv_row
from page p
join page_flow pf on pf.sys_page_flow_id = p.sys_page_flow_id
order by pf.model_level, pf.name, p.name</pre>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>isingh</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/i-need-to-extract-plt-page_ib/#post-7523</guid>
                    </item>
				                    <item>
                        <title>I need to extract PLT.Page_IB</title>
                        <link>https://community.onenetwork.com/sdk-forum/i-need-to-extract-plt-page_ib/#post-7521</link>
                        <pubDate>Fri, 13 May 2022 13:17:03 +0000</pubDate>
                        <description><![CDATA[I need to extract PLT.Page_IB on a UAT instance with no JMX console. Does anybody know how to do this?]]></description>
                        <content:encoded><![CDATA[<p>I need to extract PLT.Page_IB on a UAT instance with no JMX console. Does anybody know how to do this?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>mpargas</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/i-need-to-extract-plt-page_ib/#post-7521</guid>
                    </item>
							        </channel>
        </rss>
		