is there any api to create Change Notice by setting custom template to it through java code in Windchill 13
Solved! Go to Solution.
Unfortunately there is no supported API other to do that. See https://www.ptc.com/en/support/article/CS174385
Probably you need to write your own class to copy the object. Or you could try to save as the object? https://www.ptc.com/en/support/article/CS59135
not sure if that would work.
Unfortunately there is no supported API other to do that. See https://www.ptc.com/en/support/article/CS174385
Probably you need to write your own class to copy the object. Or you could try to save as the object? https://www.ptc.com/en/support/article/CS59135
not sure if that would work.
Hi,
If there is no offical api, you may able to do it via creating your own servlet(Endpoint) class.
Hi @SB_10904295
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
If the post was specifically about using a template, then I would say this is resolved since previous posts clearly answer that. There are ways to have a workflow (say in CR workflow) create the CN and other aspects but not via a template. I've done this for years and you can have it create the CN and the change task with default information. Nothing too special but I was not using a template.