Search: create-file-permission

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

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

[2] Roles

Last modified by LongVA on 2023/05/12 10:02
Rendered document content
Manage User Roles Insights supports 2 main permissions: ADMINISTRATOR_RESOURCE & DATASET_RESOURCE. From 2 basic permissions, users can be assigned different roles. The impact of permissions on the system is outlined in the following table: Permissions ADMINISTRATOR_RESOURCE DATASET_RESOURCE Assign
Raw document content
** == Insights supports 2 main permissions: ADMINISTRATOR_RESOURCE & DATASET_RESOURCE. From 2 basic permissions, users can be assigned different roles. The impact of permissions on the system is outlined in the following table: |(% style="background-color:#f0f3f5" %)**Permissions**|(% style="background-color:#f0f3f5

[2] Role Management

Last modified by admin on 2023/07/04 16:25
Rendered document content
akaBot incorporates a role and permission-based access-control framework. Roles are sets of permission, which means that the permissions required to access and control specific Center resources are assigned to roles. In other words, Users were not given permission to certain resources but will get
Raw document content
="wikigeneratedid" id="H" %) akaBot incorporates a role and permission-based access-control framework. Roles are sets of permission, which means that the permissions required to access and control specific Center resources are assigned to roles. In other words, Users were not given permission to certain resources

Append Line

Last modified by DatPT on 2023/04/14 13:59
Rendered document content
string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched
Raw document content
, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory
to, if the file is not created, create a new file and write line content to it. If the path is not full, the file
that created in project folder) * **Text (String)*** – The text to be appended to the file. You can create

[1] User Management

Last modified by admin on 2023/07/04 16:21
Rendered document content
permission for each role will be explained in the Role Management section. b. Create/Edit a User To create
Center are contingent on the roles they have been designated. Users can be created in the Center
* ROLE_ROBOT A user can have more than one role. Details about permission for each role will be explained
Raw document content
role. Details about permission for each role will be explained in Role Management. |7|Created date|The date when the user is created |8|Modified by|The last person who modified the user’s information |9
of akaBot Center are contingent on the roles they have been designated. Users can be created in the Center

Write Text File

Last modified by DatPT on 2023/04/17 10:01
Rendered document content
not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path
\inputfile.xlsx" or “inputfile.xlsx”(for file that created in project folder) Text (String)* -  The text
[Input] text to the file specified in [File Name]. If file don’t exists, will create file [FileName
Title
Write Text File
Location
Write Text File
Raw document content
. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created
folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx”(for file that created in project
in [File Name]. If file don’t exists, will create file [FileName]. If file have value, Overwrite [input

Get Files

Last modified by DatPT on 2023/04/14 14:54
Rendered document content
(From) (DateTime) – Looks for files create from this date onward. Left blank if the created time is unknown. E.g: 4/4/2021 9:00 AM Creation Time (To) (DateTime) – Looks for files that are created up
RCA.Activities.Core.GetFiles Description This activity allows you to return the names of files
Title
Get Files
Raw document content
** * **Creation Time (From) (DateTime)** – Looks for files create from this date onward. Left blank if the created
that are created up to this date. Change to //DateTime.Now// to look for files up to the current run time
== **Description** == This activity allows you to return the names of files (including their paths) in a specified

Read Text File

Last modified by DatPT on 2023/04/17 09:56
Rendered document content
a specified file and store it in a String variable. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is created in the project folder. E.g
in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” (for file that created
Title
Read Text File
Location
Read Text File
Raw document content
, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx
\inputfile.xlsx" or “inputfile.xlsx” (for file that created in project folder) **Misc** * **Public (Checkbox
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file

[2] How to use akaBot Studio

Last modified by VuNH54 on 2023/04/13 15:54
Rendered document content
base, generating the PDF files, sending emails… This document aims to guide you how to use the akaBot
allows you to easily access to specific functionalities as below: # Panel Description 1 File Display the functionalities which you can use to operate on the file. 2 Home Display the functionalities which you can use
Raw document content
on web, on desktop, working with data base, generating the PDF files, sending emails… This document aims
: |=#|=Panel|=Description |1|File|Display the functionalities which you can use to operate on the file. |2|Home
:16px" %)**I. File Panel**(%%) ==== To access the File panel, click File at the top left corner

Customize Dashboards

Last modified by admin on 2023/12/11 17:19
Rendered document content
Creating New View To create a new views, take the following steps: Step 1: Users click on Edit
on the preferences and purposes of the creator. Step 2.1: To create a new worksheet, users can either click
on Worksheet on the menu bar, then New Worksheet Step 2.2: To create a new dashboard, users click
Raw document content
== (% style="font-family:Arial,Helvetica,sans-serif" %)**Creating New View**(%%) == (% style="font-family:Arial,Helvetica,sans-serif" %)To create a new views, take the following steps: (% style="font
of the creator. ))) (% style="font-family:Arial,Helvetica,sans-serif" %)Step 2.1: To create a new worksheet

[1] Installation

Last modified by JP Comtor on 2023/11/14 10:41
Rendered document content
with another port. Installation 1. MySQL 8.0 1.1. Create new database for conductor by the following sql create database automationinsight; 1.2. Config mysql connection: open file application-prod.yml 2
throught akaBot Center Open file application-prod.yml Scroll to the bottom of that file and you can see
Raw document content
port. == **Installation** == === 1. MySQL 8.0 === 1.1. Create new database for conductor by the following sql (% style="color:#3498db" %)create database automationinsight; 1.2. Config mysql connection: open file (% style="color:#3498db" %)application-prod.yml [[image:image-20230421141503-1.png]] === 2
next page » Page 1 2 3
RSS feed for search on [create-file-permission]
Created by admin on 2022/04/17 14:38