Access Upvise Standard apps database tables

You can query other application database tables using the Query.select(table, columns, where, orderby) method. Make sure you use the fully qualifed name for table which is appid.tablename

View All Tables in your Upvise Database

You can download a copy of your entire SQLite database and browse the data and the table structures on your computer with a compatible SQLite database file viewer (SQLite Browser for example).

contacts.companies

column namedesription
idprimary key
namefull name
phone
faxcompany fax
emailcontact email
websiteweb site URL
note
street
zipcodepostal code
city 
state
country
mapurlgeo-coordinates of contact address lat,long
groupidid of the contact group in the contacts.groups table
regionidid of the contact region in the contact.regions table
creationdateDATE
owner

contacts.contacts

column namedescription
idprimary key
namefull name
jobtitlecontact job title
companyidid of the company in the contacts.companies table
emailcontact email
email2contact email2
mobilemobile phone number
faxcontact fax
phone2
skypenamecontact skype id
street
zipcodepostal code
citycity address
state
country
note
webpage
groupidid of the contact group in the contacts.groups table
owner
regionidid of the contact region in the contacts.regions table
productid
mapurlgeo-coordinates of contact address lat,long
salutation
creationdateDATE

contacts.groups

column namedescription
idprimary key
namegroup name
ownerowner

contacts.regions

column namedescription
idprimary key
nameregion name

sales.products

column namedescription
nameproduct name
codeproduct code
type0:product, 1: service (INTEGER)
dateproduct date (DATE)
description
manufactureridid of manufacturer in contacts.companies table
categoryidproduct category id in the sales.cateogries table
priceREAL
currency
discountREAL
vatREAL
purchasepriceREAL
unitidid of inut in the sales.units table
ownerowner

sales.categories

column namedescription
idprimary key
namecategory name
accountidid of account in sales.account table

sales.units

column namedescription
idprimary key
nameunit name

forms.forms

column namedescription
idprimary key
nameform name
ownerform owner
dateform creation date (DATE)
templateidform templateid from the forms.templates table
statusstatus 0:draft, 1:submitted (INTEGER)
value JSON string containing all field values for the form
addressform address
geoform geo-coordinates in the format lat,lng
linkedtablename of the table of the linked record in the format appid.tablename
linkedidprimary key of the linked record in the linkedtable table
groupidprimary key of the form group in the forms.groups table

Tasks App

tasks.tasks

column namedescription
idprimary key
nametask name
duedateDATE
startdateDATE
statusINTEGER. 0: open, 1: completed
priorityINTEGER. 2 is high priority
noteTask description
owner
listidid of the task list
projectidid of the linked project
contactidid of the linked contact
companyidid of the linked company
opportunityidid of the linked deal
assetidid of the linked asset

System.files

column namedescription
idprimary key
namename of the file
dateDATE.Creation date of the file
ownername of the owner of the record
linkedtablefully qualified name of the external table for thisrecord. example "myapp.mytable"
linkedrecidid of the linked record for linkedtable
mimeMIME type of the file
sizeINTEGER. Size of the file in bytes
folderidid of the folder for the file
versionINTEGER. version number of the file
externalurlURL of the file in case of a referenced file from Google Drive or Dropbox