diff --git a/src/en/customizer-guide/index.md b/src/en/customizer-guide/index.md index 2f868a370..5460a048b 100644 --- a/src/en/customizer-guide/index.md +++ b/src/en/customizer-guide/index.md @@ -1,5 +1,5 @@ --- -author: Ondrej Juda +Author: Ondrej Juda --- Hello! This customizer documentation is here to help you with configuring and customizing TALXIS applications, so they would work as they were designed. \ No newline at end of file diff --git a/src/en/customizer-guide/modules/contract/configure-contract-review-and-approval.md b/src/en/customizer-guide/modules/contract/configure-contract-review-and-approval.md index 771e6aa0f..31157db4d 100644 --- a/src/en/customizer-guide/modules/contract/configure-contract-review-and-approval.md +++ b/src/en/customizer-guide/modules/contract/configure-contract-review-and-approval.md @@ -1,5 +1,5 @@ --- -author: Ondrej Juda +Author: Ondrej Juda --- # Configure contract review and approval diff --git a/src/en/customizer-guide/modules/contract/configure-processes.md b/src/en/customizer-guide/modules/contract/configure-processes.md index 9ea486225..e3fcf1614 100644 --- a/src/en/customizer-guide/modules/contract/configure-processes.md +++ b/src/en/customizer-guide/modules/contract/configure-processes.md @@ -1,5 +1,5 @@ --- -author: Ondrej Juda +Author: Ondrej Juda --- # Configure processes diff --git a/src/en/customizer-guide/modules/procurement/procurement-approvals-configuration.md b/src/en/customizer-guide/modules/procurement/procurement-approvals-configuration.md index 6ffffd9f9..846ac0b6c 100644 --- a/src/en/customizer-guide/modules/procurement/procurement-approvals-configuration.md +++ b/src/en/customizer-guide/modules/procurement/procurement-approvals-configuration.md @@ -1,5 +1,5 @@ --- -author: Timotej Paluš +Author: Timotej Paluš --- # Approvals Configuration diff --git a/src/en/customizer-guide/preparing-content.md b/src/en/customizer-guide/preparing-content.md index d57ea3f52..c40935a40 100644 --- a/src/en/customizer-guide/preparing-content.md +++ b/src/en/customizer-guide/preparing-content.md @@ -1,5 +1,5 @@ --- -author: Ondrej Juda +Author: Ondrej Juda --- We are preparing this content \ No newline at end of file diff --git a/src/en/developer-guide/applications/controls/FileExplorer/general.md b/src/en/developer-guide/applications/controls/FileExplorer/general.md index 50d506dc9..34700f382 100644 --- a/src/en/developer-guide/applications/controls/FileExplorer/general.md +++ b/src/en/developer-guide/applications/controls/FileExplorer/general.md @@ -4,6 +4,12 @@ Author: David Wasserbauer # File Explorer +## Visual example + + + +## Description + Welcome to the documentation for our cutting-edge File Explorer control! The File Explorer control is built on the foundations of the File Picker control. This means that you can find similar functionality, but it is essentially a much more powerful version of the File Picker. diff --git a/src/en/developer-guide/applications/controls/VirtualDataset/general.md b/src/en/developer-guide/applications/controls/VirtualDataset/general.md index 00ef3164e..d59299a74 100644 --- a/src/en/developer-guide/applications/controls/VirtualDataset/general.md +++ b/src/en/developer-guide/applications/controls/VirtualDataset/general.md @@ -3,6 +3,12 @@ Author: Dominik Brych --- # Virtual Dataset +## Visual Example + + + +## Description + Virtual Dataset allows you to bind a Dataset Base Control to a field while providing your own custom Data Source. We currently have two Data Providers - Memory and FetchXml. Memory Provider allows you to work with a collection of data that you have stored in memory and FetchXml Provider allows you to do the same thing with data retrieved through FetchXml. Both of these providers support basic Dataset features, which include: - **Sorting** diff --git a/src/en/developer-guide/applications/controls/addresspicker.md b/src/en/developer-guide/applications/controls/addresspicker.md index 276e1d64f..b0ce62c42 100644 --- a/src/en/developer-guide/applications/controls/addresspicker.md +++ b/src/en/developer-guide/applications/controls/addresspicker.md @@ -6,7 +6,7 @@ Author: Jan Losenicky ## Visual Example -![Address Picker Displayed On Form](/.attachments/applications/Controls/addresspickercontrol.png) + - +## Description +Color Picker enables users to select a color through an interactive palette. Additionally, users can directly input a valid RGB, HEX, or color string into the field. If an invalid color is entered, an error message will be displayed, and the invalid value will not be propagated to the framework. ## Bindings diff --git a/src/en/developer-guide/applications/controls/companyprofilehinting.md b/src/en/developer-guide/applications/controls/companyprofilehinting.md index 87f8b2085..dfaa7f85f 100644 --- a/src/en/developer-guide/applications/controls/companyprofilehinting.md +++ b/src/en/developer-guide/applications/controls/companyprofilehinting.md @@ -6,8 +6,7 @@ Author: Jan Losenicky ## Visual Example -![Company Profile Hinting Displayed On Form](/.attachments/applications/Controls/companyprofilehintingcontrol.png) - + ## Description diff --git a/src/en/developer-guide/applications/controls/emaildesigner.md b/src/en/developer-guide/applications/controls/emaildesigner.md index acac639d1..459a83e25 100644 --- a/src/en/developer-guide/applications/controls/emaildesigner.md +++ b/src/en/developer-guide/applications/controls/emaildesigner.md @@ -4,15 +4,15 @@ Author: Adel Šabić # Email Designer -# Visual Example +## Visual Example ![Email Designer Displayed On Form](/.attachments/applications/Controls/emaildesigner.png) -# Description +## Description This control is used to design custom email templates. It uses very user friendly email editor to achieve that. It auto saves changes to file on same entity so you are able to export HTML file of template you made. -# Limitations +## Limitations If you want to import pictures, you need to import it in base64 format. @@ -20,10 +20,10 @@ If you want to import pictures, you need to import it in base64 format. Also, don't forget to 1000000 since email editor component produces quite some metadata. -# Binding Field +## Binding Field Control can be binded to any field on form of type Multiple. -# Inputs +## Inputs - File Attribute (SingleLine.Text) - Name of the attribute where HTML file will be saved \ No newline at end of file diff --git a/src/en/developer-guide/applications/controls/emailpicker.md b/src/en/developer-guide/applications/controls/emailpicker.md index b6ff15bc8..fac8a1cf3 100644 --- a/src/en/developer-guide/applications/controls/emailpicker.md +++ b/src/en/developer-guide/applications/controls/emailpicker.md @@ -4,21 +4,21 @@ Author: Jan Losenicky # Email Picker -# Visual Example +## Visual Example -![Email Picker Displayed On Form](/.attachments/applications/Controls/emailpickercontrol.png) + -# Description +## Description This control is used to enter an emails in field. It is checking the format of email and also there is a function to verify the email. ![Email Picker Displayed On Form](/.attachments/applications/Controls/emailpickerverifying.png) -# Binding Field +## Binding Field Control can be binded to any field on form of type SingleLine.Text. -# Inputs +## Inputs - Min Mail Count - Minimum of emails imputed - Max Mail Count - Maximum of emails that can be imputed diff --git a/src/en/developer-guide/applications/controls/formbutton.md b/src/en/developer-guide/applications/controls/formbutton.md index d3995bb0f..c3fa3f55d 100644 --- a/src/en/developer-guide/applications/controls/formbutton.md +++ b/src/en/developer-guide/applications/controls/formbutton.md @@ -1,10 +1,10 @@ --- -author: Jan Losenicky +Author: Jan Losenicky --- # Form Button -## Displayed on form +## Visual Example ![Displayed Form Button Control](/.attachments/applications/Controls/formbuttoncontrol.png) diff --git a/src/en/developer-guide/applications/controls/general.md b/src/en/developer-guide/applications/controls/general.md index 9abd673dd..2c9757534 100644 --- a/src/en/developer-guide/applications/controls/general.md +++ b/src/en/developer-guide/applications/controls/general.md @@ -14,6 +14,8 @@ PCF - PowerApps Component Framework helps creating customized reusable component [Microsoft Docs](https://docs.microsoft.com/en-us/powerapps/developer/component-framework/overview) +[FIGMA Talxis PCF preview](https://www.figma.com/proto/CIf7LPbQa9gZTMTiH1e07g/NETWORG-Web-UI-Master?page-id=797%3A14942&node-id=1426-7570&viewport=1452%2C1062%2C0.49&t=9jixO6YZBPra2kZn-1&scaling=scale-down&content-scaling=fixed&starting-point-node-id=1426%3A7570&show-proto-sidebar=1) + ## How to get custom control into model-driven application? First step is to import the solution with your custom control to your environment. diff --git a/src/en/developer-guide/applications/controls/infocard.md b/src/en/developer-guide/applications/controls/infocard.md index 7a18cdaee..a80a2b4fe 100644 --- a/src/en/developer-guide/applications/controls/infocard.md +++ b/src/en/developer-guide/applications/controls/infocard.md @@ -3,13 +3,16 @@ Author: Mirza Kobasevic --- # Info Card -This control displays basic contact/account information in the form of a card. If control is bound for SingleLine.Text, it displays information of the current user/account. By binding the control to the lookup field, it is possible to display the information of any contact/account. - +## Visual Example -# Bindings +## Description + +This control displays basic contact/account information in the form of a card. If control is bound for SingleLine.Text, it displays information of the current user/account. By binding the control to the lookup field, it is possible to display the information of any contact/account. + +## Bindings diff --git a/src/en/developer-guide/applications/controls/invoicerecognition.md b/src/en/developer-guide/applications/controls/invoicerecognition.md index 29e466416..484356ad7 100644 --- a/src/en/developer-guide/applications/controls/invoicerecognition.md +++ b/src/en/developer-guide/applications/controls/invoicerecognition.md @@ -3,10 +3,14 @@ Author: Jan Losenicky --- # Invoice Recognition -This control displays the Correction UI component feature developed by Konica Minolta which enables you to verify data with the customer register and the rendered invoice and to modify the extracted data from Invoice Miner. Invoice Miner is a cloud-based extraction service that withdraws data from invoices and converts the data into structured JSON content. +## Visual Example +## Description + +This control displays the Correction UI component feature developed by Konica Minolta which enables you to verify data with the customer register and the rendered invoice and to modify the extracted data from Invoice Miner. Invoice Miner is a cloud-based extraction service that withdraws data from invoices and converts the data into structured JSON content. + This control is also providing a communication between Power Apps (dataverse) and Correction UI which allows us to verify the customer/supplier with the the existing records in database, trigger creation of new records and create a new invoice record after accepting the extracted data. Control strongly relies on `talxis_purchaseinvoiceheader` and `talxis_purchaseinvoicedetail` entities which records are created after accepting the data. diff --git a/src/en/developer-guide/applications/controls/mappicker.md b/src/en/developer-guide/applications/controls/mappicker.md index 46be15817..90a95fecd 100644 --- a/src/en/developer-guide/applications/controls/mappicker.md +++ b/src/en/developer-guide/applications/controls/mappicker.md @@ -1,12 +1,12 @@ --- -author: Jan Losenicky +Author: Jan Losenicky --- # Map Picker ## Visual Example -![Displayed Map Picker On Form](/.attachments/applications/Controls/mappickercontrol.png) + ## Description diff --git a/src/en/developer-guide/applications/controls/phonepicker.md b/src/en/developer-guide/applications/controls/phonepicker.md index 050183a6f..617cd3017 100644 --- a/src/en/developer-guide/applications/controls/phonepicker.md +++ b/src/en/developer-guide/applications/controls/phonepicker.md @@ -4,19 +4,19 @@ Author: Jan Losenicky # Phone Picker -# Visual Example +## Visual Example -![Email Picker Displayed On Form](/.attachments/applications/Controls/phonepickercontrol.png) + -# Description +## Description This control is used to enter a phone number in field. It is checking the format of phone and also there is a function to verify the phone. -# Binding Field +## Binding Field Control can be binded to field of type SingleLine.Phone, SingleLine.Text and SingleLine. -# Inputs +## Inputs - Default Country Code - Set to "CZ" by default. - Place Holder Message - Default vaule is "---" diff --git a/src/en/developer-guide/getting-started/devkit/troubleshooting.md b/src/en/developer-guide/getting-started/devkit/troubleshooting.md index 007341188..8a29404cc 100644 --- a/src/en/developer-guide/getting-started/devkit/troubleshooting.md +++ b/src/en/developer-guide/getting-started/devkit/troubleshooting.md @@ -1,5 +1,5 @@ --- -author: David Wasserbauer +Author: David Wasserbauer --- # TALXIS DevKit Troubleshooting diff --git a/src/en/developer-guide/index.md b/src/en/developer-guide/index.md index 3c0e646a7..546c6e1be 100644 --- a/src/en/developer-guide/index.md +++ b/src/en/developer-guide/index.md @@ -1,5 +1,5 @@ --- -author: Tomas Prokop +Author: Tomas Prokop --- # Introduction diff --git a/src/en/developer-guide/platform/pipelines/appuser.md b/src/en/developer-guide/platform/pipelines/appuser.md index 8cf6eb12e..4458ba4e4 100644 --- a/src/en/developer-guide/platform/pipelines/appuser.md +++ b/src/en/developer-guide/platform/pipelines/appuser.md @@ -1,7 +1,7 @@ --- title: Automated App User Import tagline: Setting up a pipeline for automated deploy of appuser -author: Zdeněk Šrejber +Author: Zdeněk Šrejber --- # **The set up** diff --git a/src/en/developer-guide/platform/pipelines/deploy.md b/src/en/developer-guide/platform/pipelines/deploy.md index 28abed876..b281e5908 100644 --- a/src/en/developer-guide/platform/pipelines/deploy.md +++ b/src/en/developer-guide/platform/pipelines/deploy.md @@ -1,7 +1,7 @@ --- title: Deploy Pipeline tagline: Creating a deploy pipeline for a project -author: Zdeněk Šrejber +Author: Zdeněk Šrejber --- # **Creating a deploy pipeline for a project** diff --git a/src/en/developer-guide/preparing-content.md b/src/en/developer-guide/preparing-content.md index 0dbcc33f8..09c4e565c 100644 --- a/src/en/developer-guide/preparing-content.md +++ b/src/en/developer-guide/preparing-content.md @@ -1,5 +1,5 @@ --- -author: Tomas Prokop +Author: Tomas Prokop --- We are preparing this content \ No newline at end of file diff --git a/src/en/user-guide/index.md b/src/en/user-guide/index.md index 8ce339a1b..e83b5b32d 100644 --- a/src/en/user-guide/index.md +++ b/src/en/user-guide/index.md @@ -1,5 +1,5 @@ --- -author: Timotej Paluš +Author: Timotej Paluš --- # User guide diff --git a/src/en/user-guide/model-driven-apps/business-process/contact-management/track-and-manage-activities.md b/src/en/user-guide/model-driven-apps/business-process/contact-management/track-and-manage-activities.md index f787dc69f..7f0f1e543 100644 --- a/src/en/user-guide/model-driven-apps/business-process/contact-management/track-and-manage-activities.md +++ b/src/en/user-guide/model-driven-apps/business-process/contact-management/track-and-manage-activities.md @@ -1,5 +1,5 @@ --- -author: Timotej Paluš +Author: Timotej Paluš --- # Track and manage activities diff --git a/src/en/user-guide/model-driven-apps/business-process/contact-management/use-accounts.md b/src/en/user-guide/model-driven-apps/business-process/contact-management/use-accounts.md index e2462bdbc..bd94beec1 100644 --- a/src/en/user-guide/model-driven-apps/business-process/contact-management/use-accounts.md +++ b/src/en/user-guide/model-driven-apps/business-process/contact-management/use-accounts.md @@ -1,5 +1,5 @@ --- -author: Timotej Paluš +Author: Timotej Paluš --- # Use accounts to manage customer companies diff --git a/src/en/user-guide/model-driven-apps/business-process/contact-management/use-contacts.md b/src/en/user-guide/model-driven-apps/business-process/contact-management/use-contacts.md index b78a92ee1..e2027910d 100644 --- a/src/en/user-guide/model-driven-apps/business-process/contact-management/use-contacts.md +++ b/src/en/user-guide/model-driven-apps/business-process/contact-management/use-contacts.md @@ -1,5 +1,5 @@ --- -author: Timotej Paluš +Author: Timotej Paluš --- # Use contacts to manage customer people diff --git a/src/en/user-guide/preparing-content.md b/src/en/user-guide/preparing-content.md index 0dbcc33f8..09c4e565c 100644 --- a/src/en/user-guide/preparing-content.md +++ b/src/en/user-guide/preparing-content.md @@ -1,5 +1,5 @@ --- -author: Tomas Prokop +Author: Tomas Prokop --- We are preparing this content \ No newline at end of file