I am getting below error on object code 4200, which is an activity pointer and if i read it right user is missing read access on one of the activity?, but is there a way i can find out which record exactly i am getting the issue, please see below for image
Thanks
PS
Hi PS10,
OK!
Looking forward to your feedback!
Hi Leah Ju,
Thanks for your reply, for now Andrew's answer worked for me but i will soon try out your option and let you know.
Thanks,
PS
Thans Andrew, that worked for me like magic.
Hi PS10,
ActivityPointer(Activity) entity type code is 4200.
Maybe you can try to use Dataverse REST Builder tool, which is is an application to create and execute requests against the Dataverse Web API endpoint.
Download solution: https://github.com/GuidoPreite/DRB/releases
You can use it build code easily and execute it.
(1)After install the solution, open it and New Collection:
(2)New Request, configure it as following screenshot.
(3)Navigate to second tab and click 'Move Code to editor':
(4)Click 'Execute Code'
(5)Then you can view all details about the record:
You can refer the following link for more details:
https://www.crmanswers.net/2021/10/new-tool-dataverse-rest-builder.html
No worries. There is no need to be a dev to use it. Check this post - markcarrington.dev/.../
I should have said I am not a developer, not sure how to achieve Step 2 as per your suggestion rest i can do it all. Have got Xrm, can write the sql no clue aboout plugin.
Any other way? or may be how to install SQL 4 CDS plugin, can give it a go.
Thanks
PS
You can try the following:
1. Download and install XrmToolbox.
2. Install SQL 4 CDS plugin.
3. Connect to your instance.
4. Run a query to check the particular activity type using the following select statement:
Select * From ActivityPointer Where ActivityId = '<Put the ObjectId Here>'
And look for a corresponding activity type if it is there.
Hi Andrew,
That is my question how do i check that ?
Thanks
PS
Hello,
Did you check if there is a record with Id to which points ObjectId?
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156