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

614 total results found

Hiring - Product Team

O365 (WOPI) Integration

SignalR

Partner & Strategic Customers

Processes specific to our partners and strategic customers.

Team Process

Offloaded Operations

Development

Documentation of all Offloaded Operations from a development perspective

Offload
Mass Apply
Template Sync

Azure Functions

Azure

Interviewing for Engineering

Hiring - Product Team

Utopia SignalR

SignalR

Caselle

Partner & Strategic Customers

NYL

Partner & Strategic Customers

Azure App Config

Azure

Previewer Setup for Local Environment

Development Setup and Configurations

Use Docker To get the Previewer Up and Running: For local use Taken from Accusoft’s Try It link:Accusoft: Try It!  Make sure you have stopped Prizm and Prizm Application Services so the ports won’t conflict Download Docker Desktop (Windows): Docker Deskto...

OCR Worker Local Setup

Development Setup and Configurations

Keep in mind that these are the instructions that were used during testing of the OnPremise/Master merge that happened Download Accusoft ImageGear  (it is NOT a service) Install it with the evaluators license Inside of appsettings.json set "RunAsService" ...

Windows Services

Development Setup and Configurations

Server Service: First, we need to publish the Utopia Project. After that we need to create the service by running the command (use Admin Command Prompt):SC CREATE "ServerService" binpath="C:\Projects\Efilecabinet\Utopia\Utopia\Utopia\bin\Release\netcoreapp...

LEGACY: ElasticSearch Backup/Restore from S3

Atlantis Search Elastic Search

Steps to restore an ElasticSearch Snapshot from an S3 backup: *make sure same version for less issues Install S3 plugin allow insecure settings (on local ElasticSearch instance)a. open ProgramData -> Elastic -> ElasticSearch -> config -> jvm.options...

PrizmDoc Resources

Development Form Fill

Sample Projects:prizm-samples-mvc.zipprizm-samples-webforms.zip

File Request Recipient

Development Form Fill

File Request - Form Fill Create

Development Form Fill

UI Mockups

Development Form Fill

2 buttons added to previewer, Icon to indicated that a document has form fill. Form Template button in bottom right is still a pending discussion (4/9/2020) Previewer Adding a default Template Library to store Form Definitions Designer View - Allow linking ...

Form Fill User Experience

Development Form Fill

Phase 1: Add manual push using Form Template in the Profile Dialog of Right pane menuExpose Anonymous File Requests and Share in WorkflowAdd step in workflow to push profile using form fillAdd file request container type that uses a file and form fill templat...

File OCR Worker debugging (2021)

Development Utopia

This is the instruction how to debug OCR worker.a. If you no need to use FREngine In Program.cs comment row `FREngineOCRWorker.Initialize(Configuration); Put breakpoints Run File OCR Worker in Debug mode b. If you need to use FREngine FREngine can't...

How to run and Release Mobile

Development Setup and Configurations

Debugging the iOS app: Set efcMobileApp.iOS as the startup project Pair the Mac by clicking this icon: Make sure you are in Debug mode, not Release mode Click the down arrow on the start options, and pick the device you want to simulate - Remote Device w...

How to Create Zonal OCR MSI Installer

Legacy - Zonal OCR

Prerequisite: MSBuild and signtool should be present on machine ZonalOCR project should contain all required dlls and should build without any errors You should be running the project in Visual Studio 2019 (not 2022 or later) Steps: Open ZonalOCRIns...

Utopia Bundle Installer build instruction

Development Utopia

Build all components which should be included into installer1a. If PrizmDoc should be included, PrizmInstaller project should be built as well. Do not forget to specify PrizmServer license key into the Strings resource of PrizmInstaller.1b. If ElasticSearch ...

Azure Active Directory SAML Configuration (2020)

Development Utopia

In Azure search for "Enterprise applications" On "Enterprise applications" click "New application". Then click "Non-gallery application" Put whatever you want to the name field (I named it "TestSaml") and press "Add" On your app page select "Single sign-o...

OneLogin SAML SSO Configuration

Development Utopia

Create developers OneLogin Account. After the registration go to Applications page and push Add App button. In the search field print "SAML" and select SAML Test Connector (Advanced). Save application. Navigate to SSO tab. There are three URLs and certif...

Entity Framework Code First

Development Utopia

Difference between code first and DB first In code first approach we have entity to tables mapping in the C# code instead of .edmx XML file use a general connection string. We don't need to specify configuration files in the connection string We cr...

Code First Training Video

Development Utopia

https://youtu.be/goRtW-1c_BY

Entity Framework Optimizations

Development Utopia

Entity framework does not have great performance when dealing with large batches of data. We've compiled this list as a reference so that our batch operations can be efficient as possible. Please Read these Articles https://weblog.west-wind.com/posts/2014/de...

Adding a new Email Type

Development Utopia

Steps required to add a new email type Add the new email type to the EmailEnum in UtopiaSharedClasses Add the new email template inside of UtopiaSharedResourcesYou must add both an efilecabinet and a SecureDrawer version of name format:xx_eFileCabinet.html...

Utopia External Login Instructions and Options

Development Utopia

Utopia External Login Instructions and OptionsThis file is to explain how to create an external login page and the options availableExternal Login Instructions Create an iframe with the src set to "~/#/extLogin/" (replace ~ with host site) Examples: <if...