<?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: Workitem Input Attribute in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833171#M2871</link>
    <description>&lt;P&gt;Hi All... thank you for the input so far...&amp;nbsp; I can create the variable in the process, and activity.... but I am at a loss for getting it to just 'show up' in the task.&amp;nbsp; Where do I set where that variable is located as a check box in the activity..&amp;nbsp; Simply creating the variable doesn't get it to show up in the activity does it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edited 5 min later... ok.. so it does just show up... but by pure chance it's because I added a new tab to the layout with the variables on it previously when I was experimenting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to figure out how to get it to show on the first tab now and collect the info.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 11:16:00 GMT</pubDate>
    <dc:creator>ChiselnMallet1</dc:creator>
    <dc:date>2022-10-26T11:16:00Z</dc:date>
    <item>
      <title>Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833040#M2862</link>
      <description>&lt;P&gt;I would like to add some inputs to my promotion request approve task.&amp;nbsp; There are comment inputs and vote inputs.... but I wanted to add a could of boolean attributes (radio buttons would be nice) for common reasons for rework.&amp;nbsp; Then, I can collect report data about why Promotion requests are being sent back for rework.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Missing Dims&lt;/LI&gt;&lt;LI&gt;Notes&lt;/LI&gt;&lt;LI&gt;GD&amp;amp;T&lt;/LI&gt;&lt;LI&gt;Design Issue&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Stuff like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I saw an article that says it's not possible but want to ask the community if they think otherwise or have an alternative solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The referenced buzz kill...&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS310508" target="_blank"&gt;https://www.ptc.com/en/support/article/CS310508&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:06:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833040#M2862</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2024-03-15T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833042#M2863</link>
      <description>&lt;P&gt;I am not sure that article means what we think it means. I just created a workflow with two boolean attributes and tested it. Displays like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avillanueva_0-1666732079478.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68355i6EEB6ADE14FE1305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avillanueva_0-1666732079478.png" alt="avillanueva_0-1666732079478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to create a variable in the workflow and also in the task to gather inputs. Then you can write logic around it. Am I missing something? Seems pretty OOTB.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:09:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833042#M2863</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-10-25T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833044#M2864</link>
      <description>&lt;P&gt;So I can definitely do it in the workflow... I know how to get user input variables in there... and even pass them to the task.&amp;nbsp; But... That screen shot you have... is that from a task?&amp;nbsp; The user would have to input that in the task.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:31:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833044#M2864</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-25T21:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833045#M2865</link>
      <description>&lt;P&gt;Yes, that is the task page. You add boolean variables to the task and you make them visible and editable. It should join to the same variable at the process level so you can use it in logic code. Seems like you know about workflows. I do not think I understand the issue of why it cannot be done.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:38:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833045#M2865</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-10-25T21:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833046#M2866</link>
      <description>&lt;P&gt;I was trying to do that in the type and attribute manager for work item... is this done in the activity inside the work flow then?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:41:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833046#M2866</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-25T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833047#M2867</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/27334"&gt;@avillanueva&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes, that is the task page. You add boolean variables to the task and you make them visible and editable. It should join to the same variable at the process level so you can use it in logic code. Seems like you know about workflows. I do not think I understand the issue of why it cannot be done.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think that article is refering to attributes added with AddColumns.sh in conjunction with Type and Attribute Management.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:43:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833047#M2867</guid>
      <dc:creator>RandyJones</dc:creator>
      <dc:date>2022-10-25T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833049#M2868</link>
      <description>&lt;P&gt;yep&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avillanueva_0-1666734239048.png" style="width: 690px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68356iF374A9570D3C5793/image-dimensions/690x289?v=v2" width="690" height="289" role="button" title="avillanueva_0-1666734239048.png" alt="avillanueva_0-1666734239048.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:44:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833049#M2868</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-10-25T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833052#M2869</link>
      <description>&lt;P&gt;Ok... I'm having a block tonight... I know where to make the variable... not cannot at this time recall where I add the attribute so it shows up in the task.&amp;nbsp; I see you were able to add it after the subject...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 22:50:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833052#M2869</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-25T22:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833056#M2870</link>
      <description>&lt;P&gt;You may be wanting to use this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.ptc.com/help/wnc/r12.1.0.0/en/index.html#page/Windchill_Help_Center/workflow/WFModifyAttributes.html" target="_blank"&gt;http://support.ptc.com/help/wnc/r12.1.0.0/en/index.html#page/Windchill_Help_Center/workflow/WFModifyAttributes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 23:17:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833056#M2870</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2022-10-25T23:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833171#M2871</link>
      <description>&lt;P&gt;Hi All... thank you for the input so far...&amp;nbsp; I can create the variable in the process, and activity.... but I am at a loss for getting it to just 'show up' in the task.&amp;nbsp; Where do I set where that variable is located as a check box in the activity..&amp;nbsp; Simply creating the variable doesn't get it to show up in the activity does it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edited 5 min later... ok.. so it does just show up... but by pure chance it's because I added a new tab to the layout with the variables on it previously when I was experimenting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to figure out how to get it to show on the first tab now and collect the info.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 11:16:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833171#M2871</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-26T11:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833198#M2872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/306420"&gt;@ChiselnMallet1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set the attribute it is generally shown in the input of the task. In my case&lt;/P&gt;
&lt;P&gt;Boolean CheckParams&lt;/P&gt;
&lt;P&gt;I just set the parameter&lt;STRONG&gt; as required&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1666787164780.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68420iB3BAA476E0384E88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_0-1666787164780.png" alt="HelesicPetr_0-1666787164780.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 12:28:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833198#M2872</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-10-26T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833200#M2873</link>
      <description>&lt;P&gt;My OOTB set up isn't dropping it in there.&amp;nbsp; 11.2 by the way...&amp;nbsp; And my table/attributes is not called "Inputs" like yours.&amp;nbsp; Mine says task completion.&amp;nbsp; I'm guessing that I just haven't figured out where to edit those task template options.&amp;nbsp; I had to add the Task Variables option to my Task Template to get them on the the first tab.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I go to mess with that stuff?!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 12:35:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833200#M2873</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-26T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833211#M2874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/306420"&gt;@ChiselnMallet1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends how the template format and template are set in the Workflow definition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1666788757901.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68421i78F43197128B44ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_0-1666788757901.png" alt="HelesicPetr_0-1666788757901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For native format, you need to define specific format where you can define what you see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_1-1666788773287.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68422i598797F57B53FCDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_1-1666788773287.png" alt="HelesicPetr_1-1666788773287.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The native format definition is done on site level in a&amp;nbsp;&lt;STRONG&gt;task form template&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_3-1666788941539.png" style="width: 555px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68425i340FA04286B434E1/image-dimensions/555x344?v=v2" width="555" height="344" role="button" title="HelesicPetr_3-1666788941539.png" alt="HelesicPetr_3-1666788941539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This task form template should be available in wch 11.1+ so your windchill should support it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_4-1666789169188.png" style="width: 595px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/68426iE71713543F32880A/image-dimensions/595x630?v=v2" width="595" height="630" role="button" title="HelesicPetr_4-1666789169188.png" alt="HelesicPetr_4-1666789169188.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;PetrH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 13:00:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833211#M2874</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-10-26T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833319#M2875</link>
      <description>&lt;P&gt;As usual, being very precise in terminology is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General simple case (workflow only): Create and use variables only within the workflow.&lt;/P&gt;
&lt;P&gt;- Create as global workflow variables; possibly set a default value (if string, this can serve as a brief instruction)&lt;/P&gt;
&lt;P&gt;- For each task or robot that needs to address variable(s), create, then initialize from; set permisssions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General more complex case (PBO attributes):&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Create workflow variable(s) as above, corresponding to PBO attribute(s); have to match data type (e.g. String)&lt;/P&gt;
&lt;P&gt;- In workflow robot, "Get" current value of PBO attribute (e.g. an attribute on a Change Request)&lt;/P&gt;
&lt;P&gt;- If user needs to set value, Initialize workflow variable to Task as above&lt;/P&gt;
&lt;P&gt;- In workflow robot, "Set" the updated value back to the PBO&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In either case, the layout of the Task can be managed via task templates&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 16:01:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833319#M2875</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2022-10-26T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833322#M2876</link>
      <description>&lt;P&gt;Thank you everyone!&amp;nbsp; I am so close now... I was able to take my boolean variables, use an expression robot to count how many times they values were set to true. Send that int up to the process level&amp;nbsp; From there I was able to create a Type Management Reusable attribtute (int), use the same expression robot to set the value of the PBO attribute... and my background method server log reports the value correctly... but the value does not appear visible...&amp;nbsp; Nor does the value show up when I use a report.&amp;nbsp; It will return the Promotion Request but the "RWDI" attribute shows nothing.&amp;nbsp; The attribute is set to read/write, not value hidden.&amp;nbsp; Attached is what I see when I display the attribute on the layout.&amp;nbsp; I really only need it for reporting though... Still Where's my value?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 16:03:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833322#M2876</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-26T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833342#M2877</link>
      <description>&lt;P&gt;Noticed thought that each time the expression robot runs... I print the current value and then the new value... Goes.. Null to 1, then Null to 2.&amp;nbsp; Expected would have been 1 to 2.&amp;nbsp; Like setting the value doesn't stick.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 16:54:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833342#M2877</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-26T16:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833489#M2878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/306420"&gt;@ChiselnMallet1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be good if you share how you save the value to the PBO Promotion Notice IBA attribute.&lt;/P&gt;
&lt;P&gt;I guess that there is missing last point to store the new value in database.&amp;nbsp;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock hljs cs"&gt;&lt;SPAN&gt;obj.apply();&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;wt.fc.PersistenceHelper.manager.modify(pn);&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;check the&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/cs346972" target="_self"&gt;Article cs346972&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 05:16:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833489#M2878</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-10-27T05:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Workitem Input Attribute</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833671#M2879</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; That was it!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 17:17:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Workitem-Input-Attribute/m-p/833671#M2879</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-10-27T17:17:04Z</dc:date>
    </item>
  </channel>
</rss>

