Giter VIP home page Giter VIP logo

power-maverick / dataversedevtools-vscode Goto Github PK

View Code? Open in Web Editor NEW
51.0 6.0 14.0 14.12 MB

The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.

Home Page: https://marketplace.visualstudio.com/items?itemName=danish-naglekar.dataverse-devtools

License: MIT License

HTML 9.13% CSS 1.10% JavaScript 3.83% TypeScript 85.94%
dataverse dynamics-365 power-platform vscode-extension vscode typescript visual-studio-code

dataversedevtools-vscode's Introduction

Hi

I am Danish Naglekar, also known as "Power Maverick" πŸš€. I mainly work on Power Platform πŸ’ͺ & Azure 🌠. I am an πŸƒβ€β™‚οΈ active contributor to Power Platform community.

Learn new things, Share your knowledge and grow together as a community! - Myself

I'm always trying to grow and learn something new. My passion is technology & coding. πŸ‘¨πŸ½β€πŸ’»

About me

  • I run a newsletter πŸ“° focused on Power Platform for Pro-developers.

  • I am the creator of PCF Builder tool for XrmToolBox and VSCode.

  • I am a blogger, vlogger, speaker, mentor & trainer

  • I am a Microsoft MVP in Business Application

Chat

  • Power Apps Component Framework (PCF)
  • Power Apps
  • Power Automate
  • Power Virtual Agent
  • Common Data Services
  • Azure (WebApp, ServiceBus, Functions, Logic apps, etc.)

Find me

DEV.to

https://powermaverick.dev


GitHub stats Top Langs

dataversedevtools-vscode's People

Contributors

cyco77 avatar dependabot[bot] avatar glemis avatar joshsmithxrm avatar p-foct avatar power-maverick avatar rajyraman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dataversedevtools-vscode's Issues

[Bug]: Can't connect using any other method than ClientId/Secret

Contact Details

No response

What happened?

As the title says, I can't create connection to Dataverse with any other method than ClientId/Secret. It just gives an error, with no details to what is wrong.

What version of the tool are you using?

v2.0.5

What version of Visual Studio Code are you running?

1.67.2

Relevant log output

Dataverse DevTools: Error occured.

[Bug]: Show Connection Details does not render details

Contact Details

[email protected]

What happened?

Connect to an environment and then right-click on the connection and click show connection details. You will see a blank page. You should see the connection detail information showed in the screenshots for the project.

What version of the tool are you using?

v0.0.4

What version of Visual Studio Code are you running?

1.59.0

Relevant log output

No response

[Bug]: Dataverse

Contact Details

[email protected]

What happened?

Dataverse DevTools: Error occured. Please report it on GitHub with the activity you tried to perform along with Date & Time.

What version of the tool are you using?

no

What version of Visual Studio Code are you running?

No response

Relevant log output

No response

[Feature]: Web Resources smart match

Contact Details

@effEyeEll

Is your feature request related to a problem?

Yes

Describe the problem?

Hi @Power-Maverick,

Just kicking the typres of Web Resources smart match. Looks really interesting. I noticed the following things that I thought might interesting to consider improving (sorry I don't have time to contribute right now!)

The smart match config file is a single XML line, if it was pretty printed then it would make it easier to understand, and would be easier to (git) merge if multiple people are working with it in git.

image

Provide a solution or an idea you would like to see in the tool?

No response

Relevant log output

No response

[Bug]: No gulpfile found error when creating Dataverse TS Project

Contact Details

[email protected]

What happened?

When clicking on the "Create Dataverse TS Project" context menu button on a folder, the terminal shows a "No gulpfile found" error.

Some project files are generated, but it seems like the process stops half way through.

The previous npm install command ends successfully.

I've tried installing gulp and adding a gulpfile.js on the project root folder, but it seems like what is missing is the gulp file in the typescript package.

Any ideas of what can be causing this?

P.S.: Excellent tool! Thanks for creating it!

What version of the tool are you using?

1.1.0

What version of Visual Studio Code are you running?

1.61.2

Relevant log output

PS C:\Users\xxx\Desktop\New folder> npm link typescript
npm ERR! code 1
npm ERR! path C:\Users\xxx\AppData\Roaming\npm\node_modules\typescript
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c gulp build-eslint-rules
npm ERR! [12:24:07] No gulpfile found

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\xxx\AppData\Local\npm-cache\_logs\2021-10-27T10_24_07_272Z-debug.log

[Bug]: doenst work after authentication

What happened?

After authentication it doesnt do anything, it keeps insisting that Im not signed-in

What version of the tool are you using?

v2.1.1

What version of Visual Studio Code are you running?

No response

Any relevant session id from VSCode?

3d291d92-bb60-4023-bac5-af615d3aaee81677832411103

Relevant log output

Error occured in addConnection command. 
Error code: undefined. 
Error message: ChainedTokenCredential authentication failed.
CredentialUnavailableError: EnvironmentCredential is unavailable. No underlying credential could be used. To troubleshoot, visit https://aka.ms/azsdk/js/identity/environmentcredential/troubleshoot.
CredentialUnavailableError: ManagedIdentityCredential: Authentication failed. Message ManagedIdentityCredential - No MSI credential available
CredentialUnavailableError: Azure CLI could not be found. Please visit https://aka.ms/azure-cli for installation instructions and then, once installed, authenticate to your Azure account using 'az login'.
CredentialUnavailableError: The 'Az.Account' module >= 2.2.0 is not installed. Install the Azure Az PowerShell module with: "Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force".. 
Error stack: AggregateAuthenticationError: ChainedTokenCredential authentication failed.
CredentialUnavailableError: EnvironmentCredential is unavailable. No underlying credential could be used. To troubleshoot, visit https://aka.ms/azsdk/js/identity/environmentcredential/troubleshoot.
CredentialUnavailableError: ManagedIdentityCredential: Authentication failed. Message ManagedIdentityCredential - No MSI credential available
CredentialUnavailableError: Azure CLI could not be found. Please visit https://aka.ms/azure-cli for installation instructions and then, once installed, authenticate to your Azure account using 'az login'.
CredentialUnavailableError: The 'Az.Account' module >= 2.2.0 is not installed. Install the Azure Az PowerShell module with: "Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force".
    at \node_modules\@azure\identity\dist\index.js:2657:29
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Object.withSpan (\node_modules\@azure\core-tracing\dist\index.js:140:28).

[Bug]: Connections remembered between projects

Contact Details

No response

What happened?

When opening a different project, the connection that I setup from the last one is showing. I thought you mentioned something about the connections being related to pr "project"?

What version of the tool are you using?

Latest beta

What version of Visual Studio Code are you running?

No response

Relevant log output

No response

[Bug]: Can't connect to environment

Contact Details

[email protected]

What happened?

Connecting via username/password not possible. I always get this error message that an error occurred, but can't take a look into the log what exactly the problem is.

image

It's been a while since the last login through that connections, so maybe a new update was released in between. I already deleted the extension and reinstalled. Also deleted all connections and tried to add + reconnect, but still the error occurs. It doesn't matter which connection, all my connections are not working.

What version of the tool are you using?

v2.1.0

What version of Visual Studio Code are you running?

1.73.1

Relevant log output

No response

[Bug]: Askingn for permissions while connecting to dataverse

Contact Details

harendra121

What happened?

While connecting to Dataverse, it prompts following errror msg.

Dataverse DevTools needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.

I am using account with System Administrator access, not sure what resource permissions it's requesting.

What version of the tool are you using?

1.1.6

What version of Visual Studio Code are you running?

1.62.3

Relevant log output

Dataverse DevTools needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.

[Feature]: SVG support in web resources

Contact Details

[email protected]

Is your feature request related to a problem?

No

Describe the problem?

Would love to see support for especially .svg web resources

Provide a solution or an idea you would like to see in the tool?

No response

Relevant log output

No response

[Bug]: Unexpected exception when trying to connect to an environment

Contact Details

[email protected]

What happened?

Repro steps:

  1. Install latest version of Dataverse DevTools
  2. Setup new connection with username/password auth type
  3. Try to connect

Actual results:
Error popup stating to open a bug on github. I tried in different environments in two different tenants.

Date & Time as requested
11/01/2022 around 9:30am NZT

What version of the tool are you using?

v1.1.11

What version of Visual Studio Code are you running?

1.63.2

Relevant log output

[Extension Host] Bad Request
Dataverse DevTools: Error occured. Please report it on GitHub with the activity you tried to perform along with Date & Time.
onDidChangeNotification @ notificationsAlerts.ts:42
(anonymous) @ notificationsAlerts.ts:28
fire @ event.ts:577
addNotification @ notifications.ts:206
notify @ notificationService.ts:137
(anonymous) @ mainThreadMessageService.ts:86
_showMessage @ mainThreadMessageService.ts:44
$showMessage @ mainThreadMessageService.ts:38
_doInvokeHandler @ rpcProtocol.ts:472
_invokeHandler @ rpcProtocol.ts:457
_receiveRequest @ rpcProtocol.ts:373
_receiveOneMessage @ rpcProtocol.ts:295
(anonymous) @ rpcProtocol.ts:160
fire @ event.ts:577
fire @ ipc.net.ts:638
_receiveMessage @ ipc.net.ts:958
(anonymous) @ ipc.net.ts:831
fire @ event.ts:577
acceptChunk @ ipc.net.ts:382
(anonymous) @ ipc.net.ts:338
P @ ipc.net.ts:60
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188

[Bug]: connect error:undefined

What happened?

when connect to my online environment, dataverse devtools report an error: Error occured--undefined

im in china,address like https://xxxxxxx.crm.dynamics.cn , is any question?

What version of the tool are you using?

2.1.1

What version of Visual Studio Code are you running?

1.74.2

Any relevant session id from VSCode?

f3f36114-51ae-49ab-af1c-e4debd85fc4d1672885333648

Relevant log output

Error occured in connectDataverse command. 
Error code: undefined. 
Error message: undefined. 
Error stack: undefined.

[Feature]: Show Solutions

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

It will be easier to work in a Solution (and by a "must") and limit all gazillian entities.

Provide a solution or an idea you would like to see in the tool?

So keep the structure:

  • Dev
    • Orgs
      • Solutions
        • Tables
          • Columns

or split into:

  • Connections
    • Dev
      • Orgs
        • Solutions
          and:
  • Entities
    • Columns

or perhaps:

  • Connections
    • Dev
      • Orgs
        and:
  • Solutions
    • Entities
      • Columns

For working "bad" without solution, it can have a "solution" for "Default Solution", showing e v e r y t h i n g.

Relevant log output

No response

[Feature]: Ability to search entities & web resources

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

No response

Provide a solution or an idea you would like to see in the tool?

Similar to how we can filter with solutions; it would be good to have a search function on Entities & Web Resources

Relevant log output

No response

[Bug]: Incorrect connection created

Discussed in #39

Originally posted by SatkunamSuganthar January 3, 2022
Hi All, @Power-Maverick Thanks for this wonderful tool. While I was attending the 4 days Course conducted by Danish, I have come across an issue to remove the connection I created

Is there any way to remove the connections which were created in the past in the Dataverse DevTools UI.

@Power-Maverick Could you please confirm that this feature (Delete connections) implemented this or in the features list to be added?

The issue occurs when Friendly Name is set same as either Dev, Test, QA, Prod

[Bug]: No gulpfile found

Contact Details

[email protected]

What happened?

After installing the DevTools and setting up a d365 connection, I right clicked the explorer, selected 'Create Dataverse TS Project. Terminal says this:

PS C:\Projects\samples\testdevtools> npm install
added 2 packages, and audited 3 packages in 995ms
found 0 vulnerabilities
PS C:\Projects\samples\testdevtools> npm link typescript
npm ERR! code 1
npm ERR! path C:\Users\me\AppData\Roaming\npm\node_modules\typescript
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c gulp build-eslint-rules
npm ERR! [15:44:01] No gulpfile found

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\gspross\AppData\Local\npm-cache_logs\2021-08-13T19_44_01_884Z-debug.log
PS C:\Projects\samples\testdevtools>

The path to typescirpt in roaming is present.

What version of the tool are you using?

v0.0.4

What version of Visual Studio Code are you running?

1.59

Relevant log output

No response

[Feature]: Support to upload and publish .resx files

Contact Details

[email protected]

Is your feature request related to a problem?

No

Describe the problem?

No response

Provide a solution or an idea you would like to see in the tool?

Would like to see support for linking, uploading, and publishing .resx files .
Resx files are often changed together with TS/JS files when doing Dynamics 365 customization work for international clients.

Relevant log output

No response

[Feature]: Ability for users to select their default TS template

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

Problem was discussed in #22

Provide a solution or an idea you would like to see in the tool?

As was discussed in #22 add an ability for users to select their default TS template when initializing TS project so that question will be skipped.

Relevant log output

No response

[Bug]: Compare Feature Missing

Contact Details

No response

What happened?

I am sure I have seen it there before, but I can't seem to find the Compare function from the preview. The one where I can check the local vs online diff.

image

I am currently running the preview ON.

What version of the tool are you using?

205

What version of Visual Studio Code are you running?

1.66.0

Relevant log output

No response

[Feature]: Get latest version of webresource from Dynamics

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

At times one might not be sure if the DevOps/GitHub version of the webresource is the latest. In these cases it would nice to get the latest version from Dynamics / DataVerse.

I.E if one would right click the webresource and "get latest from DV"

Provide a solution or an idea you would like to see in the tool?

No response

Relevant log output

No response

[Bug]: connection with client id + secret only works the first time

Contact Details

No response

What happened?

Trying to connect to an existing connection does not work, only creating a new connection works.

I'm using client id + secret, here are the connections details if that helps.
image

I have not tried any other authentication methods.

What version of the tool are you using?

v2.1.0

What version of Visual Studio Code are you running?

1.73.0

Relevant log output

No response

[Feature]: App Registration for MFA environments

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

Would be nice to connect to dataverse with the App Registration + Client Secret. Use the same type of credentials for XrmToolBox, so it would be easy to setup here also if possible :)

The authentication of the app seems to be a harder challenge at some customers..

Provide a solution or an idea you would like to see in the tool?

No response

Relevant log output

No response

[Bug]: Problem with Microsoft Login Promt

Contact Details

[email protected]

What happened?

Used the Microsoft Login Prompt to Login as we use MFA in the company and got following error:

AADSTS70011: The provided request must include a 'scope' input parameter. The provided value for the input parameter 'scope' is not valid. The scope xxxx.crm4.dynamics.com/user_impersonation openid profile offline_access is not valid. The scope format is invalid. Scope must be in a valid URI form https://example/scope or a valid Guid <guid/scope>.

It seems like the scope the login prompt gets is not in a valid format...

Tried this 11/3/22 at 4:45 GMT+1

What version of the tool are you using?

v2.1.0

What version of Visual Studio Code are you running?

1.73.0

Relevant log output

Dataverse DevTools: Error occured. Please report it on GitHub with the activity you tried to perform along with Date & Time.

[Feature]: PowerApps Checker passing - equality optimisation

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

Does webpack optimisation cause the solution checker to fail? I've had to avoid that previously when testing webpack., see here: scottdurow/building-power-apps-js-webresources#4

Provide a solution or an idea you would like to see in the tool?

See PR here scottdurow/building-power-apps-js-webresources#4 for a potential fix.

Relevant log output

No response

[Bug]: After deleting a connection reference, if I try to add a new one with same name, I get an error saying it already exists

Contact Details

[email protected]

What happened?

Related to my other issue where I'm unable to connect to a dataverse environment with the application id/client secret when the token expires, I tried to delete the connection and then re-add it. The issue was even though I deleted the connection, it seems like the name still exists in the back-end. Please fix the delete procedure to remove that name to allow a re-add with the same name.

What version of the tool are you using?

v2.1.0

What version of Visual Studio Code are you running?

1.73.1 (user setup)

Relevant log output

No response

[Bug]: Multiselect Optionsets not supported

What happened?

Multiselect optionsets are ignored.
No code is generated at all for them. Neither enum code or getAttribute/getControl code.

What version of the tool are you using?

2.1.1

What version of Visual Studio Code are you running?

1.75.0

Any relevant session id from VSCode?

No response

Relevant log output

No response

[Bug]: Connection failed

Contact Details

[email protected]

What happened?

I'm trying to connect on my dataverse environnement and i get a issue during connection. Unfortunately, I have no more log...

Maybe it's link with multi-factor authentification that is no supported ?

image

What version of the tool are you using?

1.0.0

What version of Visual Studio Code are you running?

1.60.0

Relevant log output

No response

[Bug]: Web Resource deploy updates but doesn't publishes

Contact Details

No response

What happened?

The WR was updated in the source but was not rendering the latest script on the form until I published the WR.

What version of the tool are you using?

1.1.2

What version of Visual Studio Code are you running?

1.61.2

Relevant log output

No response

[Feature]: Bundle extension for performance reasons

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

File size and load time may grow with additional features

Provide a solution or an idea you would like to see in the tool?

Bundle the extension to reduce file size and load time in VS Code. Guide here.

Relevant log output

No response

[Bug]: Cannot find module '@azure/identity-vscode'

Contact Details

[email protected]

What happened?

All of a sudden DataversDevTools-VSCode canΒ΄t connect to Dataverse!
Nothing happens when selecting button "Create New Connection"

In VS Code developer tools console log, I notice following error when pushing button:
command 'dvdt.explorer.connections.addConnection' not found: Error: command 'dvdt.explorer.connections.addConnection' not found

I did try uninstalling/installing extension.

Then I noticed this error on VS Code console log:
Activating extension 'danish-naglekar.dataverse-devtools' failed: Cannot find module '@azure/identity-vscode'

I tried:
re-installing @azure/identity (latest)
re-installing @azure/identity-vscode (latest)
npm install
downgrading azure-functions-core-tools (version 2 - i'm out of ideas )

Then I tried downgrading from ^3.0.0 to @azure/identity 2.1.0 that didn't help.... or actually maybe it did?
Ok that's weird - now the extension works again as I'm writing this, and the log errors are gone!? and I'm back to version @azure/identity 3.0.0

I spent too much time debugging and to write this, that I'm just gonna leave it here. But I guess you it can be closed.

What version of the tool are you using?

2.0.14 (latest)

What version of Visual Studio Code are you running?

1.71.2

Relevant log output

No response

[Bug]: Update Documentation

Contact Details

No response

What happened?

With new changes documentation is outdated.

What version of the tool are you using?

2.0.1

What version of Visual Studio Code are you running?

No response

Relevant log output

No response

[Bug]: When using AppID/ClientSecret combination, after initial token expires, unable to connect

Contact Details

[email protected]

What happened?

I'm connecting to a dataverse environment via application id/client secret. This works great for the first time that I connect. After the token expires, I'm unable to connect. whenever I attempt to connect, it throws an error and doesn't let me know what had gone wrong.

What version of the tool are you using?

v2.1.0

What version of Visual Studio Code are you running?

1.73.1 (user setup)

Relevant log output

No response

[Bug]: Matching javascript files local to DV javascript

Contact Details

No response

What happened?

Thought I had seen a function for this earlier, but how do I connect the files local to DV without having to rename the files either local or DV?

image

I thought I had a right click option earlier with matching that created the matching file?:)

This is for the files that don't get a match in the smart match, and would like to update the dvdt.linnker.xml

What version of the tool are you using?

Latest beta

What version of Visual Studio Code are you running?

No response

Relevant log output

No response

[Bug]: Upload and Publish

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

Would be nice to update and publish webresource in one single action right clicking the webresource.

Provide a solution or an idea you would like to see in the tool?

No response

Relevant log output

No response

[Bug]: Connect Fail

Contact Details

[email protected]

What happened?

Hi Danish, first congrats by this amazing job!
When I try to connect this error is displayed.

image

More details about the VSCode

image

What version of the tool are you using?

0.0.4

What version of Visual Studio Code are you running?

1.59

Relevant log output

No response

[Bug]: Connecting to environment not working

What happened?

Connecting via username/password still not possible. After the version update the error message changed, but the problem still exists, that I can't connect to any environment.

image

The log output was added through creating the bug via the error message. Don't know if that helps.

What version of the tool are you using?

v2.1.1

What version of Visual Studio Code are you running?

1.73.1

Any relevant session id from VSCode?

acfaf457-e549-442d-85bf-574c00bd8e231669014766144

Relevant log output

Error occured in connectDataverse command. 
Error code: undefined. 
Error message: undefined. 
Error stack: undefined.

[Bug]:

What happened?

Attempted to connect to previously defined connection and it resulted in this error.

What version of the tool are you using?

2.1.1

What version of Visual Studio Code are you running?

1.75.0

Any relevant session id from VSCode?

7813c241-ed59-4a35-9bcc-1da9d8074aa71675809126724

Relevant log output

Error occured in connectDataverse command. 
Error code: undefined. 
Error message: undefined. 
Error stack: undefined.

[Bug]: Can't get any connection to work - Username/Password, Azure, anything

Contact Details

[email protected]

What happened?

I can't login with any of my org's approved methods. I haven't tried the Client Id/Secret yet.

I've tried uninstalling and installing an old version of Dataverse DevTools as well. Still the same generic error:
image

For me, this extension is dead in the water for some reason - not sure what changed, but this was working just last week for me.

What version of the tool are you using?

2.1.0 (and then 2.0.17)

What version of Visual Studio Code are you running?

1.73.1

Relevant log output

No response

[Bug]:

Contact Details

No response

What happened?

Dataverse DevTools: Error occured. Please report it on GitHub with the activity you tried to perform along with Date & Time (11/17/2022 1:57PM)

Trying to connect to dynamics is not working.

What version of the tool are you using?

VScode

What version of Visual Studio Code are you running?

1.72.1

Relevant log output

No response

[Bug]: Could not create the webpack TS Project

Contact Details

[email protected]

What happened?

When I click on the Create Dataverse TS Project option in the Dev Tools, it normally ask to create the name space and project type as Typescript only Or webpack. it is no longer working in current version.

I have used this fucntionality in the past in oldder versions and created the webpack TS Project.

What version of the tool are you using?

2.0.2

What version of Visual Studio Code are you running?

1.63.2

Relevant log output

No response

[Bug]: Property 'attributes' does not exist on type 'OrganizationSettings'

What happened?

Hello,

I noticed that the 'index.d.ts' file does not contain a definition for Xrm.Utility.getGlobalContext().organizationSettings.attributes

The learn page doesn't specify the values that are included in this object, only that it includes an object of key: value pairs. but I will give an example object. I suspect that this may be because not all of its properties exist for every org.

Example attributes object

{
	"attributes": {
		"activitytypefilter": 1,
		"activitytypefilterv2": 1,
		"allowunresolvedpartiesonemailsend": 0,
		"businesscardoptions": "{\"StoreBusinessCardImage\":\"false\"}",
		"emailconnectionchannel": 0,
		"isemailmonitoringallowed": 1,
		"isembedteamscollabenabled": 0,
		"ismsteamscollaborationenabled": 0,
		"ismsteamsenabled": 1,
		"isnewaddproductexperienceenabled": 1,
		"isonedriveenabled": 0,
		"ispaienabled": 1,
		"isplaybookenabled": 0,
		"ispricelistmandatory": 0,
		"isquickcreateenabledforopportunityclose": 0,
		"iswriteinproductsallowed": 1,
		"name": "{rootbusinessunitname|urlprefixname}",
		"organizationid": "{00000000-0000-0000-0000-000000000000}",
		"orgdborgsettings": "<OrgSettings><IsCommandingModifiedOnEnabled>true</IsCommandingModifiedOnEnabled><CanCreateApplicationStubUser>false</CanCreateApplicationStubUser><AllowRoleAssignmentOnDisabledUsers>false</AllowRoleAssignmentOnDisabledUsers><EnableActivitiesTimeLinePerfImprovement>1</EnableActivitiesTimeLinePerfImprovement><EnableActivitiesFeatures>1</EnableActivitiesFeatures><TDSListenerInitialized>3</TDSListenerInitialized><EnableOwnershipAcrossBusinessUnits>true</EnableOwnershipAcrossBusinessUnits></OrgSettings>",
		"qualifyleadadditionaloptions": "{\"DefaultQualifyFlow\":\"false\"}",
		"resolvesimilarunresolvedemailaddress": 1,
		"sendbulkemailinuci": 1,
		"versionnumber": "29623759"
	}
}

Error Message

image

What version of the tool are you using?

v2.1.1

What version of Visual Studio Code are you running?

1.74.2

Any relevant session id from VSCode?

No response

Relevant log output

No response

[Bug]: Unable to add multiple connections

What happened?

Unable to create and connect to switch between sources in Dataverse Dev Tools. It says Error occured and report in GIT Hub.

What version of the tool are you using?

Latest

What version of Visual Studio Code are you running?

Latest

Any relevant session id from VSCode?

5cf7d146-9ade-4ed2-afe4-b1bc790f42aa1674788605772

Relevant log output

Error occured in connectDataverse command. 
Error code: undefined. 
Error message: undefined. 
Error stack: undefined.

Add Automated Testing

Contact Details

No response

Is your feature request related to a problem?

No

Describe the problem?

Due to lack of automated testing; there is a possibility of introducing bugs

Provide a solution or an idea you would like to see in the tool?

Need to implement testing framework like Jest.

Relevant log output

No response

[Feature]: Use Auth Profiles from 'Power Platform Tools' extension

Contact Details

Twitter: @EffEyeEll LinkedIn: linkedin.com/in/filcole

Is your feature request related to a problem?

No

Describe the problem?

Currently, we must authenticate again in Dataverse Dev Tools as well as in Microsofts (now GA) Power Platform Tools extension.

Provide a solution or an idea you would like to see in the tool?

It would be great to be able to use the authentication profiles that might already exist if someone has previously setup a provile via the Power Platform CLI Tooling

A small quality of life improvement.
Thank you for all the work you've put into this tool

Relevant log output

No response

[Bug]: Unable to connect CE using VS Code extension

Contact Details

No response

What happened?

[Bug]: Unable to connect CE using VS Code extension

image

What version of the tool are you using?

1.67.2

What version of Visual Studio Code are you running?

1.67.2

Relevant log output

No response

[Bug]: Create plugin failes

Contact Details

No response

What happened?

Running:
image

Got this:
image

What version of the tool are you using?

Don't know, I guess 0.0.4

What version of Visual Studio Code are you running?

1.59.0

Relevant log output

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.