A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
The following commonly owned, co-pending United States patents and patent applications, including the present application, are related to each other. Each of the other patents/applications are incorporated by reference herein in its entirety:
U.S. patent application Ser. No. 13/313,918 entitled METHODS AND SYSTEMS FOR DESIGNING AND BUILDING A SCHEMA IN AN ON-DEMAND SERVICES ENVIRONMENT By Shannon Hale, filed Dec. 7, 2011;
U.S. patent application Ser. No. 13/314,111 entitled METHODS AND SYSTEMS FOR PROVIDING SCHEMA LAYOUT IN AN ON-DEMAND SERVICES ENVIRONMENT By Josh Lulewicz, filed Dec. 7, 2011;
U.S. Provisional Patent Application 61/525,578 entitled, METHODS AND SYSTEMS FOR DESIGNING AND BUILDING A SCHEMA IN AN ON-DEMAND SERVICES ENVIRONMENT By Shannon Hale, filed Aug. 19, 2011 Attorney Docket No. 48-71/725PROV.
One or more implementations relate generally to designing and building schema.
The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
In conventional database systems, users access their data resources in one logical database. A user of such a conventional system typically retrieves data from and stores data on the system using software applications installed on the user's own systems. A user system might remotely access one of a plurality of server systems that might in turn access the database system. Cloud computing allows users to access applications and services through a web browser. By doing so, users avoid having to download and install software applications onto their own machines. Cloud computing also allows for seamless upgrading of cloud based software by the provider, without inconveniencing the user of the software by requiring the user to be involved in the software upgrade process.
As cloud computing grows in popularity, there exists a need for tools that allow users to customize, develop, and enhance the systems the users use to better suit the users' needs. More specifically, online tools that allow a user to perform development through a web browser anywhere, anytime, or on any machine with a web browser and an internet connection. Many cloud computing services provide database and/or database like functionality. Unfortunately, cloud computing services do not provide convenient online tools for designing and building databases, or online database schema.
Accordingly, it is desirable to provide techniques for enabling the designing and building of schema in an on-demand services environment to improve the efficiency and convenience of system development.
In accordance with embodiments, there are provided mechanisms and methods for designing and building a schema in an on-demand service in a database system. These mechanisms and methods for designing and building a schema in an on-demand service in a database system can enable embodiments to provide users with an online tool for customizing, developing, and enhancing their online databases. The ability of embodiments to provide an online tool for customizing, developing, and enhancing their online databases can enable users to efficiently create and/or modify an existing database schema.
In an embodiment and by way of example, a method for designing and building a schema in an on-demand service is provided. The method embodiment includes providing a set of online tools to allow a user to define elements of a database schema, receiving user input that manipulates the set of online tools, and automatically altering the database schema based on the user input.
While the present invention is described with reference to an embodiment in which techniques for on-demand communities are implemented in a system having an application server providing a front end for an on-demand database service capable of supporting multiple tenants, the present invention is neither limited to multi-tenant databases nor deployment on application servers. Embodiments may be practiced using other database architectures, i.e., ORACLE®, DB2®, by IBM, and the like, or no database at all, without departing from the scope of the embodiments claimed.
Any of the above embodiments may be used alone or together with one another in any combination. Inventions encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all in this brief summary or in the abstract. Although various embodiments of the invention may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments of the invention do not necessarily address any of these deficiencies. In other words, different embodiments of the invention may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
In the following drawings like reference numbers are used to refer to like elements. Although the following figures depict various examples of the invention, the invention is not limited to the examples depicted in the figures.
General Overview
Systems and methods are provided for providing an online tool for designing and building a schema in an on-demand services environment.
As used herein, the term multi-tenant database system refers to those systems in which various elements of hardware and software of the database system may be shared by one or more customers. For example, a given application server may simultaneously process requests for a great number of customers, and a given database table may store rows for a potentially much greater number of customers. As used herein, the term query plan refers to a set of steps used to access information in a database system.
Next, mechanisms and methods for providing an online tool for designing and building a schema in an on-demand services environment will be described with reference to example embodiments.
Designing and Building Schema
System 100 may be a system for providing tools for displaying the schema in the schema builder one more processes executing on behalf of a tenant in a portion of a multi-tenant database system shared between multiple tenants. For example, a tenant may be one of multiple tenants sharing a database system with each tenant having the database system performing different requirements and functions for each tenant.
Server system 101 may be a system for serving clients of a multitenant database. Server system 101 may include multiple servers and/or multiple machines on which the server applications run. Server system 101 may be part of system 100. Server system 101 may include multi-tenant database for storing the tenant data, a database, and an application platform. Server system 101 may run machine instructions, and may include a memory storing machine instructions for a variety of applications. Server system 101 may receive requests from tenant machines (either directly from one of the tenant machines or via a web-based tool), compute a response (e.g., by retrieving data or running an application), and returns the results to the machine making the request. Server system 101 may be discussed further in conjunction with
Application platform 102 may be a platform for hosting a schema builder along with other tools in a multi-tenant database system. Application platform 102 facilitates the receipt, by the schema builder, of input from a user system via a network, and sends queries to a database (e.g., a multi-tenant database). In an embodiment, application platform 102 may include a schema builder. Application platform 102 may be the application platform that will be discussed in conjunction with
Schema builder 104 may be an online tool for performing various database functions such as viewing and modifying a schema of a tenant of the multi-tenant database system. The schema of a database may be the description of the structure of a database including the organization of data objects, the relationships of the data objects, and/or the constraints on the data objects. Schema builder 104 may be a tool accessed using any machine with a web browser and internet connection to customize, create, develop, and/or enhance the schema of the database system, which may be available to a user anytime and anyplace. In an embodiment, a user can use schema builder tool 104 to view and modify an existing schema. In an embodiment, schema builder 104 may graphically display all or selected portions of a schema. Schema builder 104 may also graphically represent the relationships between data objects of the schema. Database objects may be elements of data within a database system, or pieces of information that correspond, in some manner, to data in the database system. In one example, schema builder 104 may organize the data objects based on the relationship of the data objects with other data objects. Schema builder 104 may be a tool to describe and visualize the data objects, the fields of the data objects, and/or the relationships between the data objects in an interactive relationship diagram (e.g., an Entity Relationship Diagram format). In an embodiment, schema builder 104 may provide a canvas for displaying the visual description of data and a navigation window with options for selecting various data objects, defining the data objects, and/or viewing a visual depiction of the relationships between data objects (e.g., in an ERD format). The navigation window may list options for controlling which data objects are displayed, along with interface elements (e.g., check boxes) for selecting display options and/or for adjusting the manner the data objects are displayed on the canvas. Schema Builder 104 may also depict relationships among data objects that are displayed on the canvas, as mentioned above. Lookup relationships may be visually represented by lines connecting the related objects. In an embodiment, a database element (e.g., a field or a data object representing a field) of one table may look up and/or make use of data from another table. The relationship between the table that receives and/or makes use of the data that is looked up, and the relationship with the table that provides the information that was looked up may be referred to as a “lookup relationship.” In an embodiment, holding a mouse over a look-up relationship may cause an information box to appear on the screen with information about the relationship. Master-detail relationships may be visually represented by lines connecting the data objects related to one another in a master-detail relationship. The master-detail relationship is a special type of parent-child relationship between data objects where one data object is a master and the other data objects are children. The child object may describe details of the master object. In an embodiment, the relationship field is required for all detail records. In an embodiment, the relationship field cannot be changed after creating and saving the relationship field. The ownership and sharing of a detail record may be determined by the master data object. In an embodiment, when a user deletes the master record, all detail records are deleted. In an embodiment, a user can create rollup summary fields on the master record to summarize the detail records (a rollup is any aggregation of data, such as a total, median, average, or standard deviation). In an embodiment, the relationship field allows users to click on a lookup icon to select a value from a popup list, and the master object is the source of the values in the list. The connecting lines representing the master-detail relationships are of a different type (e.g., color, thickness, contiguity), having a different graphical appearance, than the lines representing the lookup relationships. Schema builder 104 displays a graphical representation of all data objects, fields of objects, and/or relationships between objects. The master-detail relationships and lookup relationships are represented with lines that may have different colors (and/or other visually distinctive characteristics) that help identify which type of relationships are being represented by the lines. The schema builder 104 may provide the ability to switch views between a view showing the labels of objects and fields and a view showing the API names of the same objects and fields.
Schema builder 104 may contain the various components that a user would use to view and/or modify an existing schema. Add objects 106 may be a process used to add data objects to the database (or portion of the database) the schema is a representation of, and in turn, a graphical representation of the data objects is added to the schema (e.g., a visual depiction of the data objects is rendered for display). Add objects 106, adds a data object to the schema. In an embodiment, add object 106, adds an existing object (e.g., an object that already existed in a database) to the schema. The data object may be chosen from the data object type such as standard data object or custom data object or system data objects. Adding a data object may involve selecting an interactive element from a list on the navigation window for adding (i.e. creating) a data object. In an embodiment, the interactive element may be a draggable icon, and data objects are created by dragging and dropping the icon onto the canvas.
Modify objects 108 may be a function used for changing characteristics of a data object. For example, modify objects 108 may be used to change the fields of a data object or the data in the fields of a data object. Modify objects 108 may contain add fields 110, which may be used for adding new and/or additional fields to a data object. Modify objects 108 may also contain modify fields 112, which may be used for modifying the contents and/or properties of fields associated with a data objects or modifying the name of fields of a data object. Modify objects 108 may also contain delete fields 114, which may be used for removing fields from a data object.
Delete objects 116 may be a feature used for removing data objects from a database, and in turn, Delete object 116 may also delete a visual depiction of the data object from a schema and/or from the display (e.g., the schema that graphically represents the data objects for display on the canvas). Drag and drop 118 may be an algorithm for adding data objects to a database, or modifying the data objects, in response to a user's interactions with schema builder 104. Drag and drop 118 may be a feature which can be used to conveniently add objects to a schema, create relationships between objects, and/or add fields to objects by dragging and dropping selections such as a selected menu item. For example, a user may use a pointing device such as a mouse to select a new custom object from a list of available schema elements, drag the new custom object onto the canvas for display, and drop the new custom object onto the schema.
Define objects 120 may be a feature used for initially populating the fields of a data object. For example, once a data object is added to a schema, a user may be presented with a dialogue box requesting the user to specify certain identifying information about the newly added object. In an embodiment, the identifying information may include the name of the data object, description of the data object, a label for the data object, and the plural form of the label for the data object.
View objects 122 may be an algorithm/feature for receiving a selection from a user of schema builder 104 that specifies which objects and elements the user wishes to have displayed. The algorithm of view objects 122 may then render a visual representation of the objects and elements in one or more display areas (e.g., canvas 415, and map 434, discussed below). For example, a user may choose an option for viewing all objects available for viewing via the schema or an option for viewing only a selected subset of the objects available for viewing via the schema. The user may choose an option for viewing or hiding relationships between objects. As discussed above, the algorithm of view objects 122 may handle the user's selections, and make the selected objects viewable or non-viewable, according to the user's selections. View objects 122 may also generate expanded and/or collapsed views of data objects in a schema. The algorithm of visual objects 122 may provide information for populating an expanded view of a data object in the schema builder. The expanded view may show the fields of the data object that were not viewable in other views (e.g., a collapsed view). The collapsed view may hide the fields of the data object (e.g., the fields to be hidden may not be visually rendered for display). The algorithm of view objects 122 may cause element labels to be displayed or hidden, based on user input. The algorithm of view objects 122 may cause a navigation window, a graphical selector for zooming a view of the canvas in or out, and/or a legend or system fields to be shown or hidden a navigation window, based on user input. View objects 122 may cause a list of objects to be displays, based on user input. Define object relationships 124 may be an algorithm for receiving input from a user of a tool (i.e., the schema builder), and based on the input, establishing relationships between at least two data objects of a database. In an embodiment, the visual depiction of the objects is updated to display the relationship between data objects, and the relationship type. For example, in an embodiment, define object relationships 124 may cause, in response to user interaction with the schema builder, a dialogue box to be presented to a user. The dialogue box may request relationship specifying information, such as an indication of which object is intended to be related to the current object, which object is the child, and what the name of the relationship should be, among other things.
User level permissions 126 may set permissions for various users to access and/or modify the schema and/or elements of the schema. For example, the settings of user level permissions 126 may grant a database administrator or may grant any other user the ability to add, modify, and delete objects. Different users may be granted different levels of permission corresponding to different levels of access. In an embodiment, user level permissions 126 may grant a particular user and/or a particular type of user only the ability to view data objects and fields within the schema. Map 128 may be a map that may assist in navigating the schema, which may be used to determine which part of the schema appears on the canvas, which optionally may be downloaded with the rest of the webpage. Map 128 behaves similar to a two dimensional scroll bar having a smaller graphical representation of the canvas.
Auto layout 130 may be an algorithm to automatically rearrange the locations of the data objects on a canvas. Other tool functions 132 may contain other features and functions of schema builder tool 104 such as an algorithm for determining the placement data objects within a viewing area, based on user input. A data object may be selected on the canvas by a pointing device and placed in a different location on the canvas. Relocating the data object may also cause the redrawing of relationship lines between the objects. Other tools may include various functions that are downloaded to the user system as part of the user interface. System 100 may also include other tenant applications 136. Other tenant applications 136 may be any other applications the tenant chooses to run.
Multi-tenant database 138 may be a database system with multiple tenants that each has a degree of access to at least a portion of the database system that may or may not be the same as the degree of access as other tenants. Each tenant may be an individual or an organization, and each tenant may have representatives, members, employees, customers and/or other entities associated with the tenant, which in turn may also have different degrees of access to the tenant's portion of the database as a result of the tenant's tenancy of the multi-tenant database. The degree of access granted to those associated with the tenant and/or which entities (e.g., representatives, members, employees, customers and/or other entities) that are associated with the tenant may be determined by the tenant. The database system may be a relational database and may include multiple databases, and each database may be partitioned and/or otherwise shared amongst the multiple tenants. Multi-tenant database 138 may have any number of tenants and any number of user systems and may access a portion of the database. Multitenant database 132 may be provided on-demand in that the multi-tenant database and may be provided to the tenant as a service so that the tenant does not need to worry about the details of maintaining the database system. In an embodiment the multitenant database 138 may be a relational database.
Network 140 (which will be further discussed below in conjunction with
User-System Method
In an embodiment, each of the steps of method 200 is a distinct step. In another embodiment, although depicted as distinct steps in
If the user chooses to add a field to an object, then step 210b may involve performing step 212, where a request is sent to the server requesting that the field be added. Step 210b may involve the user selecting a type of field from a menu, and dragging and dropping the field into an object. The dropping of the object may cause the user machine to send a message to the server system requesting that the field be created. As a result of step 212, during step 210, the user receives an updated view of the schema that includes the newly created field. If creating the field creates a relationship, then during step 204 the updated view of the schema may include a graphical representation of the relationship, such as line connecting two objects.
If the user chooses to add a data object, then step 210b may involve performing step 214, where the user requests the creation of a data object. Steps 212 and 214 may involve the user selecting a type of data object from a menu, and dragging and dropping the data object onto the canvas. The dropping of the data object may cause the user machine to send a message to the server system requesting that the data object be created. As a result of step 214, during step 210, the user receives an updated view of the schema that includes the newly created data object.
During step 206, should the user choose to make a change to the viewing options, method 200 proceeds to step 216. In step 216, the user may click on a tab that causes the user machine to display a list of user viewing options, such as whether the object and/or fields are displayed as expanded or collapsed, whether the graphical representation of the relationships are displayed, whether element labels are displayed, whether the navigation window is displayed, whether the legend is displayed, and/or whether system fields are displayed. A system field may be a field that each object gets automatically (e.g., created by, last modified by, etc.). The legend provides a key that explains the meaning of various graphical symbols, which may appear in a box at an edge of the display area. For example, the legend may include different type of lines followed by a few words describing the meaning of the line. The legend may include one type of line (e.g., a dashed line) followed by the words “master-detail relationship” to indicate that type of line represents a master-detail relationship. The legend may include one type of line (e.g., a solid line) followed by the words “lookup relationship” to indicate that type of line represents a lookup relationship. The legend may include one type of line (e.g., a vertical line) followed by the words “required field” to indicate that fields that that type of line is placed next to are required fields. In an embodiment, the lookup relationships use purple lines, master-detail relationships use blue lines, and/or required fields use red lines. In other embodiments other colors may be used instead. Other legends may also be included instead of or in addition to the legends for the master-detail relationship, lookup relationship, and required fields. In other embodiments, other types of lines (for example, dotted lines, double lines, or lines formed by a variety of different types of shapes) may be used for the lookup relationship, master-detail relationship, and/or required field. In other embodiments, other symbols (other than lines) may be used to represent various features. For example, bullets, squares, arrows, triangles, other polygons, asterisks, or diamonds may be used to represent required fields and/or other types of fields.
Step 206 is a mental step, and could be combined with step 204 (by combining steps 206 and 204, the only steps in the flowchart would be steps that are implemented by the user machine). The alternatives that the user chooses between in step 206 were presented in step 204. If during step 206, the user decides to perform an auto layout, the method 200 proceeds to step 218, where the user may select and auto layout icon or interface element, which may send a request to perform an auto layout. If step 218 is implemented, then in step 204, the graphical representations of the data objects of the graphical representation of the schema are received, which have the data objects rearranged on the canvas in a manner that is expected to be easier for the user to digest and interpret (for example, graphical representations of data objects having more relationships may tend to be placed towards the center of the graphical representation of the schema, and graphical representations of data object having more relationships with one another may tend to be placed closer together).
If during step 206, the user decides to search for a particular text string, then method 200 proceeds to step 220. In step 220, the user enters the search string into a field, and the user optionally selects a user interface element to initiate a search for that string in the graphical representation of the schema. After performing step 220, when the user receives the graphical representation of the schema in step 204, the locations of the occurrences of the string in the graphical representation of the schema may be highlighted and/or the first data object having string may appear in the center of the canvas.
During step 206, when the functions of step 210b are available to the user, the user may choose to perform step 222, and as part of step 222, the user chooses which objects are currently displayed on the canvas. The webpage may include a pulldown menu or other picklist, which displays various options for types of data objects to show on the canvas. For example, there may be an option for displaying only system objects, only standard objects, only custom data objects, only selected data objects, only data objects associated with a particular application, or only data object associated with a particular package (a package may include a set of objects associated with providing a particular type of functionality).
As in step 210b, in step 210c steps 216, 218, and 220 may be performed, which were discussed above in conjunction with
In step 238, in response to the dropping of the graphical element, a dialogue box is generated and displayed on the monitor of the user system. The dialogue box may include a number of fields for defining properties. Some of the fields may be required fields. In step 240 the user fills in the fields. In step 244, the user machine checks whether all of the fields have been filled out correctly and/or that all required fields are filled out. If there are fields that still need to be filled out and/or if some fields have been filled out incorrectly, the user system returns to step 238 to display the dialogue box. Optionally, in step 244, in displaying the dialogue box there may be indications of errors and/or of required fields that were not filled out. Returning to step 238, if the dialogue box is filled out correctly, the method proceeds to step 246 where a message is sent from the user machine to the server to perform the function. The message may include the object type selected (by selecting the corresponding graphical element), the location to add the object to (as inferred from the location of the graphical element that was dropped and/or the object selected), and/or information from the dialogue box. The information sent with the message indicates the function to perform and the data object to which to apply the function. After step 238, the method may proceed to step 204.
Server Side Method
In an embodiment, each of the steps of method 300 is a distinct step. In another embodiment, although depicted as distinct steps in
Screenshots
Schema builder example 400 shows a screen with a canvas displaying the data objects and a navigation window with a menu. Find 402 is an input box for searching text in the graphical representation of the schema. Entering text and selecting the return button searches the text in the schema and highlights the first encountered search result. Previous button 404, when selected, highlights the previous text from the search results. Next button 406, when selected, highlights the next text result from the search results. Auto-layout button 408, when selected, automatically rearranges the graphical representations of data objects (and, where appropriate, redraws the relationships between the data objects) on the canvas. Schema builder 410 is the current application, which is used for building a schema using graphical representations of data objects within the schema and relationships between the data objects.
View options 412 may be a pull down menu with options for viewing the canvas. Options 414 are the options that are available to the user when view options 414 is selected. For example, view options 412 may allows the user to select whether the data objects on the canvas are displayed in expanded form or collapsed form and/or with element labels or without element labels. View options 412 may allow the user to select whether or not to show relationships, system fields, legends, and/or the navigation window. Options 414 may include options for enabling a user to switch between a view showing the element names of a database object (e.g., fields in a table) and a view showing labels for the same data objects. View options 412 may also include toggle options for switching between a view of the canvas that shows relationships between data objects, and a view of the canvas that does not show the relationships between data objects. View options 412 may also include toggle options for showing or hiding a legend on the canvas. The legend, when visible, provides information that explains what is indicated by the symbolic visual elements shown in the current view. Options 414 may also include toggle options for switching between a view of the navigation window on the left side and a view without the navigation window. Options 414 may also include options for expanding or collapsing all data objects on the canvas. Options 414 may include a toggle input to show or hide relationships.
Canvas 415 is the part of the schema builder for displaying the relationships between the data objects in the database (e.g., the data objects may be displaying in a format that resembles an Entity Relationship Diagram (ERD)). Canvas 415 displays the various graphical representations of data objects in a selected schema, which may include the data object fields and/or the data type, which may be represented by rectangular boxes. The canvas may also display a graphical representation of the relationships between the data objects.
Data objects 418 are an example of a graphical representation of data objects on the canvas. Data objects on the canvas may be selected by clicking or otherwise selecting an object with an input device such as mouse or other pointing object. In an embodiment, selecting a graphical representation of a data object may cause the graphical representation of the data object and the relationship lines of the data object to be highlighted.
ID fields 419 are examples of a field that may be included in a data object, such as a data object for a job application. For example, one of ID fields 419 may be a field for identifying the job applicant. Data object menu 420, when selected, displays more information about the data object to the user, and provides the user with options for editing the data object (e.g., replacing information for one or more of a data object's records).
Expand/collapse object 422 may be an interface element, which when selected causes the graphical representation of a data object to expand and show all the fields of the corresponding data object or collapse and hide the fields of the corresponding data object (the corresponding data object is the data object represented by the graphical representation being expanded or collapsed).
Field type 424 describes the type of data associated with a field. User 426 displays the current logged in user. User 426 may be a pull down menu listing the options for the user, such as user profile, setup, system log, and logout options. Help 428, when selected, provides information to the user that is intended to be helpful in using schema builder, and help 428 may also provide additional helpful information related to the use of other features provided by server system 101. Legend 430 is an embodiment of a legend on the canvas. Legend 430 shows coloring and symbols that are used to represent lookup relationships, master-detail relationships, and required fields of data objects in the graphical representation of the schema. Master-detail relationship and lookup relationships may be indicated by lines of different colors to differentiate the line representing the master-detail relationships from the line representing a look-up relationship. Zoom in 432, when selected, zooms in on the data objects on the canvas, showing less of the area that may be selected for viewing, via the canvas, but the portion of the canvas that is currently selected for viewing remains visible and is enlarged, and more details may be visible in the enlarged view. Zoom out button 433, when selected, zooms out the data objects in the canvas, which may show more data objects, reduced in size and possibly with less detail. Map 434 is a portion of the canvas showing current viewing scope of the canvas. Map 434 shows the entire view of the schema selected, but reduced in size. Map 434 may indicate the part of the map that is currently being shown on the canvas. Selecting a portion of map 434 may cause that portion of the schema to appear on the canvas. Field 436 displays the fields in data objects. Lookup relationship 438 represents the lookup relationships that exist among data objects. Lookup relationship 438 is indicated by a dotted line and described in the legend on the canvas. Required fields 440 is shown as a red line next to fields which are required fields that must be included in the data objects when creating the data objects. Navigation window 441 is the left side menu in the schema builder example 400 with a menu for selection of data objects to view in the canvas. A user may select data objects to be viewed on the canvas by checking a check box next to the data object. Clear 442, when selected, clears the selection of data objects for viewing on the canvas. Select 444, when selected, selects all the data objects from the data object type, and displays the selection on the canvas. Unselected data object 446 may be one or more data objects that are not selected for displaying on the canvas. Unselected data objects 446 may have check boxes without checks indicating that the object associated with the check box is unselected. Selected data object 448 may be one or more data objects that are selected for display on the canvas. Selected data objects 448 may have check boxes with checks indicating that the object associated with the check box is selected, and the absence of checks in the check boxes may be used to indicate that the object associated with the check box is not selected.
Quick find 452 is an input box for finding data objects available for viewing on the canvas. Entering characters contained in the names or labels of data objects may cause those data objects to be listed in navigation window 441. Selecting a type of data object, via object selection 454, may change the data objects visible to the user, which may change the layout computed by the auto layout feature. Selection 454 may be a pull down menu with a selection of the type of data objects, such as all data objects, selected data objects, standard data objects, custom data objects, and system data objects. Data objects from the selected data object type may appear on a side window for selection for viewing on the canvas.
Schema elements 456, when selected, allows the user to drag and drop schema elements, such as data object and relationships into the schema. Objects 458, when selected, allows the user to choose the data objects that are viewable on the on the canvas. In an embodiment, schema 456 and objects 458 may be two tabs, and the user may choose which of the two tabs to select. In an embodiment, the user cannot select both schema 456 and objects 458 simultaneously. In
Although find 402, previous button 404, next button 406, auto-layout button 408, schema builder 410, view options 412, canvas 415, ID fields 419, navigation window 441, data objects 418, data object menu 420, expand/collapse object 422, field type 424, user 426, help 428, zoom-in 432, zoom-out 433, map 434, field 436, lookup relationship 438, required fields 440, objects 458, and schema elements 456 appear in the screenshots of each of
Legend 430 appears in the screenshots of each of
In
Webpage 600 shows the steps in adding a data object by dragging and dropping the data object from the navigation window 441 into canvas 415. Drag and drop object 602 is object the selected custom object 501 being dragged and dropped into canvas 415 to add a custom data object to the schema. Adding a data object may result in a dialogue box/prompt window to appear, which prompts a user to define aspects of the data object, which may result in a schema builder appearing similar to the screenshot of
Define aspects 700 may result from dragging and dropping a data object from the navigation window to the canvas in order to add a data object to the schema. Define aspects 700 prompts the user to enter various defining characteristics of the schema element being created. Define aspects 700 may include various fields for the user to enter information about the schema element. In an embodiment, define aspects 700 may include a value for the label name and description of the data object in order to complete the operation of adding a new data object. Title 701 is the title of the dialogue box/prompt window, which describes the type of schema element that is being defined, which in this example is a data object. Selection of close 702 closes the dialogue box/prompt window. Label 704 is an input box for entering a label for the data object being added. Plural label 706 is an input box for entering a plural label. The plural label appears on the tab for accessing the data object. Vowel sound 708 is a check box for setting the preceding word with ‘an’ or ‘a’ for the label. In an embodiment, vowel box 708 may be replaced with a check box or filed to indicate preceding article or other word. Object 710 is an input box for entering the name of the data object being added. In an embodiment, and indicator, such as a red asterisk (or another symbol), appears next to required fields, which in this example are label 704, plural labels 706, and object 701. Other embodiments may have other required fields. Description 712 is an input box for entering a brief description of the data object. The description helps in understanding the differences between data objects when viewing a list of data objects and/or when viewing the schema on canvas 415. Selection of save 714 saves the aspects of the data object and closes the dialogue box/prompt window. Cancel 716, when selected, cancels the defining operation and closes the dialogue box/prompt window.
Although title 701, close 702, vowel sound 708, object 710, description 712, save 714 and cancel 716 appears in the screenshots of
Label 802 displays the label entered by a user. Plural label 804 displays the plural label as entered by the user, which in this example is the plural form of the label entered in label 802.
Webpage 900 is a screenshot showing a new data object on the canvas which may be the result of defining aspects of the data object. New data object 902 is the newly created data object, which in this example is “Manager.” In webpage 900, new data object 902 is highlighted indicating that new data object 902 is currently selected. Selected data objects may be dragged and dropped on the canvas to place the data object in a different location.
Add fields webpage 1000 is a webpage showing the selection of a custom field and the initial dragging of the field from the menu of types of fields associated with field type 424. Dragging and dropping the selected field causes the selected field to be added to the data object on the canvas 415 onto which it was dropped. Field 1002 is the selected field being dragged.
Add fields webpage 1100 is a screenshot showing the dropping of a selected custom field to add to a selected data object on canvas 415. Field 1102 is the selected field being dropped into data object 902. Data object 902 is highlighted indicating that data object 902 is selected and that data object 902 may be ready to be modified.
Edit field box 1200 is a dialogue box for adding a field to a data object. Title 1201 is the title of the dialogue box displaying the type of field being edited and name of the data object to which the field is being added, which is the object into which the field was dropped. Close 1202, when selected, closes the dialogue box. Field label 1204 is an input box for entering the label that will appear in the graphical element representing the data object, identifying the field that was added. Field name 1206 is name of the field in the actual object being created or modified. In the example of
Edit fields webpage 1300 is a webpage showing the edited fields in data object 902 on canvas 415. Edited field 1302 is the field that was edited in data object 902. Data object 902 is highlighted indicating that data object 902 is selected.
Show options webpage 1400 is a webpage showing the edited fields in the schema builder, with a menu of options open. Options 1402 displays a menu listing the operations that maybe performed on the selected data object. Selection of a data object and receiving a particular input from a pointing device (e.g., a right click on a mouse) cause the display of options 1402.
Select object webpage 1500 is a webpage showing the data object types in navigation window 441 of the schema builder, which the user may choose for viewing. Select objects 1502 lists the different object types for display on the canvas of the schema builder. After the user selects one or more types of data objects, only those data objects will appear on canvas 415. For example, using selected objects 1502, the user may choose to view all objects, selected objects, only standard objects, custom objects, system objects, objects in a particular application, and/or objects in particular packages. Selected objects 1502 may include a list of available applications and/or packages from which the user may choose. If the user only chooses selected objects, the schema builder may show only those objects that are selected (selected data objects 448) on canvas 415. In the example of
All objects webpage 1600 is a webpage showing the selection of all objects types in the schema builder. All objects webpage 1600 shows the result of selecting all objects in the menu in selected objects 1502. The location of the graphical representation of the objects on the canvas 415 have been automatically changed to accommodate the objects that were not previous visible in the schema, but that are now visible.
Drag webpage 1700 is another webpage showing the drag and drop feature in the schema builder in which a relationship is dragged and dropped, which will establish a relationship between two data objects. Lookup relationship 1702 has been dragged from custom fields 502 into canvas 415 to be added to a data object in the schema builder. Lookup relationship 1702 is just one example of a relationship that may be dragged and dropped in the schema.
Drop webpage 1800 is a webpage in which a relationship is dropped onto the schema builder. Lookup relationship 1802 is the relationship of relationship 1702 which has been dropped and which was dragged from custom fields 502 (as shown in
Title 1901 displays a title of the dialogue box for the defining the details of the relationship, which also defines a field in the data object, because adding the relationship adds a field to the current data object. Title 1901 also displays the name of the data object to which the field is being added to. Related object 1902 is a pull down menu that may be used to select the object to which the current object (e.g., manager) will be related. Child 1904 is the name of the child relationship of the data object.
Related object menu 2001 is a menu that may be used for selecting an object to relate to the current object via the current relationship. Select related object 2002 is a selection from the pull down menu of related objects. In the example of
Add field webpage 2100 is a webpage in which a field that was recently added is shown in a manner that distinguishes the recently added field from the other fields in the schema. Lookup relationship field 2102 is highlighted as a result of just being added to the data object “manager,” via the steps shown in
Add master-detail webpage 2200 is a webpage in which the drag and drop feature of the schema builder is being used to add a field for adding a master-detail relationship. Master-detail relationship field 2202 has been dragged from custom fields 502 and dropped into the graphical representation of the data object “manager.” Dropping data field master-detail relationship into the graphical representation of object “manager” adds a master-detail relationship field to data object “manager” in the schema builder.
Title 2301 displays the title of the dialogue box for defining the details of the master-detail field. Title 2301 also displays the name of the data object to which the field is being added to. Title 2301 explains that the dialogue box is used for adding a master-detail field to the specified data object. Master object 2302 is a pull down menu with a selection of master objects. Read 2304 is a radio button for granting users read only access to the master record to create, edit, or delete related detail records. Read-write 2306 is a radio button granting users read and write access to the master record to create, edit or delete related detail records. Show lookup filters is a link, which when selected displays the lookup filters. After the master-detail field is created, information from the master data object will be used to fill fields and/or create records in the child data object.
System Overview
Environment 2410 is an environment in which an on-demand database service exists. User system 2412 may be any machine or system that is used by a user to access a database user system. For example, any of user systems 2412 can be a handheld computing device, a mobile phone, a laptop computer, a work station, and/or a network of computing devices. As illustrated in
An on-demand database service, such as system 2416, is a database system that is made available to outside users that do not need to necessarily be concerned with building and/or maintaining the database system, but instead may be available for their use when the users need the database system (e.g., on the demand of the users). Some on-demand database services may store information from one or more tenants stored into tables of a common database image to form a multi-tenant database system (MTS). Accordingly, “on-demand database service 2416” and “system 2416” will be used interchangeably herein. A database image may include one or more database objects. A relational database management system (RDMS) or the equivalent may execute storage and retrieval of information against the database object(s). Application platform 2418 may be a framework that allows the applications of system 2416 to run, such as the hardware and/or software, e.g., the operating system. In an embodiment, on-demand database service 2416 may include an application platform 2418 that enables creation, managing and executing one or more applications developed by the provider of the on-demand database service, users accessing the on-demand database service via user systems 2412, or third party application developers accessing the on-demand database service via user systems 2412.
The users of user systems 2412 may differ in their respective capacities, and the capacity of a particular user system 2412 might be entirely determined by permissions (permission levels) for the current user. For example, where a salesperson is using a particular user system 2412 to interact with system 2416, that user system has the capacities allotted to that salesperson. However, while an administrator is using that user system to interact with system 2416, that user system has the capacities allotted to that administrator. In systems with a hierarchical role model, users at one permission level may have access to applications, data, and database information accessible by a lower permission level user, but may not have access to certain applications, database information, and data accessible by a user at a higher permission level. Thus, different users will have different capabilities with regard to accessing and modifying application and database information, depending on a user's security or permission level.
Network 2414 is any network or combination of networks of devices that communicate with one another. For example, network 2414 can be any one or any combination of a LAN (local area network), WAN (wide area network), telephone network, wireless network, point-to-point network, star network, token ring network, hub network, or other appropriate configuration. As the most common type of computer network in current use is a TCP/IP (Transfer Control Protocol and Internet Protocol) network, such as the global internetwork of networks often referred to as the “Internet” with a capital “I,” that network will be used in many of the examples herein. However, it should be understood that the networks that the one or more implementations might use are not so limited, although TCP/IP is a frequently implemented protocol.
User systems 2412 might communicate with system 2416 using TCP/IP and, at a higher network level, use other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc. In an example where HTTP is used, user system 2412 might include an HTTP client commonly referred to as a “browser” for sending and receiving HTTP messages to and from an HTTP server at system 2416. Such an HTTP server might be implemented as the sole network interface between system 2416 and network 2414, but other techniques might be used as well or instead. In some implementations, the interface between system 2416 and network 2414 includes load sharing functionality, such as round-robin HTTP request distributors to balance loads and distribute incoming HTTP requests evenly over a plurality of servers. At least as for the users that are accessing that server, each of the plurality of servers has access to the MTS′ data; however, other alternative configurations may be used instead.
In one embodiment, system 2416, shown in
One arrangement for elements of system 2416 is shown in
Several elements in the system shown in
According to one embodiment, each user system 2412 and all of its components are operator configurable using applications, such as a browser, including computer code run using a central processing unit such as an Intel Pentium® processor or the like. Similarly, system 2416 (and additional instances of an MTS, where more than one is present) and all of their components might be operator configurable using application(s) including computer code to run using a central processing unit such as processor system 2417, which may include an Intel Pentium® processor or the like, and/or multiple processor units. A computer program product embodiment includes a machine-readable storage medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the processes of the embodiments described herein. Computer code for operating and configuring system 2416 to intercommunicate and to process webpages, applications and other data and media content as described herein are preferably downloaded and stored on a hard disk, but the entire program code, or portions thereof, may also be stored in any other volatile or non-volatile memory medium or device as is well known, such as a ROM or RAM, or provided on any media capable of storing program code, such as any type of rotating media including floppy disks, optical discs, digital versatile disk (DVD), compact disk (CD), microdrive, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data. Additionally, the entire program code, or portions thereof, may be transmitted and downloaded from a software source over a transmission medium, e.g., over the Internet, or from another server, as is well known, or transmitted over any other conventional network connection as is well known (e.g., extranet, VPN, LAN, etc.) using any communication medium and protocols (e.g., TCP/IP, HTTP, HTTPS, Ethernet, etc.) as are well known. It will also be appreciated that computer code for implementing embodiments can be implemented in any programming language that can be executed on a client system and/or server or server system such as, for example, C, C++, HTML, any other markup language, Java™, JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used. (Java™ is a trademark of Sun Microsystems, Inc.).
According to one embodiment, each system 2416 is configured to provide webpages, forms, applications, data and media content to user (client) systems 2412 to support the access by user systems 2412 as tenants of system 2416. As such, system 2416 provides security mechanisms to keep each tenant's data separate unless the data is shared. If more than one MTS is used, they may be located in close proximity to one another (e.g., in a server farm located in a single building or campus), or they may be distributed at locations remote from one another (e.g., one or more servers located in city A and one or more servers located in city B). As used herein, each MTS could include one or more logically and/or physically connected servers distributed locally or across one or more geographic locations. Additionally, the term “server” is meant to include a computer system, including processing hardware and process space(s), and an associated storage system and database application (e.g., OODBMS or RDBMS) as is well known in the art. It should also be understood that “server system” and “server” are often used interchangeably herein. Similarly, the database object described herein can be implemented as single databases, a distributed database, a collection of distributed databases, a database with redundant online or offline backups or other redundancies, etc., and might include a distributed database or storage network and associated processing intelligence.
User system 2412, network 2414, system 2416, tenant data storage 2422, and system data storage 2424 were discussed above in
Application platform 2418 includes an application setup mechanism 2538 that supports application developers' creation and management of applications, which may be saved as metadata into tenant data storage 2422 by save routines 2536 for execution by subscribers as one or more tenant process spaces 2404 managed by tenant management process 2410 for example. Invocations to such applications may be coded using PL/SOQL 2534 that provides a programming language style interface extension to API 2532. A detailed description of some PL/SOQL language embodiments is discussed in commonly owned co-pending U.S. Provisional Patent Application 60/828,192 entitled, PROGRAMMING LANGUAGE METHOD AND SYSTEM FOR EXTENDING APIS TO EXECUTE IN CONJUNCTION WITH DATABASE APIS, by Craig Weissman, filed Oct. 4, 2006, which is incorporated in its entirety herein for all purposes. Invocations to applications may be detected by one or more system processes, which manages retrieving application metadata 2416 for the subscriber making the invocation and executing the metadata as an application in a virtual machine.
Each application server 2500 may be communicably coupled to database systems, e.g., having access to system data 2525 and tenant data 2523, via a different network connection. For example, one application server 25001 might be coupled via the network 2414 (e.g., the Internet), another application server 2500N-1 might be coupled via a direct network link, and another application server 2500N might be coupled by yet a different network connection. Transfer Control Protocol and Internet Protocol (TCP/IP) are typical protocols for communicating between application servers 2500 and the database system. However, it will be apparent to one skilled in the art that other transport protocols may be used to optimize the system depending on the network interconnect used.
In certain embodiments, each application server 2500 is configured to handle requests for any user associated with any organization that is a tenant. Because it is desirable to be able to add and remove application servers from the server pool at any time for any reason, there is preferably no server affinity for a user and/or organization to a specific application server 2500. In one embodiment, therefore, an interface system implementing a load balancing function (e.g., an F5 Big-IP load balancer) is communicably coupled between the application servers 2500 and the user systems 2412 to distribute requests to the application servers 2500. In one embodiment, the load balancer uses a least connections algorithm to route user requests to the application servers 2500. Other examples of load balancing algorithms, such as round robin and observed response time, also can be used. For example, in certain embodiments, three consecutive requests from the same user could hit three different application servers 2500, and three requests from different users could hit the same application server 2500. In this manner, system 2416 is multi-tenant, wherein system 2416 handles storage of, and access to, different objects, data and applications across disparate users and organizations.
As an example of storage, one tenant might be a company that employs a sales force where each salesperson uses system 2416 to manage their sales process. Thus, a user might maintain contact data, leads data, customer follow-up data, performance data, goals and progress data, etc., all applicable to that user's personal sales process (e.g., in tenant data storage 2422). In an example of a MTS arrangement, since all of the data and the applications to access, view, modify, report, transmit, calculate, etc., can be maintained and accessed by a user system having nothing more than network access, the user can manage his or her sales efforts and cycles from any of many different user systems. For example, if a salesperson is visiting a customer and the customer has Internet access in their lobby, the salesperson can obtain critical updates as to that customer while waiting for the customer to arrive in the lobby.
While each user's data might be separate from other users' data regardless of the employers of each user, some data might be organization-wide data shared or accessible by a plurality of users or all of the users for a given organization that is a tenant. Thus, there might be some data structures managed by system 2416 that are allocated at the tenant level while other data structures might be managed at the user level. Because an MTS might support multiple tenants including possible competitors, the MTS should have security protocols that keep data, applications, and application use separate. Also, because many tenants may opt for access to an MTS rather than maintain their own system, redundancy, up-time, and backup are additional functions that may be implemented in the MTS. In addition to user-specific data and tenant specific data, system 2416 might also maintain system level data usable by multiple tenants or other data. Such system level data might include industry reports, news, postings, and the like that are sharable among tenants.
In certain embodiments, user systems 2412 (which may be client systems) communicate with application servers 2500 to request and update system-level and tenant-level data from system 2416 that may require sending one or more queries to tenant data storage 2422 and/or system data storage 2424. System 2416 (e.g., an application server 2500 in system 2416) automatically generates one or more SQL statements (e.g., one or more SQL queries) that are designed to access the desired information. System data storage 2424 may generate query plans to access the requested data from the database.
Each database can generally be viewed as a collection of objects, such as a set of logical tables, containing data fitted into predefined categories. A “table” is one representation of a data object, and may be used herein to simplify the conceptual description of objects and custom objects. It should be understood that “table” and “object” may be used interchangeably herein. Each table generally contains one or more data categories logically arranged as columns or fields in a viewable schema. Each row or record of a table contains an instance of data for each category defined by the fields. For example, a CRM database may include a table that describes a customer with fields for basic contact information such as name, address, phone number, fax number, etc. Another table might describe a purchase order, including fields for information such as customer, product, sale price, date, etc. In some multi-tenant database systems, standard entity tables might be provided for use by all tenants. For CRM database applications, such standard entities might include tables for Account, Contact, Lead, and Opportunity data, each containing pre-defined fields. It should be understood that the word “entity” may also be used interchangeably herein with “object” and “table”.
In some multi-tenant database systems, tenants may be allowed to create and store custom objects, or they may be allowed to customize standard entities or objects, for example by creating custom fields for standard objects, including custom index fields. U.S. patent application Ser. No. 10/817,161, filed Apr. 2, 2004, entitled “Custom Entities and Fields in a Multi-Tenant Database System”, and which is hereby incorporated herein by reference, teaches systems and methods for creating custom objects as well as customizing standard objects in a multi-tenant database system. In certain embodiments, for example, all custom entity data rows are stored in a single multi-tenant physical table, which may contain multiple logical tables per organization. It is transparent to customers that their multiple “tables” are in fact stored in one large table or that their data may be stored in the same table as the data of other customers.
Method for Using the Environment (
Method for Creating the Environment (
In step 2704, system 2416 (
In step 2706, user system 2412 is communicatively coupled to network 2504. In step 2708, system 2416 is communicatively coupled to network 2504 allowing user system 2412 and system 2416 to communicate with one another (
While one or more implementations have been described by way of example and in terms of the specific embodiments, it is to be understood that one or more implementations are not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.
Extensions and Alternatives
Each embodiment disclosed herein may be used or otherwise combined with any of the other embodiments disclosed. Any element of any embodiment may be used in any embodiment.
While the invention has been described by way of example and in terms of the specific embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.
This application claims the benefit of U.S. Provisional Patent Application 61/525,578 entitled, METHODS AND SYSTEMS FOR DESIGNING AND BUILDING A SCHEMA IN AN ON-DEMAND SERVICES ENVIRONMENT By Shannon Hale, filed Aug. 19, 2011 , the entire contents of which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5701453 | Maloney et al. | Dec 1997 | A |
5715450 | Ambrose et al. | Feb 1998 | A |
5821937 | Tonelli et al. | Oct 1998 | A |
5831610 | Tonelli et al. | Nov 1998 | A |
5873096 | Lim et al. | Feb 1999 | A |
5963953 | Cram et al. | Oct 1999 | A |
6092083 | Brodersen et al. | Jul 2000 | A |
6169534 | Raffel et al. | Jan 2001 | B1 |
6178425 | Brodersen et al. | Jan 2001 | B1 |
6189011 | Lim et al. | Feb 2001 | B1 |
6216135 | Brodersen et al. | Apr 2001 | B1 |
6233617 | Rothwein et al. | May 2001 | B1 |
6266669 | Brodersen et al. | Jul 2001 | B1 |
6324568 | Diec et al. | Nov 2001 | B1 |
6324693 | Brodersen et al. | Nov 2001 | B1 |
6336137 | Lee et al. | Jan 2002 | B1 |
D454139 | Feldcamp | Mar 2002 | S |
6367077 | Brodersen et al. | Apr 2002 | B1 |
6393605 | Loomans | May 2002 | B1 |
6405220 | Brodersen et al. | Jun 2002 | B1 |
6434550 | Warner et al. | Aug 2002 | B1 |
6446089 | Brodersen et al. | Sep 2002 | B1 |
6549908 | Loomans | Apr 2003 | B1 |
6553563 | Ambrose et al. | Apr 2003 | B2 |
6574635 | Stauber et al. | Jun 2003 | B2 |
6577726 | Huang et al. | Jun 2003 | B1 |
6604117 | Lim et al. | Aug 2003 | B2 |
6604128 | Diec | Aug 2003 | B2 |
6609150 | Lee et al. | Aug 2003 | B2 |
6665648 | Brodersen et al. | Dec 2003 | B2 |
6665655 | Warner et al. | Dec 2003 | B1 |
6684438 | Brodersen et al. | Feb 2004 | B2 |
6711565 | Subramaniam et al. | Mar 2004 | B1 |
6724399 | Katchour et al. | Apr 2004 | B1 |
6728702 | Subramaniam et al. | Apr 2004 | B1 |
6728960 | Loomans | Apr 2004 | B1 |
6732095 | Warshavsky et al. | May 2004 | B1 |
6732100 | Brodersen et al. | May 2004 | B1 |
6732111 | Brodersen et al. | May 2004 | B2 |
6754681 | Brodersen et al. | Jun 2004 | B2 |
6763351 | Subramaniam et al. | Jul 2004 | B1 |
6768904 | Kim | Jul 2004 | B2 |
6782383 | Subramaniam et al. | Aug 2004 | B2 |
6804330 | Jones et al. | Oct 2004 | B1 |
6826745 | Coker et al. | Nov 2004 | B2 |
6829655 | Huang et al. | Dec 2004 | B1 |
6842748 | Warner et al. | Jan 2005 | B1 |
6850895 | Brodersen et al. | Feb 2005 | B2 |
6850949 | Warner et al. | Feb 2005 | B2 |
7827138 | Salmon et al. | Nov 2010 | B2 |
7949684 | Brooks et al. | May 2011 | B2 |
8015058 | Fowler et al. | Sep 2011 | B2 |
8024701 | Cote | Sep 2011 | B2 |
8095531 | Weissman et al. | Jan 2012 | B2 |
8161010 | Weissman et al. | Apr 2012 | B2 |
8204855 | Salmon et al. | Jun 2012 | B2 |
8244759 | Brooks et al. | Aug 2012 | B2 |
8266138 | Collins et al. | Sep 2012 | B1 |
8296161 | Polcari et al. | Oct 2012 | B2 |
8332435 | Ballard et al. | Dec 2012 | B2 |
8332436 | Ballard et al. | Dec 2012 | B2 |
8332437 | Ballard et al. | Dec 2012 | B2 |
8365138 | Iborra et al. | Jan 2013 | B2 |
8386471 | Collins et al. | Feb 2013 | B2 |
8407338 | Brady | Mar 2013 | B2 |
8443085 | Jensen-Horne et al. | May 2013 | B2 |
8447754 | Weissman et al. | May 2013 | B2 |
8452726 | Kuruganti et al. | May 2013 | B2 |
8453196 | Lerner et al. | May 2013 | B2 |
8453201 | Lerner et al. | May 2013 | B2 |
8453202 | Lerner et al. | May 2013 | B2 |
8453203 | Lerner et al. | May 2013 | B2 |
20010044791 | Richter et al. | Nov 2001 | A1 |
20020022986 | Coker et al. | Feb 2002 | A1 |
20020029161 | Brodersen et al. | Mar 2002 | A1 |
20020029376 | Ambrose et al. | Mar 2002 | A1 |
20020035577 | Brodersen et al. | Mar 2002 | A1 |
20020042264 | Kim | Apr 2002 | A1 |
20020042843 | Diec | Apr 2002 | A1 |
20020072951 | Lee et al. | Jun 2002 | A1 |
20020082892 | Raffel et al. | Jun 2002 | A1 |
20020129352 | Brodersen et al. | Sep 2002 | A1 |
20020140731 | Subramaniam et al. | Oct 2002 | A1 |
20020143997 | Huang et al. | Oct 2002 | A1 |
20020152102 | Brodersen et al. | Oct 2002 | A1 |
20020161734 | Stauber et al. | Oct 2002 | A1 |
20020162090 | Parnell et al. | Oct 2002 | A1 |
20020165742 | Robins | Nov 2002 | A1 |
20030004971 | Gong et al. | Jan 2003 | A1 |
20030018705 | Chen et al. | Jan 2003 | A1 |
20030018830 | Chen et al. | Jan 2003 | A1 |
20030066031 | Laane | Apr 2003 | A1 |
20030066032 | Ramachandran et al. | Apr 2003 | A1 |
20030069936 | Warner et al. | Apr 2003 | A1 |
20030070000 | Coker et al. | Apr 2003 | A1 |
20030070004 | Mukundan et al. | Apr 2003 | A1 |
20030070005 | Mukundan et al. | Apr 2003 | A1 |
20030074418 | Coker | Apr 2003 | A1 |
20030088545 | Subramaniam et al. | May 2003 | A1 |
20030120675 | Stauber et al. | Jun 2003 | A1 |
20030120711 | Katz | Jun 2003 | A1 |
20030151633 | George et al. | Aug 2003 | A1 |
20030159136 | Huang et al. | Aug 2003 | A1 |
20030187921 | Diec | Oct 2003 | A1 |
20030189600 | Gune et al. | Oct 2003 | A1 |
20030191743 | Brodersen et al. | Oct 2003 | A1 |
20030204427 | Gune et al. | Oct 2003 | A1 |
20030206192 | Chen et al. | Nov 2003 | A1 |
20030225730 | Warner et al. | Dec 2003 | A1 |
20040001092 | Rothwein et al. | Jan 2004 | A1 |
20040010489 | Rio | Jan 2004 | A1 |
20040015981 | Coker et al. | Jan 2004 | A1 |
20040027388 | Berg et al. | Feb 2004 | A1 |
20040128001 | Levin et al. | Jul 2004 | A1 |
20040186860 | Lee et al. | Sep 2004 | A1 |
20040193510 | Catahan, Jr. et al. | Sep 2004 | A1 |
20040199489 | Barnes-Leon et al. | Oct 2004 | A1 |
20040199536 | Barnes Leon et al. | Oct 2004 | A1 |
20040199543 | Braud et al. | Oct 2004 | A1 |
20040249854 | Barnes-Leon et al. | Dec 2004 | A1 |
20040260534 | Pak et al. | Dec 2004 | A1 |
20040260659 | Chan et al. | Dec 2004 | A1 |
20040268299 | Lei et al. | Dec 2004 | A1 |
20050027752 | Gelbard | Feb 2005 | A1 |
20050050555 | Exley et al. | Mar 2005 | A1 |
20050091098 | Brodersen et al. | Apr 2005 | A1 |
20050172261 | Yuknewicz et al. | Aug 2005 | A1 |
20060064647 | Tapuska et al. | Mar 2006 | A1 |
20070088741 | Brooks et al. | Apr 2007 | A1 |
20070156740 | Leland et al. | Jul 2007 | A1 |
20080082540 | Weissman et al. | Apr 2008 | A1 |
20080082555 | Salmon et al. | Apr 2008 | A1 |
20080082572 | Ballard et al. | Apr 2008 | A1 |
20080086447 | Weissman et al. | Apr 2008 | A1 |
20080086514 | Weissman et al. | Apr 2008 | A1 |
20080244510 | Cote | Oct 2008 | A1 |
20100070323 | Polcari et al. | Mar 2010 | A1 |
20100070528 | Collins et al. | Mar 2010 | A1 |
20100088636 | Yerkes et al. | Apr 2010 | A1 |
20100185593 | Wong et al. | Jul 2010 | A1 |
20100205243 | Brady | Aug 2010 | A1 |
20100223100 | Lee et al. | Sep 2010 | A1 |
20100223284 | Brooks et al. | Sep 2010 | A1 |
20100223467 | Dismore et al. | Sep 2010 | A1 |
20100235322 | Kuruganti et al. | Sep 2010 | A1 |
20100281515 | Lerner et al. | Nov 2010 | A1 |
20110004668 | Salmon et al. | Jan 2011 | A1 |
20110023017 | Calvin | Jan 2011 | A1 |
20110029879 | Calvin | Feb 2011 | A1 |
20110131314 | Lerner et al. | Jun 2011 | A1 |
20110196883 | Brooks et al. | Aug 2011 | A1 |
20110202508 | Brooks et al. | Aug 2011 | A1 |
20110202911 | Brooks et al. | Aug 2011 | A1 |
20110209121 | Nagata et al. | Aug 2011 | A1 |
20110213789 | Doshi et al. | Sep 2011 | A1 |
20110214067 | Tanaka | Sep 2011 | A1 |
20110224973 | Tamm et al. | Sep 2011 | A1 |
20110225217 | Plax et al. | Sep 2011 | A1 |
20110225232 | Casalaina et al. | Sep 2011 | A1 |
20110225233 | Casalaina et al. | Sep 2011 | A1 |
20110225495 | Casalaina et al. | Sep 2011 | A1 |
20110225500 | Casalaina et al. | Sep 2011 | A1 |
20110225506 | Casalaina et al. | Sep 2011 | A1 |
20110225527 | Law et al. | Sep 2011 | A1 |
20110238622 | Walters et al. | Sep 2011 | A1 |
20110238705 | Baker et al. | Sep 2011 | A1 |
20110238707 | Wong et al. | Sep 2011 | A1 |
20110246504 | Slater et al. | Oct 2011 | A1 |
20110246527 | Bitting et al. | Oct 2011 | A1 |
20110246538 | Boley et al. | Oct 2011 | A1 |
20110258233 | Unger et al. | Oct 2011 | A1 |
20110258628 | Devadhar | Oct 2011 | A1 |
20110276610 | Hossain et al. | Nov 2011 | A1 |
20110276674 | Jensen-Horne et al. | Nov 2011 | A1 |
20110276693 | Jensen-Horne et al. | Nov 2011 | A1 |
20110276890 | Jensen-Horne et al. | Nov 2011 | A1 |
20110276892 | Jensen-Horne et al. | Nov 2011 | A1 |
20110276945 | Chasman et al. | Nov 2011 | A1 |
20110282833 | Ramsey et al. | Nov 2011 | A1 |
20110282899 | Mathew et al. | Nov 2011 | A1 |
20110289140 | Pletter et al. | Nov 2011 | A1 |
20110289141 | Pletter et al. | Nov 2011 | A1 |
20110289425 | Pletter et al. | Nov 2011 | A1 |
20110289475 | Sukhenko et al. | Nov 2011 | A1 |
20110289476 | Pletter et al. | Nov 2011 | A1 |
20110289479 | Pletter et al. | Nov 2011 | A1 |
20110295838 | Collins et al. | Dec 2011 | A1 |
20110295839 | Collins et al. | Dec 2011 | A1 |
20110295910 | Ziemann et al. | Dec 2011 | A1 |
20110296298 | Ahuja et al. | Dec 2011 | A1 |
20110296336 | Law et al. | Dec 2011 | A1 |
20110296375 | Mooney | Dec 2011 | A1 |
20110296381 | Mooney | Dec 2011 | A1 |
20110296386 | Woollen et al. | Dec 2011 | A1 |
20110296413 | Wood et al. | Dec 2011 | A1 |
20110302133 | Kuruganti et al. | Dec 2011 | A1 |
20110314341 | Varadharajan | Dec 2011 | A1 |
20110314420 | McFarlane et al. | Dec 2011 | A1 |
20120042279 | Naderi | Feb 2012 | A1 |
20120054241 | Brooks et al. | Mar 2012 | A1 |
20120054328 | Brooks et al. | Mar 2012 | A1 |
20120054632 | Ballard et al. | Mar 2012 | A1 |
20120054633 | Ballard et al. | Mar 2012 | A1 |
20120059807 | Brooks et al. | Mar 2012 | A1 |
20120059862 | Brooks et al. | Mar 2012 | A1 |
20120059925 | Lerner et al. | Mar 2012 | A1 |
20120059933 | Lerner et al. | Mar 2012 | A1 |
20120060199 | Lerner et al. | Mar 2012 | A1 |
20120060200 | Lerner et al. | Mar 2012 | A1 |
20120072832 | Tanaka | Mar 2012 | A1 |
20120079038 | Hersh | Mar 2012 | A1 |
20120079560 | Lerner et al. | Mar 2012 | A1 |
20120084266 | Brooks et al. | Apr 2012 | A1 |
20120084638 | Calvin et al. | Apr 2012 | A1 |
20120089550 | Arora et al. | Apr 2012 | A1 |
20120089610 | Agrawal et al. | Apr 2012 | A1 |
20120096046 | Kucera | Apr 2012 | A1 |
20120101985 | Kemp et al. | Apr 2012 | A1 |
20120102063 | Kemp et al. | Apr 2012 | A1 |
20120102114 | Dunn et al. | Apr 2012 | A1 |
20120102153 | Kemp et al. | Apr 2012 | A1 |
20120102402 | Kwong | Apr 2012 | A1 |
20120102420 | Fukahori | Apr 2012 | A1 |
20120110020 | Weissman et al. | May 2012 | A1 |
20120117217 | Lerner et al. | May 2012 | A1 |
20120117613 | Lerner et al. | May 2012 | A1 |
20120131555 | Hossain et al. | May 2012 | A1 |
20120143817 | Prabaker et al. | Jun 2012 | A1 |
20120143917 | Prabaker et al. | Jun 2012 | A1 |
20120166871 | Weissman et al. | Jun 2012 | A1 |
20120173485 | Kothule et al. | Jul 2012 | A1 |
20120179762 | Arora et al. | Jul 2012 | A1 |
20120191865 | Duff et al. | Jul 2012 | A1 |
20120209586 | Mieritz et al. | Aug 2012 | A1 |
20120215705 | Porro et al. | Aug 2012 | A1 |
20120223951 | Dunn et al. | Sep 2012 | A1 |
20120233354 | Salmon et al. | Sep 2012 | A1 |
20120239629 | Brooks et al. | Sep 2012 | A1 |
20120239795 | Lerner et al. | Sep 2012 | A1 |
20120240188 | Lerner et al. | Sep 2012 | A1 |
20120240189 | Lerner et al. | Sep 2012 | A1 |
20120240190 | Lerner et al. | Sep 2012 | A1 |
20120246120 | Brooks et al. | Sep 2012 | A1 |
20120260191 | Ballard et al. | Oct 2012 | A1 |
20120317121 | Fuchs et al. | Dec 2012 | A1 |
20120317146 | Brooks et al. | Dec 2012 | A1 |
20120317149 | Jagota et al. | Dec 2012 | A1 |
20120317495 | Ballard et al. | Dec 2012 | A1 |
20120330915 | Mehra | Dec 2012 | A1 |
20120330960 | Koosel et al. | Dec 2012 | A1 |
20120331000 | Mehra | Dec 2012 | A1 |
20120331016 | Janson et al. | Dec 2012 | A1 |
20130007148 | Olsen | Jan 2013 | A1 |
20130018869 | Hanson et al. | Jan 2013 | A1 |
20130019235 | Tamm | Jan 2013 | A1 |
20130021370 | Dunn et al. | Jan 2013 | A1 |
20130024454 | Dunn | Jan 2013 | A1 |
20130024511 | Dunn et al. | Jan 2013 | A1 |
20130024788 | Olsen et al. | Jan 2013 | A1 |
20130031172 | Olsen et al. | Jan 2013 | A1 |
20130031487 | Olsen et al. | Jan 2013 | A1 |
20130031499 | Vishnubhatta et al. | Jan 2013 | A1 |
20130041912 | Arora et al. | Feb 2013 | A1 |
20130042146 | Unger et al. | Feb 2013 | A1 |
20130046789 | Lulewicz | Feb 2013 | A1 |
20130046799 | Hale et al. | Feb 2013 | A1 |
20130054517 | Beechuk et al. | Feb 2013 | A1 |
20130054582 | Macklem et al. | Feb 2013 | A1 |
20130054648 | Mehta et al. | Feb 2013 | A1 |
20130054714 | Bedi | Feb 2013 | A1 |
20130055147 | Vasudev et al. | Feb 2013 | A1 |
20130060859 | Olsen et al. | Mar 2013 | A1 |
20130085745 | Koister et al. | Apr 2013 | A1 |
20130091149 | Dunn et al. | Apr 2013 | A1 |
20130091217 | Schneider | Apr 2013 | A1 |
20130091229 | Dunn et al. | Apr 2013 | A1 |
20130091286 | Spencer | Apr 2013 | A1 |
20130097253 | Mencke | Apr 2013 | A1 |
20130097540 | Ballard et al. | Apr 2013 | A1 |
20130117353 | Wong et al. | May 2013 | A1 |
20130132861 | Kienzle et al. | May 2013 | A1 |
Number | Date | Country |
---|---|---|
1367503 | Dec 2003 | EP |
WO2007030796 | Mar 2007 | WO |
WO2008042980 | Apr 2008 | WO |
Entry |
---|
Hartwick College Technology Services; MS Access Table Properties and Relationships; “http://www.hartwick.edu/Prebuilt/TechServ—Access—TablesRelationships.pdf”; 2005. |
PC Network Advisor; Understanding MS Access Security; “http://www.techsupportalert.com/pdf/t1526.pdf”; 2000. |
Peter Rob et al. “Database Systems Degin, Implementation and Management”; http://cws.cengage.co.uk/rcc—databases/students/accesstutorial.pdf; 2008. |
Embarcadero; “ER/Studio Data Architect Quick Start Guide” 2nd edition; Dec. 2010. |
Washington University; “http://courses.washington.edu/benefit/fluency/course/lab—docs/lab11/lab11.pdf” ;Aug. 22, 2005. |
Robin Beaumont; “System architect ERD Tutorial 2; Complex ERDs-Data Modelling”; May 1, 2004. |
“DB-VA Designers Guide”; “http://media.visual-paradigm.com/media/documents/dbva40dg/pdf/dbva—designer—guide—chapter4.pdf”; Chapter 4, “Designing Data Model by Enity Relationship Diagram” Jan. 6, 2007. |
HP; “Creating Entity Relationship Diagrams (ERDs) for ServiceCenter”; “http://h20229.www2.hp.com/products/ovsc/twp/ovsc—twp—erd.pdf” ; Jan 13, 2007. |
Embarcadero Technologies; “ER/Studio® Data Architect”; Published Oct. 2010;Version 9.0; http://docs.embarcadero.com/products/er—studio/erstudio9.0/ERStudioDAUserGuide.pdf. |
Number | Date | Country | |
---|---|---|---|
20130046799 A1 | Feb 2013 | US |
Number | Date | Country | |
---|---|---|---|
61525578 | Aug 2011 | US |