ProcessVerse UI

User Interface Builder


With ProcessVerse building data and processes is simple. But what's great is that it also generates usable UI components! This means that your (example) 'Customer' object has these page views instantly: Adds, Edits, Grids, Details, Hierachial Grids. You can run your app here instantly or use the API to add you your exiting site or application.

Here's an example of adding a Customer DataGrid in HTML.

             
            <div id="dgGrid"
            data-type="datagrid"
            data-object-name="Customer"
            data-object-id="1234"
            ></div>
        
             
        

Notice that the grid has all the tools needed built-in for data management. Filtering, sorting, exporting and add/edit/delete options are ready to use. Of course, you can set permissions based on user roles also.