[4] Assets

Last modified by admin on 2023/09/18 18:18

Assets usually represent shared variables or credentials that can be used in different automation projects. They allow you to store specific information so that the Robots can easily have access to it.

Additionally, an extra level of security is provided, as all credentials stored here are encrypted with the AES 256 algorithm. They can be invoked by RPA developers when designing a process, but their values can be hidden from them. The Assets page enables you to create new assets. It also displays all previously created assets, which can
be edited or deleted.

To access the Asset page, you click Assets tab in the left menu. After clicking, the system opens an Asset Listing where all the Assets are located.

image-20221028172721-18.png

NoColumnDescription
1ActionAvailable actions to manage the Assets. Includes:
Edit: allows you to edit the details of each Assets
Delete: allows you to delete selected Asset
By selecting the Checkbox corresponding to each Asset, the delete option
will appear beside the Filter option and allow you to delete the Asset from the Center

! Selecting the Checkbox next to Action will select all Assets in display and allow you to bulk delete selected them
2NameThe name of the assets
3TypeMandatory. The following options are available:
Text - assets that can store string values. This is the default option.
Bool - assets that can store a true or false value. If you select this
option, the Value field displays two radio buttons (True, False).
Integer - assets that can store integers.
Credential - assets that can store credentials. If you select this option the Value field is replaced by two others: Username and Password.
4ValueThe value assigned to an asset:
Common Value - the default value received by every agent, unless a
specific value is assigned to an agent.

Value Per Agent - a value received only by the specified agent.
If Common Value is disabled, at least one agent value must be provided
5Created byThe user who created the Assets.

a. View an Asset

To view an Asset, you click Eye button:

image-20221028172822-19.png

The system shows the details of workflow as below:

image-20221028172847-20.png

b. Search Asset

This option allows you to search Asset by name, or select Asset type, kind of Asset:

image-20221028173019-21.png

NoColumn /LabelDescriptionTypeMaximumInput Requirement
1Search boxEnter the name of the asset you want to searchString  
2TypeSelect the type of the asset you want to searchDropdown list  
3KindSelect the kind of the asset you want to searchDropdown list  

c. Create/Edit an Asset

In order to create an Asset, on the Assets page, click Create new.

image-20221028181706-22.png

When you want to edit an existing Asset, click the Edit button as below: 

image-20221101105055-5.png

Alternatively, you can access the Details page of said Asset and select the Edit button.

image-20221101105150-6.png

The system will display the form for you to create/ Edit an Asset:

image-20221101105313-7.png

NoColumn/ LabelDescriptionTypeMaximumIs Mandatory?Input Requirement
1NameEnter the name of the asset you want to create/editString255 charYes 
2TypeSelect the type of the asset you want to create/editDropdown list Yes 
3Common ValueThis means every agent can access the asset you are creating/editing    
4ValueDepending on the type you chose Enter/select the value of the assetString500 charYes 
   Bool YesBy default, True is selected.
   Int32500 charYes 
   Credentials YesBoth User and Password needed to be filled
5Value Per AgentThis means only agents that are chosen by you can access the asset you are creating/editing   You can add multiple choices, but you can only add one by
one
6AgentSelect the agent you want to give rights to access the asset you are creating/editingInput searchingNo limitYes 
7ValueDepends on the type you chose Enter/select the value of the asset you are creating/editingString500 charYes 
   Bool, SingleChoice Yes 
   Int32500 charYes 
   Credentials YesBoth User and Password needed to be filled

d. Delete an Asset

To delete a task, you click the Delete button of the corresponding Asset.

image-20221101104746-3.png

Alternatively, you can select the checkbox before each Asset and the Delete button will show up next to the Filter button. Tick the Checkbox next to Action will allow users to select all displayed Assets for bulk delete.

image-20221101104914-4.png

e. 2-level asset management

This feature allows the admin to manage assets with 2 levels.
Level 1: The admin can assign all values in an asset to an individual or a group of individuals. Only the assigned person or group can view and edit it.

1695035724812-354.png

Level 2: The admin can assign a specific value within the asset set to an individual or a group of individuals. Only the assigned person or group can view and edit the value.

1695035642475-624.png

Note: Admin can only use either level 1 or level 2 for an asset, but not simultaneously.

  
Navigation