Skip to content

Releases: GuidoPreite/DRB

Dataverse REST Builder 1.0.0.12

09 Dec 06:35
d2ed974
Compare
Choose a tag to compare

Fixed a bug regarding columns not enabled for Read but enabled for Create or Update (like authvalue from serviceendpoint table).
Primary Columns (Guid) are now rendered as lookups inside a Retrieve Multiple filter.
Added the following Query Functions for Primary Columns (Guid) if the Hierarchy is enabled for the table:

  • Above
  • AboveOrEqual
  • NotUnder
  • Under
  • UnderOrEqual

Dataverse REST Builder 1.0.0.11

07 Dec 06:49
35d9887
Compare
Choose a tag to compare

Fixed a bug regarding DateTime values not loaded from JSON inside Retrieve Multiple requests.
Added Query Functions for DateTime columns (like Today, OlderThanXDays, NextXHours, ...)

Dataverse REST Builder 1.0.0.10

06 Dec 06:41
5eaafaa
Compare
Choose a tag to compare

Fixed Entity and EntityReference parsing for Custom APIs (Parameters and Properties) if they are connected to a specific table.
Added specific Query Functions for Owner columns and for Lookup columns pointing to systemuser and businessunit tables:

  • EqualUserId
  • NotEqualUserId
  • EqualUserOrUserHierarchy
  • EqualUserOrUserHierarchyAndTeams
  • EqualUserTeams
  • EqualUserOrUserTeams
  • EqualBusinessId
  • NotEqualBusinessId

Dataverse REST Builder 1.0.0.9

03 Dec 04:40
cf66ac8
Compare
Choose a tag to compare

Fixed bug related to the number of requests. Issue #3
Added Guid column support for Alternate Keys

Dataverse REST Builder 1.0.0.8

20 Nov 00:53
d1ca23c
Compare
Choose a tag to compare

Added Power Automate Tab. Issue #2 (Thanks @LinnZawWin)

Dataverse REST Builder 1.0.0.7

19 Nov 04:50
2922c0f
Compare
Choose a tag to compare

Fixed loading of DRB with Firefox and Safari (Mac) browsers

Dataverse REST Builder 1.0.0.6

18 Nov 09:43
7ba6fa7
Compare
Choose a tag to compare

Support for Enum Types where IsFlags is true (function RetrieveEntity added to demo data)
Fixed sort of Dataverse Execute messages
Initial support for JWT Mode

Dataverse REST Builder 1.0.0.5

15 Nov 11:16
f3a7841
Compare
Choose a tag to compare

Implemented Enum Types (thanks to @rajyraman)

Dataverse REST Builder 1.0.0.4

05 Nov 08:15
50724db
Compare
Choose a tag to compare

Fixed label bug when creating and loading a collection.
Preliminary support for XTB.

Dataverse REST Builder 1.0.0.3

04 Nov 01:16
78cd7b4
Compare
Choose a tag to compare

Select Grant Type (Implicit/Client Credentials) when exporting to Postman. Issue #1 (thanks @DynamicsNinja)
"Client Credentials" supports v1 and v2 tokens.
Default variables are now visible and can be modified before the export to Postman.