on ‎2020 Aug 18 1:42 PM
Dear Team,
Need to remove service test tickets from C4C production system, kindly let us know the standard method to do this activity.
Thanks and Regards,
Madhuri Dubey.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
From SAP Side it is recommended to not delete the existing from production environment as it might contain some information which can be re-used in future or for analytics purpose. For more details, pls check: https://help.sap.com/viewer/5f35ee8b31e44f2786d7c2696defa2f6/CLOUD/en-US/934f88f22a8c42bbbd5d313af1e...
However if still needed then pls follow the approach mentioned by Tobias using odata.
Alternatively, you can also delete the tickets using "Administrator"-->"Service and Social"-->"Ticket Configuration"-->"Delete Ticket". What I am unsure of is, if this also applies to productive environment because when released it was only available for TEST/DEV landscape. Meanwhile, SAP might have extended it to productive environment as well but I am not sure, please check.
BR
Saurabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Ticket Deletion via the UI is still not supported in Production tenants as of 2008 release.
Hi Madhuri,
you can simply use the OData API with DELETE using the ObjectID of the Ticket. Request-URI would look like this:
https://my123456.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/ServiceRequestCollection('ObjectID')
Before you have to use GET to get your x-csrf-token.
Hope that helps
BR Tobias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.