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

111 total results found

Modules

Development Integromat

As of 10/06/2020, we have 4 modules built: Download a file From eFileCabinet to another source Uses connection "eFileCabinet oauth2" Required Inputs Using Mappable Parameters File A way for the user to dig into the file structure to find ...

On Premise Design Plan - 2019

Development RPC

Server Application Update and Versioning - DSR· There should be notifications when the update is available· Onlineo BatchWorker checks for the new version in the shared location and in the networko BatchWorker downloads a package and stores it in the folder fo...

Utopia Articles of Permissions (2020)

Development Utopia

Utopia Articles of Permissions This file is to explain the over-arching permissions strategy Node Permissions Every node inherits it's permission set from it's parent by default. a. A node's permission set consists of accumulating all permissions o...

Utopia Architecture Notes (2020) Has Changed

Development Utopia

Download link: Utopia Architecture Notes.docx DataAccess Notes Contains DB entities Method Classes Used for uniform retrieval of data from the database that doesn't require knowledge of business rules Used by BusinessLogic to compous various, reusab...

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...