<?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>topic Re: Fabric Sales Force Connector in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4708933#M7906</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="607182" data-lia-user-login="ShaunLeMouton" class="lia-mention lia-mention-user"&gt;ShaunLeMouton&lt;/a&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 May 2025 12:12:31 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2025-05-27T12:12:31Z</dc:date>
    <item>
      <title>Fabric Sales Force Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4698680#M7845</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the Object SalesForce connector to obtain my datas from Sales Force in my datalake&lt;/P&gt;&lt;P&gt;Have some attributs as picklists in my SalesForce Object&lt;/P&gt;&lt;P&gt;My mapping in Fabrioc is like SalesForce Attribute -&amp;gt; Picklist || Attribut -&amp;gt; String&lt;/P&gt;&lt;P&gt;I need to retrieve all picklist attribut&lt;/P&gt;&lt;P&gt;how can i do it ?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 14:17:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4698680#M7845</guid>
      <dc:creator>ShaunLeMouton</dc:creator>
      <dc:date>2025-05-19T14:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Sales Force Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4700046#M7851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="607182" data-lia-user-login="ShaunLeMouton" class="lia-mention lia-mention-user"&gt;ShaunLeMouton&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, the Salesforce Object connector only retrieves the selected picklist values (as strings), not the full set of allowed values. To get all picklist options, you'll need to use the Salesforce Metadata or Tooling API to retrieve the full list of picklist values for each field. Once retrieved, you can store this metadata in your Lakehouse as a reference table for reporting or validation purposes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try below steps and let me know if this helps?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Connect to Salesforce Metadata or Tooling API: Use tools like Postman, Workbench, or custom scripts (Python, Java, etc.) to call Salesforce’s Metadata or Tooling API.&lt;/LI&gt;
&lt;LI&gt;Retrieve Picklist Metadata with Describe Call: Use the endpoint GET /services/data/vXX.0/sobjects/ObjectName/describe to fetch all fields. Identify fields of type "picklist"&amp;nbsp;and extract their "picklistValues".&lt;/LI&gt;
&lt;LI&gt;Store Picklist Values in a Reference Table: Save the extracted picklist options to a dedicated table in your Data Lake or Lakehouse. This can be used for dropdowns, validations, or enriching data in reports.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:12:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4700046#M7851</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-20T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Sales Force Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4708933#M7906</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="607182" data-lia-user-login="ShaunLeMouton" class="lia-mention lia-mention-user"&gt;ShaunLeMouton&lt;/a&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 12:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4708933#M7906</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-27T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Sales Force Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4713501#M7926</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/607182" target="_blank"&gt;@ShaunLeMouton&lt;/A&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 07:28:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4713501#M7926</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-30T07:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Sales Force Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4716105#M7938</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/607182" target="_blank" rel="noopener"&gt;@ShaunLeMouton&lt;/A&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 06:12:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Sales-Force-Connector/m-p/4716105#M7938</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-06-02T06:12:43Z</dc:date>
    </item>
  </channel>
</rss>

