Context renaming with API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Context renaming with API
- Labels:
-
API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There seems to be this knowledge article, available on the Support site, with regards to renaming product containers;
Need to know the AP to rename a product container
https://www.ptc.com/en/support/article/CS235162
I'd suggest opening a Support case, to double-check, with one of the customization engineers.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There is a Java method for this:
wt.pdmlink.PDMLinkProduct.setName(String)
wt.inf.library.WTLibrary.setName(String)
wt.projmgmt.admin.Project2.setName(String)
Not sure if there is a REST service for the same.
www.4cad.ca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I get this error when calling the setName() method:
Exception occurred: Changes to "Context Name" are restricted, once the object has been persisted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
you can also use setName() method of WTContainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
same error with WTcontainer
- Tags:
- with
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There seems to be this knowledge article, available on the Support site, with regards to renaming product containers;
Need to know the AP to rename a product container
https://www.ptc.com/en/support/article/CS235162
I'd suggest opening a Support case, to double-check, with one of the customization engineers.
Mike
