Appacitive Entities

The building blocks of Appacitive

What is a Type?
In Appacitive, a Type describes the nature of an Object as well as it's structure and contents. Each Schema is the model representation of a distinct ty...
Thu, 9 Jan, 2014 at 5:18 PM
What are the minimum requirements for creating a Type?
 The minimum requirements for creating a Type are - It should have a name It should have a description It is not mandatory to have any Pr...
Thu, 9 Jan, 2014 at 5:19 PM
What Types are created out of the box?
Two Types are provided to the users when they create an application in Appacitive. They are: 1. User 2. Device These Type also have some...
Thu, 9 Jan, 2014 at 5:26 PM
What are Properties?
Properties are pertinent information for a Type or a Relation, used to define their content structure. Constraints on the content can be enforced through ru...
Thu, 9 Jan, 2014 at 5:27 PM
What are the minimum requirements for creating a Property?
 To create a Property, the minimum required fields are - The name of the property The data type of the property
Thu, 9 Jan, 2014 at 5:29 PM
What are the different Data Types we can use with a Property?
 The different Data Types that are supported are - String Text Integer Decimal DateTime Date Time Geography Boolean
Mon, 23 Sep, 2013 at 11:41 AM
What is the difference between String and Text data types?
While both string and text properties are used to store string content, there are 2 major differences between them which you should consider when choosing o...
Thu, 12 Sep, 2013 at 4:28 PM
Which Date and Time formats do you support?
Date, Time and DateTime are stored in ISO 8601 format. The formats are as follows. The components and punctuation should be exactly as shown. ...
Tue, 10 Sep, 2013 at 2:44 PM
What validations can I set on Properties?
While creating a property you can set certain constraints to it. Constraints like - I want my username and password to be mandatory, my username to be uniqu...
Mon, 23 Sep, 2013 at 11:41 AM
What is a Relation?
A Relation denotes a logical connection that can exist between a pair of Type. Each relation has an associated multiplicity. A Relation in Appacitive is...
Thu, 9 Jan, 2014 at 5:40 PM