Search: get-row-item

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

Results 1 - 10 of 14 next page » Page 1 2

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

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

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

Type Into

Last modified by Nhan Nguyen on 2022/05/13 03:47
Rendered document content
* - Chooses the field to select the item. This activity will generate a string variable (Selector) to specify
is performed before this activity. Empty Field (Checkbox) - If selected, the field will get cleared before typing. Set Focus (Checkbox) - If selected, the field will get focused before typing. Common Continue
Raw document content
) **In the body of the activity** * **Pick Target Element*** - Chooses the field to select the item
before this activity. * **Empty Field (Checkbox) **- If selected, the field will get cleared before typing. * **Set Focus (Checkbox) **- If selected, the field will get focused before typing. **Common

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
Delete. Click OK to confirm. Choose Add New Item from the Project menu. In the Installed > Common Items
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
Raw document content
. Choose Add New Item from the Project menu. 1. In the Installed > Common Items node, select Workflow
class SumInt : CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set
next page » Page 1 2
RSS feed for search on [get-row-item]
Created by admin on 2022/04/17 14:38