Process

Process builder


With ProcessVerse you can instantly build complex Processes with data hierarchies in multiple ways. Once built you have instant access to add data via web. Your data will be saved and private. By combining multiple data structures, you have created a web application which is instantly available to use.

  • Visually

    Use our Data Structure designed to rapidly build out complex structures.

  • Verbally

    Speak directly to create a complex Data Structure.

  • Simple Text

    Type simple commands to create structures.

  • Import (JSON, Excel, CSV)

    Import existing data structures.



What are Data Structures and Data Hierarchies?

A simple data structure for example would be your customers table of data. It may include Company Name, Address, Business Type, Date Signed, ect.. A hierarchical data structure would be the Payments table under the Customer.

  • Customer
      Payments

Now lets expand on this structure to make it a bit more complex.

  • Customer
    • Addresses
      Contacts
      • Addresses
      Invoices
      • Payments

Finally these objects have fields associated the them,
lets see what that structure looks like.

  • Customer
    • Company Name
    • Company Type
    • Number of Employees
    • Date Initial Contract Signed
    • Address
      • Address Street
      • Address Street 2
      • City
      • State
      • PostalCode
      • County
      • Country
      Contact
      • First Name
      • Last Name
      • Middle Initial
      • Cell Phone
      • Email
      • Website
      • Contact Hours
      • Contact Days
      Invoice
      • Invoice #
      • Date
      • Date Due
      • Date Paid
      • Amount Due
      • Amount Paid
      • Invoice Items
        • Item Number
        • Product Id
        • Cost Per Unit
        • Quantity
        • Title
        • Description
    • Payment