Skip to content

Commit

Permalink
add monaco disabling, change v1 and v2 comparison, remove redundant p…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
Yuliya Pazniak committed Dec 18, 2024
1 parent ab05c8a commit dd40be6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 48 deletions.
4 changes: 4 additions & 0 deletions datapress/Forms/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,7 @@ add_filter( 'integration-cds/lookup/authorize-access', function( $isAllowed, $en
:::note
The following formats of the **Whole Number** data type are currently unsupported: **Language code**, **Duration**, **Time zone**.
:::

## How to work with decimal and float fields

Decimal and float fields depend on your Power Apps website settings. Here, you can set minimum and maximum values, decimal places, and other settings. [Read more](https://learn.microsoft.com/power-apps/maker/data-platform/formula-column-data-types)
34 changes: 1 addition & 33 deletions datapress/frequently_asked_questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,4 @@ No, you should register an app in Microsoft Entra admin center and add client se

## What's the difference between DataPress (Dataverse Integration) and Dynamics 365 Integration?

*Key Features*

**DataPress (Dataverse Integration):**
- Uses 100% Web API-based communication, ensuring a future-proof investment.
- Secure server-to-server authentication, eliminating the need for usernames and passwords.
- Allows creation of custom forms in WordPress that map to Dataverse tables and columns.
- Extensible through WordPress actions and filters.

**Dynamics 365 Integration:**
- Initially used WS-Trust protocol for authentication, but now supports app ID/secret authentication.
- Directly integrates with Dynamics 365 applications, providing access to Dynamics 365 data.
- Suitable for users who primarily work within the Dynamics 365 ecosystem.

*Use Cases*

**DataPress (Dataverse Integration):**
- Ideal for businesses that use Dataverse as a central data repository and want to extend its capabilities to WordPress.
- Suitable for creating custom forms, collecting leads, and displaying data from Dataverse without coding.

**Dynamics 365 Integration:**
- Best for organizations that rely heavily on Dynamics 365 and need direct integration with WordPress.
- Useful for accessing and displaying Dynamics 365 data within WordPress.

*Extensibility*

**DataPress (Dataverse Integration):**
- Highly extensible through WordPress actions and filters.
- Supports custom layouts using the Twig template engine.

**Dynamics 365 Integration:**
- Extensible within the Dynamics 365 framework.
- Primarily focused on direct data integration and display.

Use Dynamics 365 Integration for on-premises versions. For other scenarios, we recommend using DataPress (Dataverse Integration).
18 changes: 18 additions & 0 deletions datapress/knowledge_base/configuration/unexpected-behavior.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Syntax highlighting
sidebar_position: 16
slug: /knowledge-base/unexpected-behavior
tags:
- Knowledge base
- Configuration
- Monaco Editor
- DataPress
---

We use [Monaco Editor](https://microsoft.github.io/monaco-editor/) for syntax highlighting.

It does not affect the behavior of the plugin.
However, if you encounter unexpected behavior:
1. Navigate to the Dataverse Admin Area.
2. Go to Settings -> Advanced settings.
3. Enable the **ICDS_DISABLE_MONACO** option.
8 changes: 0 additions & 8 deletions datapress/screenshots.md

This file was deleted.

7 changes: 0 additions & 7 deletions datapress/upgrade_notice.md

This file was deleted.

0 comments on commit dd40be6

Please sign in to comment.