-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the VisualVault-Implementation-Library wiki!
Purpose of this site is to provide a location where Implementation teams can acquire libraries of code to more quickly implement VisualVault processes and business rules.
The site is organized in the Client Side scripts and Web Services (NodeJS scripts). On the Web Services side we name the functions in the following format:
Lib + VisualVault Functional Area + Name/Purpose of the script (ex: LibFormUpdateorPostandRelateForm)
Under Web Services a folder representing each library function will exist. Inside of that folder you will find the library function, web services examples to call the library function and client side scripts to call the web service examples. These should be baselines for starting to use the library function.
If you are a partner, you can send library functions you create to the VisualVault Professional Services team to have your library function added to the library. We will review your submissions, quality check, standardize and then upload libraries that would benefit everyone. It would be best that you provide code examples starting with the client side call to call a web service and the web service calling your library web service. We encourage you to make your library functions as robust as possible so that it will handle all of the potential outcomes and error handling. Please follow our coding guide (Included in this repository) for these functions as well to ensure that the consumption of these libraries are unified for all customers.
We hope this library helps your organization.
Thanks;
VisualVault Professional Services