Skip to main content
1-Visitor
March 21, 2013
Question

Adding Promotion Objects to notifications

  • March 21, 2013
  • 4 replies
  • 1752 views
We would like to add a list of the promotion objects to the Promotion Request Approved notification email. Does anyone have the code to assist with this? I'm assuming there is not already a variable that carries this info, is there?

Thanks! Vaughn

4 replies

1-Visitor
March 22, 2013
vmcdaniel1-VisitorAuthor
1-Visitor
March 26, 2013

Yogesh,


Thank you, this is exactly what I want, but WC 10.0 M030does not let me add a variable using the java.util.ArrayList class, because it is not Evolvable or Persistable... whatever that means.


Does anyone have a work-around or different class that can be used for this purpose?

March 27, 2013

set 'wt.workflow.definer.variable.ShowWfEvolvableWarning' to value 'true' in <WINDCHILL-HOME>/codebase/wt.properties file.see below link for details


https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS16646


Thanks,


Shreyas

1-Visitor
March 27, 2013

Vaughn,



I should have mentioned this earlier, but the code I put together worked on our Windchill 9.1 M40 as expected. Solution from Shreyas should resolve your issue.