hello every one
Can anyone tell me where can I find the from and to fields in phone call form? I need to select them in sql query but I cant find them in dynamics crm 365
This is my query:
select from,to from phonecall
but from and to are invalid columns in sql. I also search in activity party and activity pointer for this two fields but I couldn't find them!!!
Hi Carlos.
Thanks for your answer I saw the link that you sent and studied that but still I cant understand how and by what query I can see the from and to fields in sql
Hi try using this,
SELECT [from],[to] FROM phonecall
regards
Hello Maryam,
I hope you are doing well and safe.
The better way to see it is using activityparty table. Check the oficial documentation about it here: docs.microsoft.com/.../activityparty-entity
Let me know if something else is needed.
Kind regards,
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