<?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 Include Canonical Name from Active Directly in Data Load from AD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Include-Canonical-Name-from-Active-Directly-in-Data-Load-from-AD/m-p/2158614#M93901</link>
    <description>&lt;P&gt;I have an app that downloads info from Active Directory (user id, groups, depatements etc.) into a Qliksense Enterprise app.&lt;/P&gt;
&lt;P&gt;I have been asked today if I can include the 'Canonical Name of Object'&amp;nbsp; from Active Directory into my app.&lt;/P&gt;
&lt;P&gt;I had a look at some of the forums/help but I cannot see anywhere that this downloads this value to Qliksense.&lt;/P&gt;
&lt;P&gt;My data load is as follows...&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;WHERE Not(userAccountControl bitand 2); // Exclude inactive accounts&lt;/P&gt;
&lt;P&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;co,&lt;/P&gt;
&lt;P&gt;department,&lt;/P&gt;
&lt;P&gt;division,&lt;/P&gt;
&lt;P&gt;employeeType,&lt;/P&gt;
&lt;P&gt;givenName,&lt;/P&gt;
&lt;P&gt;l,&lt;/P&gt;
&lt;P&gt;userPrincipalName,&lt;/P&gt;
&lt;P&gt;mail,&lt;/P&gt;
&lt;P&gt;manager,&lt;/P&gt;
&lt;P&gt;mobile,&lt;/P&gt;
&lt;P&gt;pager,&lt;/P&gt;
&lt;P&gt;sn,&lt;/P&gt;
&lt;P&gt;sAMAccountName,&lt;/P&gt;
&lt;P&gt;telephoneNumber,&lt;/P&gt;
&lt;P&gt;title,&lt;/P&gt;
&lt;P&gt;userAccountControl,&lt;/P&gt;
&lt;P&gt;displayName,&lt;/P&gt;
&lt;P&gt;streetAddress,&lt;/P&gt;
&lt;P&gt;postalcode,&lt;/P&gt;
&lt;P&gt;st,&lt;/P&gt;
&lt;P&gt;accountExpires,&lt;/P&gt;
&lt;P&gt;physicalDeliveryOfficeName,&lt;/P&gt;
&lt;P&gt;LastLogon&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;FROM 'LDAP://valeofoods.local'&lt;/P&gt;
&lt;P&gt;WHERE objectCategory = 'person' AND memberOf = '*'; // The * wildcard returns all records in Persons's objectCategory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 11:51:41 GMT</pubDate>
    <dc:creator>HugoBoyle</dc:creator>
    <dc:date>2024-01-05T11:51:41Z</dc:date>
    <item>
      <title>Include Canonical Name from Active Directly in Data Load from AD</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Canonical-Name-from-Active-Directly-in-Data-Load-from-AD/m-p/2158614#M93901</link>
      <description>&lt;P&gt;I have an app that downloads info from Active Directory (user id, groups, depatements etc.) into a Qliksense Enterprise app.&lt;/P&gt;
&lt;P&gt;I have been asked today if I can include the 'Canonical Name of Object'&amp;nbsp; from Active Directory into my app.&lt;/P&gt;
&lt;P&gt;I had a look at some of the forums/help but I cannot see anywhere that this downloads this value to Qliksense.&lt;/P&gt;
&lt;P&gt;My data load is as follows...&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;WHERE Not(userAccountControl bitand 2); // Exclude inactive accounts&lt;/P&gt;
&lt;P&gt;SQL SELECT&lt;/P&gt;
&lt;P&gt;co,&lt;/P&gt;
&lt;P&gt;department,&lt;/P&gt;
&lt;P&gt;division,&lt;/P&gt;
&lt;P&gt;employeeType,&lt;/P&gt;
&lt;P&gt;givenName,&lt;/P&gt;
&lt;P&gt;l,&lt;/P&gt;
&lt;P&gt;userPrincipalName,&lt;/P&gt;
&lt;P&gt;mail,&lt;/P&gt;
&lt;P&gt;manager,&lt;/P&gt;
&lt;P&gt;mobile,&lt;/P&gt;
&lt;P&gt;pager,&lt;/P&gt;
&lt;P&gt;sn,&lt;/P&gt;
&lt;P&gt;sAMAccountName,&lt;/P&gt;
&lt;P&gt;telephoneNumber,&lt;/P&gt;
&lt;P&gt;title,&lt;/P&gt;
&lt;P&gt;userAccountControl,&lt;/P&gt;
&lt;P&gt;displayName,&lt;/P&gt;
&lt;P&gt;streetAddress,&lt;/P&gt;
&lt;P&gt;postalcode,&lt;/P&gt;
&lt;P&gt;st,&lt;/P&gt;
&lt;P&gt;accountExpires,&lt;/P&gt;
&lt;P&gt;physicalDeliveryOfficeName,&lt;/P&gt;
&lt;P&gt;LastLogon&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;FROM 'LDAP://valeofoods.local'&lt;/P&gt;
&lt;P&gt;WHERE objectCategory = 'person' AND memberOf = '*'; // The * wildcard returns all records in Persons's objectCategory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 11:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Canonical-Name-from-Active-Directly-in-Data-Load-from-AD/m-p/2158614#M93901</guid>
      <dc:creator>HugoBoyle</dc:creator>
      <dc:date>2024-01-05T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Include Canonical Name from Active Directly in Data Load from AD</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Canonical-Name-from-Active-Directly-in-Data-Load-from-AD/m-p/2158628#M93908</link>
      <description>&lt;P&gt;The field I am looking for can be found in AD under the Object Tab.&lt;/P&gt;
&lt;P&gt;I have tried adding field ' canonicalName' to my data load but it is coming across as blanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 12:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Canonical-Name-from-Active-Directly-in-Data-Load-from-AD/m-p/2158628#M93908</guid>
      <dc:creator>HugoBoyle</dc:creator>
      <dc:date>2024-01-05T12:22:53Z</dc:date>
    </item>
  </channel>
</rss>

