Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

615 total results found

Virtualization and Infinite Scrolling

Atlantis React Code Style and Architecture

Virtuoso Library We use a library called Virtuoso to do both virtualization and infinite scrolling of flat lists. I say 'flat lists' because we tried to use virtuoso in in our node tree component, but it had issues rendering nested lists that used virtuoso, s...

Running WebViewer Locally

Development PreviewerX (Apryse)

Local Webviewer Server with Local Utopia Preface This guide is assuming you already have previewerX building and running. If you leave the Web Server Url and 'Connecting to local Utopia and Webviewer' checkbox unchecked, PreviewerX will run client side only ...

Things we want document

Atlantis Component Library

Vanilla Extract Bootstrap strategy (bootstrap variables and overriding style) what specific styles (like colors and fonts) should exclusively be managed in component library

Email Alias to new Revverdocs.com domain transition

Rebrand

Admin Changes Steps to be done by an admin: Change domain in Google Change domain in Azure AD Change domain in Slack Change domain in TalentLMS Change Revver database for new domain Change username in Visual Studio (unverified) Change username in Gon...

Lead Imports

Salesforce All - General Salesforce Materials

If you need to have the Salesforce Team import Leads for you from a list (i.e. a spreadsheet/csv), please see below for instructions, policies, etc. We have provided a template for you as a related attachment on this document. See "Attachments" section. What...

State/Country Picklist & Code Values

Salesforce All - General Salesforce Materials

We use picklist fields for all standard Address fields in Salesforce. This means that the State/Province and Country fields must be valid picklist values. "Under the hood", Salesforce has ISO Code fields for the State/Province and Country fields as well. Thes...

USB Data Transfer Disablement Policy / Removeable Media Policies

General Info IT Policies

Policy Statement: This policy outlines the guidelines and restrictions regarding the use of USB ports for data transfer on all corporate computers within Revver. The purpose of this policy is to enhance data security, prevent unauthorized access, and mitigate...

Cert Refresh for Local Atlantis Projects

Atlantis

Open file explorer, navigate to %appdata%/ASP.NET/https and clean out the contents - these are all the old certs that have been cached. In Visual Studio, Open the Package Manager Console and run the following commands one at a time: PM > dotnet dev-certs htt...

Http Client

Development Technologies

you should use either long-lived clients and set PooledConnectionLifetime (.NET Core and .NET 5+) or short-lived clients created by IHttpClientFactory. *see HttpClient guidelines for .NET - .NET | Microsoft Learn How? In the Startup file (or Program.cs ...

Troubleshooting

Active Directory Sync Tool

LDAP Query References some helpful prebuild queries can be found here the following is basically active users (technically its object is a user, not a contact, has an email, and is not inactive)  (&(objectClass=User)(!objectClass=Contact)(mail=*)(!userA...

Windows login reminder bug

General Info Tips and Tricks

Several employees are seeing a bug where a "Windows logon reminder" notification will say that "Your password has expired." This notification will come up daily even after changing your password.  Until this bug is fixed by Windows, the simplest solution i...

Our Team

Salesforce & Systems Team Info

Anna Maruji, CRM Solutions Manager Alex Whetstone, Junior Salesforce Administrator

Submitting a CRM Ticket

Salesforce & Systems Team Info

If you have any bugs to report, enhancement requests, or other needs, please submit them via the CRM Request Flow that can be found on the top-right of the home page of any Salesforce application, as shown below. Please avoid sending these types of requests by...

When Taylor is out

Who to Contact

Security questions about Revver or security questionnaire questions: - Brian Rice If a requestor (mainly sales) reaches out about a customer wanting to see security documentation, share this link with them (NDA needs to be in place before any informat...

Editing the Utopia Pipeline Postman Tests

QA Postman API Tests

In Postman, export the collection and replace the file located at C:\Projects\Utopia\Utopia\Postman\Tests\Regression Test and create a pull request and get the necessary approvals. In Postman, export the environment variable (if any changes were made, if ...

Reading the Error Log in the Postman Auto-Tests in the Pipeline

QA Postman API Tests

Click on the Run Postman Tests job. Click on the Deployment Failed task Click to open the Azure CLI step. 4. Scroll toward the bottom of the log and you'll see a Blob link for the Utopia Regression Tests.  Hover over it, and a toast message will app...

Automages Agile Role Descriptions

Automages Agile/Scrum

Team board management summary Project Manager (Brock): Manages Features Creation Add description Add acceptance criteria Determines feature value for prioritization Prioritize product backlog Manages QOE stories and priority Final say on spr...

Re-Indexing API

Atlantis Search Elastic Search

ElasticSearch API Documentation can be found here You can copy documents from one index to another by using the Reindex API. This was useful during beta testing to create a new index with a different shard count and copy all the documents to the new index, wi...

To share security documentation through Revver's automated process

Sharing Security Info/Docs with Clients...

This process is for initiating Revver's Mutual NDA process for sharing security documentation with Clients/Customers.  ** If a customer requests to use their own NDA, please still follow this process through step 4 of this section, then proceed to section 2...

Local Testing

Development Setup and Configurations

Test Utopia local changes in Atlantis local Check that Utopia appsettings.json has:  "Environ": "Staging", "Region": "LocalToStage" In Utopia file SystemResourceController.cs search for AtlantisFrontendUrl = UtopiaSettings?.AtlantisFrontendUrl an...