Scripts Flashcards

(19 cards)

1
Q

What are Relativity Scripts?

A

Relativity Scripts are artifacts that allow access and modification of data stored in Relativity SQL databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the recommended integration mechanism instead of using scripts?

A

APIs/Services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When should you use Relativity Scripts?

A

Only when an appropriate API is not available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do changes to SQL fields executed by Relativity Scripts not produce?

A

Audit logs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Who can write scripts in Relativity?

A

Only users who are members of groups with the appropriate permissions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What permissions do System Admins have regarding scripts?

A

Preview, edit, and create scripts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens to a locked script in Relativity?

A

It appears as read-only and cannot be edited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What must be done to personally-created scripts when upgrading Relativity?

A

They must be tested and revalidated before running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is it recommended to make a copy of a script used in a custom development project?

A

Software updates may modify the scripts provided by Relativity, causing unintended results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the first step to create a new library script in Relativity?

A

Navigate to the Relativity Library Scripts tab in Admin.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What happens if there are errors in the script body when creating a new script?

A

An error message will identify the line and position of the problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is required to select an existing library script?

A

Navigate to the Scripts tab and select the script.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What must be set to True to create a new workspace script?

A

AllowAddOrEditScripts instance setting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the process to add a library script to the Script tab?

A

Select from Script Library, choose the script, and click Save.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the Is Link column indicate when a library script is added to a workspace?

A

It indicates whether the script is linked to the Script Library.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the first step to run a library script?

A

Navigate to and select the Scripts tab.

17
Q

What are the potential impacts of running a script in Relativity?

A

Scripts can have complex impacts; only expert users should create and run them.

18
Q

Fill in the blank: Relativity Scripts are a tool to access and modify data stored in _______.

A

Relativity SQL databases

19
Q

True or False: All data is available in SQL databases accessed by Relativity Scripts.