DataVerse | A WebVR Visualization Tool built on top of AFrame | Augmented Reality library
kandi X-RAY | DataVerse Summary
kandi X-RAY | DataVerse Summary
You can split your interactive experience into scenes ('tabs' in the spreadsheet) that link to each other. For each scene you can choose from the several visualization types available, including maps, treemaps, timelines and of course, 360 photos and videos. Once you have written down your spreadsheet, you can paste it on the experience generator below, that will generate an url for you and enjoy it. The resulting interactive experiences is compatible with the main headsets: HTC Vive, Oculus Rift, Oculus Go, GearVR and Google Cardboard; thanks to WebVR's magic. You can also have a decent experience navigation on Desktop browsers.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of DataVerse
DataVerse Key Features
DataVerse Examples and Code Snippets
Community Discussions
Trending Discussions on DataVerse
QUESTION
I have already connected d365 CRM online with the .net core console app using client id, clients secret, and organization URI. But it is throwing an error on connecting with on-prem.
here is the error.
...ANSWER
Answered 2021-Apr-19 at 11:50On prem doesn't use the azure ad client id / secret. You will need to use an ad account. See https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/active-directory-claims-based-authentication
QUESTION
I'm working on migration data to Dataverse by ADF and currently destination tables have a bunch of Choices fields, which IDs (values) I need to consider during source dataset generation to map them accordingly in the ADF p ipeline. Is there a possibility to extract Choices field data in readable name/value pairs?
E.g. for MonthOfYear retrieve Invalid Month Of Year 0 January 1 February 2,.. etc
I'm able to query tables via SSMS, but seems Choices are different story how to get them. Please advice.
...ANSWER
Answered 2021-Apr-29 at 10:57The metadata can be retrieved by this link: https://yourorgname.crm4.dynamics.com//api/data/v9.0/GlobalOptionSetDefinitions
All queries return a JSON, like any REST api, then it can be loaded and parsed within SQL Server.
QUESTION
When I try and "Upgrade" a "DataVerse for Teams" environment to a regular environment it errors out.
It produces the following error message.
"Failed to initiate upgrade of environment. Session Id: b15502de-5bad-43fc-a67b-9aca18XXXXXX"
I used the following documentation. (https://docs.microsoft.com/en-us/power-platform/admin/about-teams-environment)
Could this be a permissions issue?
Nick
...ANSWER
Answered 2021-Apr-09 at 15:20you need to be a tenant admin to perform the upgrade, if you are not, this is the likely cause. Assuming you are a tenant admin, then the following details the exact process. which may help:
QUESTION
Is it possible to use the Common Data Service connector from an Azure Logic App running in a commercial Azure Tenant to connect to a GCC (government) Power Platform/Dataverse instance? I've not found any specific documentation saying it's not allowed, but after authenticating with the connector no environments are listed even though I'm a sys admin. Unfortunately, I don't have access to a GCC Azure tenant with rights to try a similar test.
...ANSWER
Answered 2021-Mar-22 at 22:59Raised a support ticket with MSFT and they said currently the CDS connector used from an Azure Logic App doesn't support connecting to GCC Dataverse. No timeline for when this will be supported.
QUESTION
The Office365 authentication type and OrganizationServiceProxy Connection are now deprecated Link, which variant is the best to create a connection between dynamics 365 Online and c#. do you have any examples.
...ANSWER
Answered 2021-Feb-26 at 13:08You can still use a service account from your AD or over OAuth and a connection over the CRMServiceClient.
Create a connection string in your web.config
QUESTION
End goal:
- Get the old array (repository_data) and their subarrays.
- In the repository_data array, insert $newData array.
- Merge repository_data arrays with newData array!
I have a document on my MongoDB which I created (maybe it needs fixing?)
When I run a query the result is the following:
...ANSWER
Answered 2021-Feb-26 at 11:32I was naive:
QUESTION
Is there a way to enable change tracking for couple of entities programmatically? I could not find any api in Dataverse which can help to do this.
...ANSWER
Answered 2021-Feb-22 at 09:02You cannot do that with webapi but you can definitely achieve this programatically.
you can either create console application or you can run code now plugin for xrmtoolbox and get this done.
Below code snippet for reference.
QUESTION
I need to build a PowerApp which presents a daily list of tasks to a user such as number of surveys to complete; within which postcode area etc. They then want to complete a questionnaire; and store submissions in the PowerApps own Dataverse.
My thoughts are;
Ideally i would want to hook up Microsoft Forms (standard not Pro) so the PowerApp could either link to the form and pre-populate a unique ID or similar? they complete the form; and a Logic App would process into the DataVerse by unique ID. However not sure this is possible?
Other option is i design the Canvas App to complete the survey (similar to the Employee Engagement survey template) - but likely will have 30/40 questions - this would obviously have a direct link to the Dataverse so no Logic App required
Other options?
Thanks in advance Rich
...ANSWER
Answered 2021-Feb-21 at 06:36Stay away from Microsoft Forms for a 30-40 question survey. The conditional logic, error handling, input validation, etc are not robust enough. You'd likely get too much free text to produce any meaningful reports from.
Caveat being: Do external users (outside your Active Directory) need to access the survey?
- If so, then Forms is likely the only way to go (unless you want to somehow manage PowerApps licenses for external users).
PowerApps will suffice.
QUESTION
I am trying MS Dataverse(CDS) for the first time. Say I have a table called "User" which has a column called "credits" which is a whole number. After every 21 days, I want to increment the value of "credits" record for all the users by 5 i;e increase the value of "credits" column for all users by 5 every 21 days.
Is there a way to automate this ? The table can also have additional columns such as "StartDate", "CreditDate" which can be used for making calculation for 21 days.
I was looking into Rollup and Calculated column types but they don't seem like the right answer since my case has more to do with automating rather than calculation.
Help would be greatly appreciated.
...ANSWER
Answered 2021-Feb-18 at 17:29Definitely this can be performed and for our developer's sake Microsoft built and provided a very nice cloud service called Power Automate (Cloud Flows).
Power automate is very powerful and can perform a lot, as it has I don't know number of connections to different system and definitely CDS is out of box
For your use case you need flow on a scheduled
QUESTION
We need to move users from an on-premise Active Directory on Windows Server (not Azure Active Directory) to Azure AD B2C. But, we're having difficulty in trying to figure out how to read the user data from the AD using Azure products.
We're thinking about using one of the following Azure products to read from on-premise AD, but it's surprisingly difficult to find if this is possible or not, much less how to do it:
- Azure Data Factory
- Azure Logic App
- Microsoft Power Platform Dataverse (formerly Common Data Service)
- Power BI Data Flows
- Note: We can't use Azure AD Connect to migrate the users because that tool isn't designed to work with B2C. Reference Microsoft's Azure AD B2C: Frequently asked questions (FAQ).
The Microsoft article Migrate users to Azure AD B2C says that a script needs to be written that uses the Microsoft Graph API to create user accounts in Azure AD B2C. But the article doesn't give advice on how to access the source data, which in our case is AD.
...ANSWER
Answered 2021-Feb-02 at 02:15There is no out-of-box Azure product/solution that connects to on-prem AD. Maybe there is a way which requires you create custom connector and custom API for querying AD users. See this post.
The quickest way is using PowerShell cmdlet Get-ADUser to export the AD users and then import them into Azure B2C via Microsoft Graph Create User.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DataVerse
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page