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

Quality Prospect Conversations Guide

BDR Sales Enablement

What is a Quality Prospect Conversation? The purpose of a QPC is to effectively schedule the first AE sales call (discovery/ alignment) and sell the value of the next step. Benefits of the framework: identifying whether or not the call/ connect was a quality...

SQL Approval Process

Sales Processes & Tech Stack

Appointments Set (BDR) 📌 Set appointments as usual. Events in SFDC look like this: Requirements/ Key Activities For a deal to be considered an SQL, all of the following must be completed: [ ] Discovery call booked (on the calendar, agreed to by the prosp...

6sense Sales Alerts

Sales Processes & Tech Stack

6sense Reference Guide for Sellers

New Customer Onboarding Kickoff

Handoffs & Introductions

Onboarding Kickoff Prior to a closed won, the AE should have identified the customer's start date for onboarding. The mutual action plan next steps tab is the best place to capture this information, especially with Net 30 terms or onboarding set outside of a ...

Battle Cards

Sales Assets

DocuWare Battle Card Laserfiche Battle Card M-Files Battle Card Microsoft/ SharePoint Many of us like to refer to SharePoint as a competitor, but SharePoint is really nothing more than an intranet builder. Without OneDrive behind it, you can't even...

Rubex Reports slick, resources, and videos

Development Rubex Reports

CSM Training: https://drive.google.com/file/d/1FyJ0ghFSmBlU3gU_OIj-MBow3lixIBco/view?usp=sharing  Quick Tutorial: https://drive.google.com/file/d/1bmNXgrMi8fxXPO6MSfvA0g51XsIflqc6/view?usp=sharing Customer Facing Guide: https://vimeo.com/686033213/2dae251ffa...

6sense Sales Alerts

Enablement Session Recordings

6sense Sales Alerts Update - Recording 11/16/22 Alerts one-pager

Marketing Team

Company Directory

Name Can Help You With Whitney Goldstein Director of Marketing

Utopia Local DB Refresher

Development Setup and Configurations

The Utopia local database refresher solution is located in the Utopia repo in the UtopiaLocalDatabaseRefresher folder. Check that all the requirements are met before running: Make sure you've stopped the Microsoft Azure Storage Emulator PG Admin already...

FinOps Team

Company Directory

Name Can Help You With Russell Winfield SVP of Finance When you're not sure who in FinOps to ask Stock options questions Ashley Turney Corporate ControllerFinance Paycheck questions Audit questions ...

Custom Hooks Style Guide

Atlantis React Code Style and Architecture

When writing custom hooks follow guidelines as described in Code Ordering Style.  On top of code ordering, the following guildlines should also be followed return object should not have any inline functions. Functions on the return object should be declare...

snapshot s3 repository

ElasticSearch Postman Queries (pulled from reshard te...

Put: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_snapshot/s3_repository?pretty&verify=false Authorization:  

snapshot s3 repository restore

ElasticSearch Postman Queries (pulled from reshard te...

Post: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_snapshot/s3_repository/prod-snapshot-10-1-2020/_restore Authorization:

other queries

ElasticSearch Postman Queries (pulled from reshard te...

Get: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_snapshot/s3_repository Get: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_cat/indices/twi*?v&s=index Get: h...

reindex

ElasticSearch Postman Queries (pulled from reshard te...

Post: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_reindex Body: { "conflicts": "proceed",   "source": {     "index": "nodebaseindexitemindex"   },   "dest": {     "index": "rubex-usprod-esclusteri...

Settings

ElasticSearch Postman Queries (pulled from reshard te...

Put: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/rubex_usprod_idx_012022/_settings/ Body: {     “index”:{     “refresh_interval” : “-1” } } Put: https://vpc-rubex-elasticsearch-prod-8-6-soql...

mapping

ElasticSearch Postman Queries (pulled from reshard te...

Put: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/rubex_foo/_mapping   Body:   {   "settings" : {       "number_of_shards" : 90,       "number_of_replicas" : 0     },               "analyzer" : {   ...

new index

ElasticSearch Postman Queries (pulled from reshard te...

Put: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/rubex_usprod_newindex2022   Body:   {   "settings": {     "index": {       "number_of_shards": 90,         "number_of_replicas": 0,      "analysis" :...

mapping with parameters

ElasticSearch Postman Queries (pulled from reshard te...

Put: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/rubex_usprod_idx_012022/_mapping/nodebaseindexitem   Body:   {      "properties" : {           "accountID" : {             "type" : "integer"         ...

wait for completion

ElasticSearch Postman Queries (pulled from reshard te...

Post: https://vpc-rubex-elasticsearch-prod-8-6-soqlodwed3jcm7gcbrpwhguh7a.us-east-1.es.amazonaws.com/_snapshot/s3_repository/prod-snapshot-10-14-2020?wait_for_completion=true Authorization: Body: { "type": "s3", "indicies":"fileindexitemindex", "sett...