Hi All,
I am facing one issue when I try to delete record from CRM using c# code, we have a API ,using this API I need to delete data from the CRM database.
When I try to delete record it gives me error.
Activity pointer does not exist, could please help me on this why this error is coming.
Regards,
Jyotsna
*This post is locked for comments
Hi Jyotsna,
I looked through your code, but it is not enough to be honest. What happen when you delete an event? The code you included here it is a standard delete, but the error you get means that there is no ID like that in the database.
Hope this helps.
Vlad
Please mark my answer as verified if it helped you.
Disclaimer: Any post on this page provided "as is" without warranty of any kind and is for educational and information purposes only. We disclaim any liability arising from any reliance placed on any post
Hi,
Thanks for the reply
code-
GetCRMService(doc.Organization).Delete(EDocumentRepositryEntity.ENTITYNAME, id);
this line gives me error. please help me on this..
Regards,
Jyotsna
Hi,
please post your C# code (or, at least, the portion of your code related to this error)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156