検索:custom-activity

adminが2022/04/24 04:58に最終更新

14件のうち1 - 10 次のページ » ページ 1 2

Custom Activity (en)

保存場所
adminが2023/04/27 18:24に最終更新
表示されるドキュメントの内容
a custom activity: Writing the custom activity code. Package your activity Register the assembly (.dll
Platform. Write Activity Code To develop your custom activity, you will need to use Microsoft Visual
save 3. Confirm restart studio 4. Custom activities would appear in the toolbox
タイトル
Custom Activity
保存場所
Custom Activity
ドキュメントの内容のソース
demonstrates how to create an activity. **There are two steps required to create a custom activity:** 1. Writing the custom activity code. 1. Package your activity 1. Register the assembly (.dll) to akaBot
** == **To develop your custom activity, you will need to use Microsoft Visual Studio with WF extension package

Add Log Fields (en)

Giang Tranが2022/05/13 03:34に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.AddLogFields Description This activity allows you to add customized log
(Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String) - The name of this activity. You can edit the name
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.AddLogFields == **Description** == This activity allows you to add customized log fields to each and every
lines. **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: [056739368

Remove Log Fields (en)

Giang Tranが2022/05/13 04:07に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveLogFields Description This activity allows you to remove customized log
check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String) - The name of this activity. You can edit the name of the activity
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.RemoveLogFields == **Description** == This activity allows you to remove customized log fields to each Log
subsequent log lines. **Misc** * **Public (Checkbox)** - If you check it, the data of this activity
)** - The name of this activity. You can edit the name of the activity to organize and structure your code better

[2] About Activities Packages (en)

DatPTが2023/04/12 16:57に最終更新
表示されるドキュメントの内容
steps explain how to add more packages and customize the list of activities: Step 1: Open akaBot Studio
Every activity in akaBot Studio is belongs to a certain Activities Package. They can be understood as library dependencies which are required to use the desired activities. Here are the default Activities
タイトル
[2] About Activities Packages
ドキュメントの内容のソース
and customize the list of activities: **Step 1:** Open **akaBot Studio** and create a new **Process**. **Step
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( Every activity in **akaBot Studio** is belongs to a certain Activities Package. They can be understood as library dependencies which

Filter Data Table (en)

VuNH54が2023/04/19 14:34に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.FilterDataTable Description This activity allows you to filter a DataTable variable by specifying conditions in the Filter Wizard window. The activity can keep or delete rows or columns according to the logical conditions that are specified in the wizard. The body of the activity
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.FilterDataTable == **Description** == This activity allows you to filter a DataTable variable by specifying conditions in the Filter Wizard window. The activity can keep or delete rows or columns according to the logical conditions that are specified in the wizard. The body of the activity contains a Filter Wizard

[5] Queue (en)

adminが2023/07/04 15:48に最終更新
表示されるドキュメントの内容
Transaction Item or the Add Transaction Item activity; when an item has this status, your custom progress
by akaBot Agents. Queue items can store different types of data, such as customer details. This information
activities. As soon as queue items are processed, they become transactions. To access the Queue page, you
ドキュメントの内容のソース
activity; when an item has this status, your custom progress status is also displayed, in the Progress
Transaction Item or the Add Transaction Item activity; when an item has this status, your custom progress
, such as customer details. This information can be processed in other systems - SAP or Salesforce, for instance

[1] About Data Service (en)

adminが2023/12/21 22:15に最終更新
添付ファイルの内容
lib/net45/Main.xaml <Activity mc:Ignorable="sap sap2010" x:Class="Main" mva:VisualBasic.Settings
="Activity1_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http
://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010

Excel Read Cell (en)

Giang Tranが2022/05/13 06:23に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelReadCell Description This activity allows to read value of an Excel cell and store it in a variable. It is only be used inside the Excel Application Scope activity. (* is mandatory) In the body of the activity “Sheet Name” – Name of the sheet contains the cell which is aimed
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelReadCell == **Description** == This activity allows to read value of an Excel cell and store it in a variable. It is only be used inside the Excel Application Scope activity. [[image:image-20220505112903-1.jpeg]] (* is mandatory) == **In the body of the activity** == * **“Sheet Name”** – Name

[1] Design Form (en)

adminが2023/09/18 18:02に最終更新
表示されるドキュメントの内容
Custom Others File Preview To create an adjustable form, user drag components in the left of the page
to activate conditions in the form. Layout Adjust layout of the form. Một số thành phần tạo biểu mẫu trên
). Edit Grid Templates Customize headers and rows of grid data 4. Manage components in Form Designer
ドキュメントの内容のソース
|Include components used for business level|((( * ReCAPTCHA * Resource * File * Nested form * Custom
.| |Conditional|Place conditions for components.| |Logic|Logic to activate conditions in the form.| |Layout
/down button to adjust (there are min and max options for you to choose). |Edit Grid|Templates|Customize

HTTP Client (en)

DatPTが2023/04/19 10:26に最終更新
表示されるドキュメントの内容
Description This HTTP Client activity enables you to perform HTTP requests to a specified web API
even when the activity throws an error. This field only supports Boolean values (True, False). True - allows the rest of the process to continue the execution even if an error occurs within the activity
ドキュメントの内容のソース
** == This HTTP Client activity enables you to perform HTTP requests to a specified web API. [[[[image:HTTP
on Error (Boolean) **- Specifies if the automation should continue even when the activity throws an error
the execution even if an error occurs within the activity. False (default) - blocks the process from continuing
次のページ » ページ 1 2
[custom-activity]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成