Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Need API to create and update classification node and its constrains by programmatically
- ClassificationStructureServiceHelper.getNode("<Classification Node Internal Name>", "<Name Space>"); - ClassificationStructureServiceHelper.deleteNode("<Classification Node Internal Name>", "<Name Space>"); - ClassificationStructureServiceHelper.createNode(ClassificationNodeView) - ClassificationStructureServiceHelper.updateNode(ClassificationNodeView)
I am trying with above api's which I got from this article https://www.ptc.com/en/support/article/CS338403.
by these api I am able to create classification node but not able to u
Hi @RG_10764877
Thank you for your question.
It appears that your post has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.
Best regards,
What is your end goal? Typically classification nodes can easily be created via UI. Might be more work to do via code? How many nodes are you anticipating?
Hi @RG_10764877
I can see that you have the API you need. So what is your question?
The API works so what is your issue or What does not work??
PetrH
