<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Preloading from Custom Schema in Adobe Campaign Classic Ideas</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idi-p/362529</link>
    <description>&lt;P&gt;In the current setup, preloading activity available in Web Application preloads the data on the basis of encrypted identifier passed in the URL parameter.&lt;BR /&gt;&lt;BR /&gt;It will be great to have an option to the preload the data from any selected schema and column while configuring the activity.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2020 13:42:35 GMT</pubDate>
    <dc:creator>Manoj_Kumar_</dc:creator>
    <dc:date>2020-05-18T13:42:35Z</dc:date>
    <item>
      <title>Preloading from Custom Schema</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idi-p/362529</link>
      <description>&lt;P&gt;In the current setup, preloading activity available in Web Application preloads the data on the basis of encrypted identifier passed in the URL parameter.&lt;BR /&gt;&lt;BR /&gt;It will be great to have an option to the preload the data from any selected schema and column while configuring the activity.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 13:42:35 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idi-p/362529</guid>
      <dc:creator>Manoj_Kumar_</dc:creator>
      <dc:date>2020-05-18T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading from Custom Schema</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362978#M143</link>
      <description>&lt;P data-unlink="true"&gt;Hello &lt;LI-USER uid="16614846"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P data-unlink="true"&gt;You can create your own preloading activity from Java Script (Script activity) where you can use jsapi database calls such as queryDef, sqlSelect, sqlExec ...&amp;nbsp; and then store the data under ctx.recipient.@id,&amp;nbsp;.... All OOTB activities will read it as you would use the Preloading activity, also you can display the information on page.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 13:30:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362978#M143</guid>
      <dc:creator>Marcel_Szimonisz</dc:creator>
      <dc:date>2020-05-20T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading from Custom Schema</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362981#M144</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;LI-USER uid="6970553"&gt;&lt;/LI-USER&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, you are correct this is what we are using right now to preload users from custom schema. But it will be great if we can get that option to configure this in the preloading activity itself.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 13:41:45 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362981#M144</guid>
      <dc:creator>Manoj_Kumar_</dc:creator>
      <dc:date>2020-05-20T13:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading from Custom Schema</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362993#M145</link>
      <description>&lt;P&gt;&lt;LI-USER uid="16614846"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this was a question &lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@31B4D6D7B3510763F3CBB2AAB7997408/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp; I think they left behind the web app development so you need to workaround many things here. But yes it would be nice to choose the dimension in preload activity&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 14:30:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/362993#M145</guid>
      <dc:creator>Marcel_Szimonisz</dc:creator>
      <dc:date>2020-05-20T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading from Custom Schema</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/410323#M195</link>
      <description>&lt;P&gt;carefull with SQLExec, SQLSelect, SQLGetDouble, etc&lt;BR /&gt;the scaling is better with queryDef as it goes through the normal query engine that will handle in a better way any locks on the tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"SQL injection is evil" ^^&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 21:25:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/preloading-from-custom-schema/idc-p/410323#M195</guid>
      <dc:creator>LaurentLam</dc:creator>
      <dc:date>2021-05-28T21:25:09Z</dc:date>
    </item>
  </channel>
</rss>

