<?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: Windchill attribute for user look-up in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/846883#M2638</link>
    <description>&lt;P&gt;We maintain an enumerated list of users in our system that can be assigned to a particular attribute. In our case, only one can be selected. In your case, it sounds like you would want to make it a multi-valued attribute.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The up-keep is significant. We have to add to the enum list when we get new users and remove when users are no longer valid. We do have workflows that query the username assigned in that attribute, and then can route a task to that user. This also requires logic to ensure the user is still valid, and we need to catch the case that they are no longer valid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd be interested to hear if you find a more elegant solution!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2023 16:41:56 GMT</pubDate>
    <dc:creator>joe_morton</dc:creator>
    <dc:date>2023-01-03T16:41:56Z</dc:date>
    <item>
      <title>Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/846666#M2637</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to introduce an attribute to an object type which should allow users to look up Windchill users and add them as a value for that attribute, I would use this value and populate the team members for that object. Requesting you to shed some light on the possible solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:04:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/846666#M2637</guid>
      <dc:creator>Sha11</dc:creator>
      <dc:date>2024-03-15T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/846883#M2638</link>
      <description>&lt;P&gt;We maintain an enumerated list of users in our system that can be assigned to a particular attribute. In our case, only one can be selected. In your case, it sounds like you would want to make it a multi-valued attribute.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The up-keep is significant. We have to add to the enum list when we get new users and remove when users are no longer valid. We do have workflows that query the username assigned in that attribute, and then can route a task to that user. This also requires logic to ensure the user is still valid, and we need to catch the case that they are no longer valid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd be interested to hear if you find a more elegant solution!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 16:41:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/846883#M2638</guid>
      <dc:creator>joe_morton</dc:creator>
      <dc:date>2023-01-03T16:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847155#M2639</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/205842"&gt;@joe_morton&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you let me know how do you populate the enumeration with the list of users? Is it something that we have to do manually or can we configure this in anyway?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 05:05:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847155#M2639</guid>
      <dc:creator>Sha11</dc:creator>
      <dc:date>2023-01-04T05:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847305#M2640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/390417"&gt;@Sha11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create own DataUtility to populate a comboBox with users what you need or you can use a sugestionTxtBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my video there is example how very simple search for a user can work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for suggestion I use&amp;nbsp;&lt;SPAN&gt;com.ptc.core.components.rendering.guicomponents.&lt;/SPAN&gt;&lt;SPAN&gt;SuggestTextBox&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and suggestionHelper&amp;nbsp;com.ptc.core.components.suggest.Suggestable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and suggestion helper is defined as a service in service.properties&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6318183909112w404h84r726" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6318183909112" data-account="6058022026001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022026001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6318183909112w404h84r726');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://www.ptcusercommunity.com/t5/video/gallerypage/video-id/6318183909112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:12:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847305#M2640</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2023-01-04T14:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847308#M2641</link>
      <description>&lt;P&gt;I believe there is a back-end way to do a bulk load. You could use that for the initial. I haven't done it myself, but my colleague has. Try these references:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.ptc.com/en/support/article/cs127331" target="_blank"&gt;https://www.ptc.com/en/support/article/cs127331&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.ptc.com/en/support/article/CS33940" target="_blank"&gt;https://www.ptc.com/en/support/article/CS33940&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For us now, we maintain the list by just manually updating it (as there is only a few users added or removed at a time).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:09:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847308#M2641</guid>
      <dc:creator>joe_morton</dc:creator>
      <dc:date>2023-01-04T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill attribute for user look-up</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847310#M2642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/205842"&gt;@joe_morton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it is another way how to crate IBA attribute with list of user name values. But you need to maintain the enumerations or suggestion list as a admin&lt;/P&gt;
&lt;P&gt;I can not imagine to do so if company has hundreds users.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:15:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-attribute-for-user-look-up/m-p/847310#M2642</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2023-01-04T14:15:27Z</dc:date>
    </item>
  </channel>
</rss>

