Dataverse - Update, Select and Insert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-22 07:25 PM
Has anyone tried the Microsoft Dataverse vbo? DX Asset
Please can any one give me a resolution or an idea how to use this to extract, update and insert values to the Dataverse
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-22 06:44 PM
Now that you have the Authorization header are you able to execute requests against Dataverse?
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-22 07:05 PM
Seems to be like an user authorization issue, I guess the AD user needs to be provided the necessary permissions on the dataverse side?
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-22 11:17 PM
I'm not deeply versed in Dataverse or Dynamics 365, but yes according to the error message it appears the client credentials don't have the appropriate permissions.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-12-22 01:57 PM
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-03-23 03:23 PM
Hi Eric,
Could you share an example of a Retrieve a particular record action. I tried a number of ways but have not been successful. I wanted to understand the value which needs to be passed in filter? Many thanks in advance
Thanks, Ankita
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-03-23 05:35 PM
Hi @anmaheswa
I don't have one myself, but I'm checking with the developer of the connector. Stay tuned.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-03-23 03:14 PM
Hi @anmaheswa,
If you were trying to retrieve two columns(name & accountnumber) from a table called accounts with accountid as the key then set these inputs-
[tablename] = "accounts"
[key] = "accountid"
[filter] = "$select=name,accountnumber"
Note that filter is optional
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-23 09:01 AM
Sorry I was away for sometime, thank you so much for your help
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-23 09:03 AM
Thanks Shashank, sorry I was away for sometime but I shall give it a go now.
------------------------------
Ankita Karnany
Principal Consultant
Agilisys
London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-24 04:12 AM
Hi Ankita - How were you able to retrieve multiple records? I am seeing this below error:
Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 404
HTTP Response Content: {"error":{"code":"0x80060888","message":"Resource not found for the segment 'xxxx'."}}
I am able to get the access token. I just provided the table name. Do i need to give the prefix or use the plural version of the table name?
Let me know! Thanks

- « Previous
-
- 1
- 2
- Next »