Scripts Flashcards
(19 cards)
What are Relativity Scripts?
Relativity Scripts are artifacts that allow access and modification of data stored in Relativity SQL databases.
What is the recommended integration mechanism instead of using scripts?
APIs/Services
When should you use Relativity Scripts?
Only when an appropriate API is not available.
What do changes to SQL fields executed by Relativity Scripts not produce?
Audit logs
Who can write scripts in Relativity?
Only users who are members of groups with the appropriate permissions.
What permissions do System Admins have regarding scripts?
Preview, edit, and create scripts.
What happens to a locked script in Relativity?
It appears as read-only and cannot be edited.
What must be done to personally-created scripts when upgrading Relativity?
They must be tested and revalidated before running.
Why is it recommended to make a copy of a script used in a custom development project?
Software updates may modify the scripts provided by Relativity, causing unintended results.
What is the first step to create a new library script in Relativity?
Navigate to the Relativity Library Scripts tab in Admin.
What happens if there are errors in the script body when creating a new script?
An error message will identify the line and position of the problem.
What is required to select an existing library script?
Navigate to the Scripts tab and select the script.
What must be set to True to create a new workspace script?
AllowAddOrEditScripts instance setting.
What is the process to add a library script to the Script tab?
Select from Script Library, choose the script, and click Save.
What does the Is Link column indicate when a library script is added to a workspace?
It indicates whether the script is linked to the Script Library.
What is the first step to run a library script?
Navigate to and select the Scripts tab.
What are the potential impacts of running a script in Relativity?
Scripts can have complex impacts; only expert users should create and run them.
Fill in the blank: Relativity Scripts are a tool to access and modify data stored in _______.
Relativity SQL databases
True or False: All data is available in SQL databases accessed by Relativity Scripts.
False