<?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: How to get Assigned Item Expression via Workflow? in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968211#M8598</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/846181"&gt;@Anil_SAD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And where is your problem?&lt;/P&gt;
&lt;P&gt;The api mentioned in provided link by you works for everything..&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-java"&gt;&lt;CODE&gt;WTList[] choices = OptionHelper.service.getAllChoices(child, optionSet);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Just replace the Child with your WTPart&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 12:35:23 GMT</pubDate>
    <dc:creator>HelesicPetr</dc:creator>
    <dc:date>2024-08-26T12:35:23Z</dc:date>
    <item>
      <title>How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/967759#M8561</link>
      <description>&lt;P&gt;Version: Windchill 11.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Case: Just trying to read/modify Assigned Item Expression which is assigned to a WTPART, in the workflow and then i'll just assign expression to wtparts via workflow.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;First of all, I need to explain our daily use of Item Expressions. We usually assign an expression to a WTPART using the Assigned Item Expression. When I do this, we first move the WTPART to the Library where the Option Set is defined. We're using "Assign Advanced Expression" to assign the expression to the WTPART.&lt;/P&gt;&lt;P&gt;What I am trying to do is print the Assigned Item Expression assigned to a WTPART in the workflow and then assign the expression to WTPARTs via the workflow. However, since this “Assigned Expression” attribute is a calculated value, we cannot retrieve it directly. We need to print it by capturing the relationship between the Option Set and Choice with the WTPART.&lt;/P&gt;&lt;P&gt;There is a topic about obtaining Usage Expression in the forum, but with usage expression, this expression can be obtained with respect to the parent WTPART.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.ptc.com/t5/Windchill-Customization/Method-to-get-Assigned-Expression/m-p/923615" target="_blank" rel="noopener"&gt;https://community.ptc.com/t5/Windchill-Customization/Method-to-get-Assigned-Expression/m-p/923615&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'm using Windchill version 11.2, and I couldn’t find the OptionHelper class in the Javadoc. I guess it's not supported in this version, or maybe I had trouble finding the fully qualified name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 10:53:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/967759#M8561</guid>
      <dc:creator>Anil_SAD</dc:creator>
      <dc:date>2024-08-22T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968068#M8584</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I posted the question/solution you linked, it just needs a few tweaks to work with WTPart rather than WTPartUsageLink. One question first, do you need the expression in the context of its Assigned Option Set, or just the the full expression? For example, if you've selected COLOUR = "GREEN", "RED", but only green is currently available for selection in the Assigned Option Set, outputting the expression in context of the Assigned Option Set would give COLOUR = "GREEN". The alternative is to output the full expression (COLOUR = "GREEN", "RED"), which is what Windchill shows in the UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you also clarify your requirements too, it's a little unclear what you need the workflow to do, are you saying you need to output the expression from a WTPart to a string, then assign that expression to other WTParts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On the JavaDoc, there are lots of classes that are missing, I honestly don't know why this is, or whether it means they're supported or not, but I think it was in the codebase at 11.2, use with caution though in case it is unsupported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Graham&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Aug 2024 19:27:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968068#M8584</guid>
      <dc:creator>GrahamV</dc:creator>
      <dc:date>2024-08-25T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968112#M8586</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/480782"&gt;@GrahamV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just add a comment to the JavaDoc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This documentation shows only supported methods. If you use method that is not in JavaDoc, there is not guarantee that it will work in the future release.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 12:30:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968112#M8586</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-08-26T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968207#M8597</link>
      <description>&lt;P&gt;Hi Graham,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually let me explain what'im gonna trying to do specifically, as i mentioned before normally we assign&amp;nbsp; Item expressions to wtparts manually. But i want to do this semi automatically via Change Notice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example there will be textbox which includes: &lt;EM&gt;part_number1:ItemExpression1, part_number2:ItemExpression2 ...&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Also sure there will be a some kind of dropdown for which defines the context of Option set.&lt;/P&gt;&lt;P&gt;So if i get these inputs from the user then the magic gonna start: i'll have a expression robot for do these things:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)First of all i need to move the wtpart's to Option set's context(this will be a result of user's dropdown input so i'll have a rule for this).&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Then i'll assign ItemExpression1 to part_number1 /&amp;nbsp;ItemExpression2 to part_number2&lt;/P&gt;&lt;P&gt;These ItemExpressions can be a bit complex and long like as&amp;nbsp;(&lt;SPAN&gt;COLOUR = "GREEN", "RED" ,"BLUE" &lt;STRONG&gt;&lt;EM&gt;AND&lt;/EM&gt;&lt;/STRONG&gt; "WHITE" , "BLACK") etc.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;-One question first, do you need the expression in the context of its Assigned Option Set, or just the the full expression?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;+ Yea I need&amp;nbsp;full expression (COLOUR = "GREEN", "RED"), which is what Windchill shows in the UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;-What you need the workflow to do, are you saying you need to output the expression from a WTPart to a string, then assign that expression to other WTParts?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;+&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;Actually first i've thought i need start with &lt;EM&gt;&lt;STRONG&gt;READ&lt;/STRONG&gt;&lt;/EM&gt; assigned expression of wtpart, then i'll &lt;EM&gt;&lt;STRONG&gt;WRITE/ASSIGN&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;DESIRED expression to DESIRED wtpart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 12:12:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968207#M8597</guid>
      <dc:creator>Anil_SAD</dc:creator>
      <dc:date>2024-08-26T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968211#M8598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/846181"&gt;@Anil_SAD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And where is your problem?&lt;/P&gt;
&lt;P&gt;The api mentioned in provided link by you works for everything..&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-java"&gt;&lt;CODE&gt;WTList[] choices = OptionHelper.service.getAllChoices(child, optionSet);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Just replace the Child with your WTPart&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 12:35:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968211#M8598</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-08-26T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968546#M8610</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;yea i've converted like the code below and this works fine for the assigned Item expressions which is applied by "&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Assign Basic Expression&lt;/EM&gt;&lt;/STRONG&gt;".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the problem is, normally i'm assigning expressions via "&lt;EM&gt;&lt;STRONG&gt;Assign Advanced Expression&lt;/STRONG&gt;&lt;/EM&gt;" ( i think it requires some kind of licence for use this method) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And when i assign expression with this method, WTList returns null with the code below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i assign expressions via &lt;EM&gt;&lt;STRONG&gt;basic&lt;/STRONG&gt;&lt;/EM&gt; method:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SD_11338516_1-1724824410118.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/109711iA93C9720863909C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SD_11338516_1-1724824410118.png" alt="SD_11338516_1-1724824410118.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i used &lt;EM&gt;&lt;STRONG&gt;Advanced Expression&lt;/STRONG&gt;&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SD_11338516_2-1724824487661.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/109712iB1A2D3593CCA6BBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SD_11338516_2-1724824487661.png" alt="SD_11338516_2-1724824487661.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;try {
    java.lang.String partNumber = "PARTTEST";
    wt.query.QuerySpec partQuerySpec = new wt.query.QuerySpec(wt.part.WTPart.class);
    partQuerySpec.appendWhere(new wt.query.SearchCondition(wt.part.WTPart.class, wt.part.WTPart.NUMBER, wt.query.SearchCondition.EQUAL, partNumber), new int[]{0});
    wt.fc.QueryResult partResult = wt.fc.PersistenceHelper.manager.find(partQuerySpec);
    if (!partResult.hasMoreElements()) {
        java.lang.System.out.println("Can't find WTPart: " + partNumber);
    } else {
        wt.part.WTPart part = (wt.part.WTPart) partResult.nextElement();
        java.lang.System.out.println("WTPart found: " + part.getNumber());
        wt.fc.QueryResult latestVersions = wt.vc.VersionControlHelper.service.allIterationsOf(part.getMaster());
        if (latestVersions.hasMoreElements()) {
            wt.part.WTPart latestPart = (wt.part.WTPart) latestVersions.nextElement();
            wt.fc.ReferenceFactory referenceFactory = new wt.fc.ReferenceFactory();
            wt.fc.WTReference partRef = referenceFactory.getReference(latestPart);
            com.ptc.windchill.option.model.OptionSet assignedOptionSet = com.ptc.windchill.option.service.OptionHelper.service.getAssignedOptionSet(partRef, null).getOptionSet();
            if (assignedOptionSet != null) {
                java.lang.System.out.println("Option Set: " + assignedOptionSet.getName());
                wt.fc.collections.WTList[] choicesArray = com.ptc.windchill.option.service.OptionHelper.service.getAllChoices(latestPart, assignedOptionSet);
                for (int i = 0; i &amp;lt; choicesArray.length; i++) {
                    wt.fc.collections.WTList choicesList = choicesArray[i];
                    java.lang.System.out.println("Choices Array Index: " + i);
                    if (choicesList == null || choicesList.size() == 0) {
                        java.lang.System.out.println("  WTList is empty or null at index: " + i);
                    } else {
                        for (int j = 0; j &amp;lt; choicesList.size(); j++) {
                            Object obj = choicesList.get(j);
                            if (obj instanceof wt.fc.WTReference) {
                                // Convert WTReference to actual object
                                wt.fc.WTReference wtReference = (wt.fc.WTReference) obj;
                                Object referencedObject = wtReference.getObject();
                                if (referencedObject instanceof com.ptc.windchill.option.model.Choice) {
                                    com.ptc.windchill.option.model.Choice choice = (com.ptc.windchill.option.model.Choice) referencedObject;
                                    java.lang.System.out.println("  Index " + j + ": Choice object, Name: " + choice.getName());
                                } else {
                                    java.lang.System.out.println("  Index " + j + ": Unknown referenced object type: " + referencedObject.getClass().getName());
                                }
                            } else {
                                java.lang.System.out.println("  Index " + j + ": Unknown type, type: " + obj.getClass().getName());
                            }
                        }
                    }
                }
            } else {
                java.lang.System.out.println("Can't find Option Set");
            }
        } else {
            java.lang.System.out.println("No latest version found for WTPart: " + part.getNumber());
        }
    }
} catch (wt.util.WTException e) {
    java.lang.System.out.println("Exception occurred: " + e.getMessage());
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 05:57:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968546#M8610</guid>
      <dc:creator>Anil_SAD</dc:creator>
      <dc:date>2024-08-28T05:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968559#M8611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/846181"&gt;@Anil_SAD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The API does not check licenses, but the advanced expression can be stored in different table so you have to find an another method to get this information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 06:26:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968559#M8611</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-08-28T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968595#M8613</link>
      <description>&lt;P&gt;Yea now i'm able to get full expression with this API&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;wt.option.ComplexExpressionData expressionData = com.ptc.windchill.option.expression.ExpressionHelper.getAssignedExpression(
                    (wt.option.Expressionable) latestPart, assignedOptionSet
                );

                if (expressionData != null) {
                   // Get formatted exp
                    java.lang.System.out.println("Formatted Expression: " + expressionData.toString());
                } else {
                    java.lang.System.out.println("No expression found for the given part and option set.");
                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Formatted expression just looking like that :&amp;nbsp;&lt;SPAN&gt;returns json string. "&lt;STRONG&gt;&lt;EM&gt;The format will be like 1. {"expression":"EXP1","members":[{"expression":"EnUS / Fr","description":" English and French","id":"EXP1"}]} 2. {"expression":"EXP1 || EXP2","members":[{"expression":"\"8-MP\" &amp;amp;&amp;amp; \"8GB\"","description":"","id":"EXP1"},{"expression":"\"6-MP\" &amp;amp;&amp;amp; \"16GB\"","description":"","id":"EXP2"}]}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;" so i can parse the expression from this return.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So reading step is just complated for me now i need to edit this "complexExpressionData" and update it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to use this "&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;assignLocalExpression&lt;/EM&gt;&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SD_11338516_1-1724837497565.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/109727i6A71528F1EF59169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SD_11338516_1-1724837497565.png" alt="SD_11338516_1-1724837497565.png" /&gt;&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;But is there any easy way to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 09:32:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968595#M8613</guid>
      <dc:creator>Anil_SAD</dc:creator>
      <dc:date>2024-08-28T09:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Assigned Item Expression via Workflow?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968604#M8614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/846181"&gt;@Anil_SAD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think so there is easier way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 09:57:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Assigned-Item-Expression-via-Workflow/m-p/968604#M8614</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-08-28T09:57:31Z</dc:date>
    </item>
  </channel>
</rss>

