Skip to content

Releases: GuidoPreite/DRB

Dataverse REST Builder 1.0.0.22

10 Jan 02:48
ec0d4c3
Compare
Choose a tag to compare

Added logic to refresh the token inside XrmToolBox
DRB can now be loaded inside Dataverse DevTools VS Code Extension

Dataverse REST Builder 1.0.0.21

30 Dec 13:15
881fbc5
Compare
Choose a tag to compare

Added Fetch tab to generate requests with Fetch API syntax.
Rewrote headers style and some code parts for jQuery syntax.
Tab XMLHttpRequest has been renamed to XHR.
Removed 100 chars limit for Edm.String parameters.

Dataverse REST Builder 1.0.0.20

25 Dec 11:06
848b891
Compare
Choose a tag to compare

Files can be loaded for the Upload operation inside Manage File Data and Manage Image Data request types

Dataverse REST Builder 1.0.0.19

24 Dec 11:38
c22e7a8
Compare
Choose a tag to compare

Added support for EntityName and ManagedProperty internal column types (Create/Update/Retrieve Multiple)

Dataverse REST Builder 1.0.0.18

20 Dec 07:28
ce4de28
Compare
Choose a tag to compare

Fixed parsing of url inside XrmToolBox

Dataverse REST Builder 1.0.0.17

17 Dec 14:26
0626fb5
Compare
Choose a tag to compare

Fixed a bug when selecting columns from a relationship

Dataverse REST Builder 1.0.0.16

17 Dec 08:41
8971978
Compare
Choose a tag to compare

Increase the version number to match the release for XrmToolBox

Dataverse REST Builder 1.0.0.15

16 Dec 11:30
21759e7
Compare
Choose a tag to compare

Image columns now indicate if they can store full image inside the column description.
Polymorphic Lookups now indicate their type inside the column description.
Added new Request Type (Manage Image Data) to deal with Image columns (similar to Manage File Data).
File and Image names (if Full Size is available and selected) are now parsed from the header.
Fixed the code in order to download the File/Image (added blob as responseType inside jQuery/XHR calls).
Refactored some DRB.Xrm methods, version number is now stored inside the script and not inside the HTML index file.

Dataverse REST Builder 1.0.0.14

12 Dec 14:23
3d2de34
Compare
Choose a tag to compare

Added option to select SystemUser Id (MSCRMCallerID) or AAD Object Id (CallerObjectId) when impersonate a request.
Users with AAD Object Id (column azureactivedirectoryobjectid from systemuser table) are cached and the correct value is set when an Impersonate Id is entered (manually or by lookup).
Added Delete and Save State options in the context menu of the collection.
If localStorage is enabled, the collection can be saved inside the localStorage with the Save State option, when DRB is opened and a collection is found inside localStorage, it is automatically loaded (Issue #4)

Dataverse REST Builder 1.0.0.13

11 Dec 11:40
c2cfb9f
Compare
Choose a tag to compare

Fixed sorting of Tables inside Associate/Disassociate requests.
Added "Manage File Data" request to Retrieve/Upload/Delete files connected to File Columns (https://docs.microsoft.com/en-us/powerapps/developer/data-platform/file-attributes)