Search: get-row-item

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 22 next page » Page 1 2 3

Get Transaction Item

Last modified by VuNH54 on 2023/04/20 17:11
Rendered document content
RCA.Activities.Core.GetTransactionItem Description This activity allows you to get an item from
can edit the name of the activity to organize and structure your code better. Eg: Get Transaction Item. Output Transaction Item (QueueItem) - The retrieved Transaction Item, is stored in a queue variable
Title
Get Transaction Item
Location
Get Transaction Item
Raw document content
" %) ((( RCA.Activities.Core.GetTransactionItem == **Description** == This activity allows you to get an item from the queue so that you can
and structure your code better. Eg: Get Transaction Item. **Output** * **Transaction Item (QueueItem) **- The retrieved Transaction Item, is stored in a queue variable. **Reference** * **Filter Strategy** - You can

Get Queue Items

Last modified by VuNH54 on 2023/04/20 17:10
Rendered document content
of this activity. You can edit the name of the activity to organize and structure your code better. Eg: Get Queue Items. Options Duration (Int32) - Filter transactions by the minimum time they spent in the previous
– High - 1 – Normal - 2 – Low. The default value is: (null) Queue Item States (DropDownlist) - Filters
Title
Get Queue Items
Location
Get Queue Items
Raw document content
to organize and structure your code better. Eg: Get Queue Items. **Options** * **Duration (Int32) **- Filter
. The default value is: (null) * **Queue Item States (DropDownlist)** - Filters the state of the item
** * **Queue Items (INumerable< QueueItem >)** - This is the data table that you have added the queue

Sandbox

Located in
Last modified by admin on 2023/02/11 22:23
Rendered document content
editing. You will discover how page editing works and create new pages. Simply click on Edit to get
1 Numbered list Item Subitem Item Subitem Mixed list Item 1 Item 2 Item 3 Item 4 Item 5 Tables You can create tables right into wiki pages: Table with headers in the top row table header table
Raw document content
editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get
** Level 2 * Level 1 == Numbered list == 1. Item 11. Subitem 111. Item 1. Subitem == Mixed list == 1. Item 1 11. Item 2 11*. Item 3 11*. Item 4 1. Item 5 = Tables = You can create tables right into wiki

Delete Queue Items

Last modified by Nhan Nguyen on 2022/05/13 03:19
Rendered document content
. Default value: 30000 (milliseconds). Input Queue Items (IEnumerable<Queue.Item>)* - You need to use Get Queue Items activity to get all items that the user wants to delete and the value of this property is the output items of Get Queue Items activity. Set status of all Queue items specified in [Queue Items
Title
Delete Queue Items
Raw document content
to use Get Queue Items activity to get all items that the user wants to delete and the value of this property is the output items of Get Queue Items activity. Set status of all Queue items specified in [Queue
" %) ((( RCA.Activities.Core.DeleteQueueItems == **Description** == This activity allows you to delete items in a specific queue. Notes

Select Item

Last modified by Nhan Nguyen on 2022/05/13 03:45
Rendered document content
Item Target Scroll Height (Int32) - Scroll before getting the element. To input a number equals
RCA.Activities.IE.SelectItem Description The Select Item activity allows you to select an item
* - Chooses the field to select the item. This activity will generate a string variable (Selector) to specify
Title
Select Item
Location
Select Item
Raw document content
" %) ((( RCA.Activities.IE.SelectItem == **Description** == The Select Item activity allows you to select an item from a combo
"]] **In the body of the activity** * **Pick Target Element*** - Chooses the field to select the item
)** - To select an item from a list by its index instead of value. **Misc** * **Public (Checkbox) **- Check

Select Multiple Items

Last modified by Nhan Nguyen on 2022/05/13 03:45
Rendered document content
. Ex: [62342342] Select Mutiple Items Target Scroll Height (Int32) - Scroll before getting
RCA.Activities.IE.SelectMultiple Description The Select Multiple Items activity allows you to select many items from a combo box or list box. (* is mandatory) In the body of the activity Pick
Title
Select Multiple Items
Raw document content
" %) ((( RCA.Activities.IE.SelectMultiple == **Description** == The Select Multiple Items activity allows you to select many items
the item. This activity will generate a string variable (Selector) to specify the location of that field
* **Select By Index (Checkbox) **- To select an item from a list by its index instead of value. **Misc

[5] Queue

Last modified by admin on 2023/07/04 15:48
Rendered document content
Description Mandatory. The description of the queue. 4 In progress The item was processed with the Get
was processed with the Get Transaction Item or the Add Transaction Item activity; when an item has this status
A Queue in simple terms is a container that holds a set of items that you want to be processed
Raw document content
of the queue. |4|In progress|The item was processed with the Get Transaction Item or the Add Transaction Item
of the queue. |2|Description|The description of the queue. |3|In progress|The item was processed with the Get
" id="H1.CenterOverview" %) A **Queue** in simple terms is a container that holds a set of items

Get Text

Last modified by Nhan Nguyen on 2022/05/13 02:24
Rendered document content
RCA.Activities.Java.GetText Description This activity allows you to get text from a Java file. (* is mandatory) In the body of the activity Pick target element - Chooses the field to select the item
(JavaElement)* - The element you want to get. From (JavaElement) - The file you get the element from Selector
Title
Get Text
Attachment name
get text.png
Location
Get Text
Raw document content
" %) ((( RCA.Activities.Java.GetText == **Description** == This activity allows you to get text from a Java file
** * **Pick target element** - Chooses the field to select the item. This activity will generate a string
)* **- The element you want to get. * **From (JavaElement)** - The file you get the element from * **Selector

Get Element

Last modified by Nhan Nguyen on 2022/05/13 03:41
Rendered document content
. (* for Mandatory) In the body of the activity Pick Target Element* - Chooses the field to get the item
] Get Element Options. From Element (IEElement) - Element to be referred to when searching
. Target Scroll Height (Int32) - Scroll before getting the Ui Element. To input a number equals
Title
Get Element
Location
Get Element
Raw document content
*** - Chooses the field to get the item. This activity will generate a string variable (Selector) to specify
] Get Element **Options.** * **From Element (IEElement)** - Element to be referred to when
to store the element. **Target** * **Scroll Height (Int32)** - Scroll before getting the Ui Element

Get Elements

Last modified by Nhan Nguyen on 2022/05/13 03:41
Rendered document content
of the activity Pick Target Element* - Chooses the field to get the item. This activity will generate a string
] Get Elements. Output Elements (IEElement) - The output UI element returned from the activity. Only
Title
Get Elements
Location
Get Elements
Raw document content
]] (* for Mandatory) **In the body of the activity** * **Pick Target Element*** - Chooses the field to get the item. This activity will generate a string variable (Selector) to specify the location of that field
and structure your code better. Ex: [2424234] Get Elements. **Output** * **Elements (IEElement
next page » Page 1 2 3
RSS feed for search on [get-row-item]
Created by admin on 2022/04/17 14:38