Code Monkey home page Code Monkey logo

icemortgagetechnology / loconnect-custom-tool-sample Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 3.0 50 KB

This is a sample custom tool application where a financial institution created a custom tool that allowed its Loan Officer to search for account information of their existing borrowers through their external account system and populate accounts of the borrower/co-borrower within the custom tool. User can then select and add the assets directly into LOConnect assets screen.

HTML 17.77% CSS 21.88% JavaScript 60.35%

loconnect-custom-tool-sample's Introduction

loconnect-custom-tool-sample

This is a sample custom tool application where a financial institution created a custom tool that allowed its Loan Officer to search for account information of their existing borrowers through their external account system and populate accounts of the borrower/co-borrower within the custom tool. User can then select and add the assets directly into LOConnect assets screen.

Setup

Run the following commands after cloning the repo

    npm install --> installs the dependencies
    npm start --> Starts a live server that runs the app locally

Getting objects to work with

    if (elli && elli.script) { // This would be true if the package (em-ssf-guest) is installed
            elli.script.guest.create('', document.head);
            // loanChangeEvent will be fired everytime you call setField function
            elli.script.subscribe('loan', 'change', loanChangeEvent);
    } 

Get loan & auth object like:

    const authObj = await elli.script.getObject('auth');
    const loanObj = await elli.script.getObject('loan');

You can then call methods exposed on these objects: For example:

    authObj.getUser(); OR
    loanObj.all();

Custom Tool Implementation Guide

For more information on how to implement custom tool in LO Connect, please click on the link below:

https://help.elliemae.com/documentation/developer-connect/documents/LOConnect_CustomTools.pdf

loconnect-custom-tool-sample's People

Stargazers

Richard Kennedy avatar Pug avatar  avatar  avatar Spencer Simons avatar Aaron Lawrence avatar

Watchers

James Cloos avatar Anthony avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.