- Démarrage
- Applications de démonstration
- Comment
- Créer votre première application
- Créer une application compatible avec les appareils mobiles
- Directives générales sur l'expérience utilisateur
- Utiliser la vue détaillée principale (Use Master Detail View)
- Utiliser la visionneuse de documents (Use Document Viewer)
- Utiliser Count With Choice Set Values
- Utiliser les valeurs sélectionnées d'une table
- Intégrer des applications
- Intégrer des cartes
- Masquer les conteneurs à l'aide d'un bouton
- Inclure les liens EnvoyerÀ(MailTo)
- Inclure les classements par étoiles (Include Star Ratings)
- Définir un contexte externe (Set External Context)
- Travailler avec la source de données et la liaison de valeur (Work with Data Source ans Value Bind)
- Utiliser l'activité Envoyer un résultat intermédiaire (Use the Send Interim Result Activity)
- Applications publiques
- Notifications
- Utilisation d'expressions VB
- Concevoir votre application
- Événements et règles
- Règle : If-Then-Else
- Règle : ouvrir une page
- Règle : Ouvrir l'URL
- Règle : Fermer le Pop-Over/la feuille du bas
- Règle : Afficher le message
- Règle : Afficher/Masquer la roulette
- Règle : Définir des valeurs
- Règle : Démarrer le processus
- Règle : Charger le fichier dans le compartiment de stockage
- Règle : Obtenir le fichier du compartiment de stockage
- Règle : Réinitialiser les valeurs
- Règle : Créer/Mettre à jour un enregistrement d’entité
- Règle : Supprimer un enregistrement d’entité
- Règle : ajouter à la file d'attente (Add to Queue)
- Fonction : And, Or, Not
- Fonction : Concat
- Fonction : Contains
- Fonction : Compter (Count)
- Fonction : Endswith
- Fonction : If
- Fonction : IsBlank
- Fonction : Guide (Guid)
- Fonction : Length
- Fonction : List
- Fonction : StartsWith
- Fonction : Somme
- Fonction : Tri
- Fonction : Maintenant
- Fonction : Aujourd'hui
- Fonction : Heure (Time)
- Fonction : Année (Year)
- Fonction : Mois (Month)
- Fonction : Jour (Day)
- Fonction : Heure (Hour)
- Fonction : Minute
- Fonction : Nouveau (New)
- Fonction : Recherche
- Fonction : Filtre
- Tirer parti de la RPA dans votre application
- Types d'arguments pris en charge
- Remplacement d'un processus référencé dans une application
- Référencement d'un compartiment de stockage à partir d'Orchestrator
- Configuration d'une version d'Orchestrator locale pour une utilisation par les applications
- Autorisations d'Orchestrator
- Flux de données entre les applications UiPath et Orchestrator
- Exploitation des entités de votre application
- Exploitation des entités de votre application
- Exploitation des médias de votre application
- Exploitation des actions de votre application
- Exploitation des connexions de vos applications
- Gestion du cycle de vie des applications (Application lifecycle management, ALM)
- Applications propriétaires UiPath
- Guide de dépannage de base
Introduction
Pour cette application, vous utiliserez les éléments suivants :
- Un modèle d'application
- Un exemple de workflow
- Une entité
Pour vous familiariser avec les fonctionnalités utilisées dans le tutoriel, reportez-vous à :
- Schema Import and Export to find out how you can transfer your entities, choice sets, and relationships between tenants.
- Importing an App to learn how to import an app.
- Using App Studio to get more familiar with App Studio.
- Referencing an Entity in Your App to discover how to reference an entity in your app.
- Managing App Versions to understand how to publish an app.
Before you start the tutorial, make sure to check the Prerequisites section.
Prérequis
Avant de commencer, effectuez les actions suivantes :
- have a UiPathAutomation Cloud Public Sector account.
- meet the Apps Prerequisites for Studio and Robot with the JS Add-On.
- téléchargez le fichier de l' exemple de processus du tutoriel d'Apps.
Le tutoriel est divisé en plusieurs sections, selon l'étape que vous vous trouvez dans le processus et le produit que vous devez utiliser.
Data Service
The first step is to import the schema in UiPath Data Service. To do this, apply the following steps:
- Accédez à Data Service .
- Select Import/Export, and then select Import Schema.
- Sélectionnez le schéma
DataService_Trades_Schema.jsondansAppsTutorial_TradeLogger.zip. - Select Import.
Résultat attendu
Le schéma Trades est maintenant importé dans Data Service .
Studio
The next step is to publish the workflow using UiPath Studio. To do this, apply the following steps:
- Open the
project.jsonfile from theAppsTutorial_TradeLogger_Workflowfolder using Studio. - Select Manage Entities.
- Select Refresh, then select Save.
- Select the Publish button from the Design tab..
- Under Publish options, publish to Orchestrator using one of the following methods:
- Publiez sur votre espace de travail personnel.
- Publier dans un flux de locataire/dossier.
Orchestrator (étape facultative)
This step is optional, and only needed if you published the workflow to a tenant/folder feed.
Publish your new process using UiPath Orchestrator, and make sure that it is available for your attended robot.
For more information on publishing projects, check the Publishing Automation Projects page.
Apps
The final step is to import the app in UiPath Apps. To do this, apply the following steps:
-
On the Build tab, select the Create new app button.
-
Select Import from file, and select the
Trade Logger App Template.uiappfile. -
Select Create.
Remarque :Lorsque vous ouvrez l'application pour la première fois, vous pouvez rencontrer des erreurs. Pour éviter cela et configurer vos dépendances, sélectionnez chaque icône d'erreur et remplacez le processus et l'entité.
Tutoriel
Now that everything is configured, check the following video for the tutorial. Use the tutorial to better understand how the app works, how to use it, and how to get the most value out of UiPath Apps.
Plus d’informations
Check the How To section of this guide for more useful use cases. You can learn how to:
- Utiliser le contrôle des fichiers
- Utiliser la vue détaillée principale (Use Master Detail View)
- Utiliser la validation d'entrée requise (Use Required Input Validation)
- Utiliser la visionneuse de documents (Use Document Viewer)
- Utiliser le nombre avec des valeurs d'ensemble de choix
- Inclure les classements par étoiles (Include Star Ratings)
- Inclure les liens EnvoyerÀ(MailTo)
- Inclure des graphiques Excel dans Apps (Include Excel Charts in Apps)
- Travailler avec la source de données et la liaison de valeur (Work with Data Source ans Value Bind)
- Directives générales sur l'expérience utilisateur