Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Help with deleting a Related Object using cadmanservice.svc
EMC_Support_Ozgur
Has anyone tried to delete "Related Objects" (Composed of Property Tab) of a CADManager document (sub type 736) using cadmanservice.svc CWS? All related objects have to be deleted for a CAD document before the CAD drawing document itself can be deleted.
Thanks.
Find more posts tagged with
Comments
EMC_Support_Ozgur
Well for anyone who is having this issue, I found a solution. Instead of using CADManager services, run a query or live report through cadmanrelation table, get the reference type object id and using document management services purge the reference type object. Basically no need to use CADManager Services.