US11604765B2 - Database and file structure configurations for managing text strings to be provided by a graphical user interface - Google Patents

Database and file structure configurations for managing text strings to be provided by a graphical user interface Download PDF

Info

Publication number
US11604765B2
US11604765B2 US16/526,857 US201916526857A US11604765B2 US 11604765 B2 US11604765 B2 US 11604765B2 US 201916526857 A US201916526857 A US 201916526857A US 11604765 B2 US11604765 B2 US 11604765B2
Authority
US
United States
Prior art keywords
component
text string
application
folder
text
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US16/526,857
Other versions
US20190354511A1 (en
Inventor
Anthony Desportes
Catherine Jane de Heer
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Salesforce Inc
Original Assignee
Salesforce com Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Salesforce com Inc filed Critical Salesforce com Inc
Priority to US16/526,857 priority Critical patent/US11604765B2/en
Assigned to SALESFORCE.COM, INC. reassignment SALESFORCE.COM, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DESPORTES, ANTHONY, DE HEER, CATHERINE JANE
Publication of US20190354511A1 publication Critical patent/US20190354511A1/en
Application granted granted Critical
Publication of US11604765B2 publication Critical patent/US11604765B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/164File meta data generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/454Multi-language systems; Localisation; Internationalisation

Definitions

  • Embodiments relate to techniques for managing content to be displayed on a graphical user interface. More particularly, embodiments relate to techniques for utilizing context to create and coordinate text string content to be displayed on the graphical user interface in conjunction with certain features and components.
  • graphical user interfaces generally include various text strings (i.e., user interface text or “UI text”) in connection with different features and functions.
  • various control and navigation elements such as buttons include UI text (e.g., “save,” “send,” and “cancel”).
  • Other examples of graphical user interface elements that include UI text are links, labels for data fields, error messages, confirmation dialogs, legal notices such as disclaimers and agreements, inline help, walkthroughs, and alternative text (which is text read aloud by screen-reading software used by the blind).
  • a complex software application or suite of applications may include hundreds or thousands (or more) of different text strings utilized with a variety of different features, functions, and/or contexts. Within such a complex system, it can be difficult, burdensome, and time consuming to write and maintain the text strings that appear in the software code that implements the system.
  • FIG. 1 is an exemplary representation of a UI window that includes several UI components
  • FIG. 2 is a diagram that illustrates how code for UI components can reference labels in the absence of an organizational principle that manages text strings;
  • FIG. 3 is a diagram that illustrates a methodology that utilizes UI text strings stored in a location (or different locations) that is referenced by the code of the corresponding UI components;
  • FIG. 4 is a diagram that illustrates UI components referencing text strings when the corresponding text string files are not included in a component file structure
  • FIG. 5 is a diagram that illustrates an exemplary embodiment of a file structure that can be used to manage UI text strings, where the UI text strings are stored within the corresponding UI component file structure;
  • FIG. 6 A is a diagram that illustrates an exemplary embodiment of a methodology that can be used to manage text strings
  • FIG. 6 B is a diagram that illustrates an exemplary embodiment of a methodology that can be used to manage text strings, where the text strings can be referenced using an alias;
  • FIG. 7 is a block diagram representation of an exemplary environment in which an on-demand database service might be used.
  • FIG. 8 is a block diagram representation of another exemplary environment in which an on-demand database service might be used.
  • UI text strings are an essential part of the user interface (UI) of most software. Like any other text, such as the content of a book or a billboard, UI text works best if it is edited for qualities such as spelling, grammar, wording, consistency, and accuracy. That said, UI text strings typically are not organized in a way that allows them to be easily managed for those qualities. In accordance with the various embodiments described herein, however, improved systems and architectures can be utilized to overcome the problems caused by a lack of contextual information needed to efficiently write and maintain UI text strings in software. Various embodiments provide solutions by associating the UI text strings with context about the strings' appearance, behavior, purpose, and/or other characteristics in the software interface. More specifically, the solutions presented herein utilize suitably configured database structures, file structures, and/or data storage elements to organize and maintain UI text strings with corresponding contextual information, in a logical and effective manner.
  • FIG. 1 depicts an exemplary representation of a UI window 110 that includes several UI components.
  • the UI window 110 may be generated by a software application for display on a display device, in accordance with well-known techniques.
  • FIG. 1 shows merely one simple example of a UI window 110 having a plurality of UI components; other UI windows generated by an application can be much more complex.
  • the UI window 110 corresponds to a “Create Lead” interface in a customer relationship management (CRM) environment; however, UI windows in any type of environment can be managed in a similar manner.
  • CRM customer relationship management
  • the UI components that appear in association with the UI window 110 include, without limitation: a main label (or title) 120 , which can include an appropriate UI text string (e.g., “Create Lead”); a plurality of text entry fields 130 ; and a button 140 .
  • each of the fields 130 has a respective UI text string: First Name, Last Name, Phone, Email, and Company.
  • the button 140 has a UI text string associated therewith: Save.
  • the UI window 110 allows a user to create a record for a new sales lead. She can accomplish this task by interacting with the UI window 110 .
  • UI window 110 represents one high level feature of the software application
  • the button 140 represents a UI component of the Create Lead feature
  • the word “Save” represents the UI text string content that is associated with the button 140 .
  • a UI text string can be any word, a combination of words, letters, numbers, or characters, a single character, a phrase, or the like.
  • a “feature” as used herein refers to a primary module or primary functionality of the software application, such as an email interface, a chat interface, a contacts module, a file uploader, a user profile page, or the like.
  • a feature of an application may include, cooperate with, or be associated with any number of UI components, wherein a “component” represents a self-contained unit of software, for example, a reusable section of a UI.
  • a component can range in granularity from a single line of text to an assemblage of elements on a screen.
  • a component can include or encompass multiple sub-components if so desired.
  • a component carries information about appearance and behavior that determines the visual and interactive context of the associated UI text (e.g., how a user arrives at the screen, what she sees, and what can happen next). The feature in which the component is used determines the conceptual context of the associated UI text.
  • a software application of the type described here can include any number of features.
  • each feature may have any number of UI components associated therewith, and each UI component may have one or more UI text strings associated therewith.
  • This hierarchical arrangement can be leveraged for purposes of organizing and maintaining the UI text strings of the application.
  • information related to the relationship or association between a UI text string, its corresponding UI component, and its corresponding application feature can be saved and maintained for purposes of managing the text strings of the host software application.
  • the association of a UI text string with a UI component and an application feature provides much or all of the context needed to ensure that the string accurately and usefully represents an action, instruction, or information in the UI, and to manage it within a repository.
  • UI text is maintained in a suitably configured database, folder, or file in a way that allows the application code to reference the maintained UI text.
  • the UI text is typically maintained with little to no additional contextual information.
  • the UI text string “Submit” is maintained in a file with an identifier that can be used by the application code as a reference or pointer to that particular instantiation of the word “Submit.”
  • there can be multiple redundant entries for the same UI text string (“Submit”) which need not include the same identifier as the first instance, and which need not be used in the same context with the same application feature and/or with the same UI component. Consequently, a large and complex software application may include an unruly number of redundant, inconsistent, or duplicative UI text strings, which can make it very difficult to change, correct, or update UI text strings.
  • UI text strings in traditional software architectures can manifest itself in several ways. For example, suppose that a single UI text string is used in disparate places associated with different functionality. A developer may want to change the string in one feature, but the change could adversely affect other features where the string is also referenced. Referring again to FIG. 1 , suppose that the original design of the Create Lead window 100 used the word “Submit” as the label for the button 140 . Also assume that a developer decided to change the UI text string “Submit” to “Save” (as it appears in FIG. 1 ). That change makes good contextual sense for the UI window 110 because clicking on the button 140 initiates an operation to save the new sales lead.
  • Determining which features a UI text string appears in, or which UI components reference it, can be a time-consuming and unreliable process. Even if a developer finds all the references in the code, the code may be structured in such a way that the desired change cannot be made without also making undesired changes to other strings.
  • the methodology presented herein addresses this scenario by providing a reliable and efficient way to determine which components or features reference a UI text string. In other words, the methodology described herein enables the selective updating, changing, or revising of UI text strings in an efficient and effective manner, even if a UI text string to be changed appears in multiple different contexts within the UI environment.
  • Another potential issue with maintaining UI text in a context-free manner relates to the redundant use of strings.
  • the label “Save” can be used many times in an app (e.g., as a button label). If a separate UI text string is created and centrally stored each time the word “Save” is used in a button, there could be a high level of redundancy within the environment, resulting in inefficiencies and unnecessary complexities.
  • a developer wants to change the label “Cancel” to “Stop” throughout an app. The process of finding and changing all the desired UI text entries can be time consuming and produce unreliable results.
  • FIGS. 2 - 4 are diagrams that illustrate the shortcomings of an existing UI text string management scheme. More specifically, FIG. 2 is a diagram that illustrates how code for UI components can reference labels in the absence of an organizational principle that manages text strings, and FIG. 3 is a diagram that illustrates a methodology that utilizes UI text strings stored in a location (or different locations) that is referenced by the code of the corresponding UI components. Similarly, FIG. 4 is a diagram that illustrates UI components referencing text strings when the corresponding text string files are not included in a component file structure.
  • the UI window 110 can display any number of UI components having associated UI text strings and other content.
  • each application feature of the UI environment has one or more component folders (e.g., one component folder for each UI component utilized by the application feature).
  • Each application feature can have an extensive tree of folders, but each folder contains a similar set of file types (e.g., .cmp, .css, controller.js).
  • FIG. 2 depicts a leads folder 270 , which represents a folder at the application feature level.
  • the leads folder 270 contains three component level folders, namely, a Component A folder 220 , a Component B folder 230 , and a Component C folder 240 .
  • This hierarchical folder structure indicates that the Leads feature utilizes at least three UI components (Component A, Component B, and Component C).
  • the Leads example from a CRM environment is just one possibility; any type of application feature providing any type of functionality can be supported in a similar manner.
  • the Component A folder 220 includes files used in the generation and/or presentation of the UI component 120 , which is a label for this particular example.
  • Each UI component associated with the UI window 110 has a corresponding component folder.
  • the Component B folder 230 stores the files for a UI component 210 (which represents another label in the UI window 110 ).
  • the Component C folder 240 stores the files for another UI component, namely, the button 140 .
  • a component folder may contain a variety of different file types as needed to support the UI environment. To this end, a .cmp file can have library content, security settings, user information, navigation information, customization information, and/or personalization information.
  • a .css file can have style and display information for how content is to be displayed on a screen, paper, and other media.
  • the component folders include .cmp, .evt, and .css files; however, different and/or additional file types can be supported.
  • the code for each UI component points to or otherwise references UI text files stored/located elsewhere.
  • FIG. 3 is a diagram that illustrates the UI window 110 with the referenced UI text strings in their respective UI components.
  • the UI components are shown with their respective UI text strings: Create Lead, First Name, and Save.
  • FIG. 3 also demonstrates how the UI text strings are stored in a location (or different locations) referenced by the code of the corresponding UI components.
  • code within each UI component folder 220 , 230 , 240 references the text strings used by the respective UI components, wherein the text strings are stored and maintained outside the feature folder (which is the leads folder 270 in this example), and outside the component folders 220 , 230 , 240 .
  • the text string intended for use with the UI component 120 “Create Lead”—is stored in an appropriate file location 320 (such as a directory, folder, container, memory space, or file structure) outside of the leads folder 270 . Nonetheless, the “Create Lead” text string can be referenced by the code of the appropriate UI component that is defined by the component folder 220 .
  • the text string intended for use with the UI component 310 ““First Name”—is stored in an appropriate external or remote file location 330 that is referenced by the code of the UI component defined by the component folder 230 .
  • the text string intended for use with the button 140 —“Save” is stored in an external/remote file location 340 that is referenced by the code that is associated with the button 140 .
  • the text string information stored at the file locations 320 , 330 , 340 include the words to be displayed in quotation marks, along with respective identifiers, which are used by the code of the UI components to indicate which text strings are to appear in the components.
  • FIG. 4 is a diagram that illustrates different UI components referencing UI text strings in accordance with a scheme where the corresponding text string files are maintained separately from the code of the UI components.
  • each UI component (shown at the left side of FIG. 4 ) references the same literal text string, namely, the word “Save.” Even though the same word is used by the different UI components, the text string referencing is inconsistent.
  • UI components (the Create Lead component 410 , the Create Account component 420 , the Edit Task component 430 , and the Edit Event component 440 ) individually reference the text string 415 , only one UI component (the Change Time Zone component 425 ) references the text string 435 , only one UI component (the Create Campaign component 450 ) references the text string 455 , and only one UI component (the Update Case component 460 ) references the text string 465 .
  • the approach depicted in FIG. 4 which suffers from a lack of systematic information about where strings are referenced in the code or where they appear in the UI environment, can be problematic for the various reasons mentioned above. Indeed, in a large and complex software product or platform that includes many application features and many UI components, sorting out what text strings properly belong to what features and components can be an extremely difficult, challenging, and time consuming task.
  • the issues and problems outlined above are addressed by an exemplary approach that facilitates the organization and maintenance of UI text strings that are used in complex software.
  • the problem of uniquely identifying each UI text string within software can be solved by storing each string within a suitably configured file structure, database element, or memory storage structure, together with a logical construct, such as a UI component, that defines or otherwise indicates the appearance and behavior of the interface element in which a string appears; with such structures in turn organized by the purpose filled by the software or a given part of the software.
  • each text string is associated with other pieces of information, namely, the component in which the text string appears, along with the feature in which that component is used.
  • the component specifies, identifies, or is otherwise associated with the visual and temporal context in which the string appears, and the feature specifies, identifies, or is otherwise associated with the conceptual context.
  • UI text can be organized and managed using any appropriate methodology, hierarchical arrangement of file/folder structures, or the like.
  • the exemplary embodiment described here employs a top-down hierarchy (application feature>UI component>UI text) that is easy to understand and implement. In practice, however, a different hierarchy or a different organization scheme can be utilized to achieve the same benefits and results.
  • UI text strings are written into suitable files (e.g., extensible markup language (XML) files having the file extension “.xml”) within existing UI component bundles for each application feature.
  • suitable files e.g., extensible markup language (XML) files having the file extension “.xml”
  • this file structure provides the additional benefit of bypassing the effort that would otherwise be needed to untangle the text strings in their current locations and identify the features and components that each text string is currently used in.
  • a single UI text string can be used to reference across the code.
  • FIG. 5 , FIG. 6 A , and FIG. 6 B are diagrams that illustrate an exemplary embodiment of a scheme that employs file structures to manage UI text strings for a software application.
  • FIG. 5 is a diagram that illustrates how the code for each UI component can include a text string file that contains the UI text strings for that particular UI component.
  • the UI text strings are stored within a component file structure, which in turn may be located within the file or folder arrangement of the corresponding application feature.
  • each string is identified by its unique location in a single component within a single area of the component code.
  • the Component A folder 220 includes the component files discussed above as well as an XML file 510 .
  • XML files are widely used file formats that are used to share format and data utilizing graphical user interfaces.
  • XML describes the content in terms of what data is being described.
  • An XML file can be processed purely as data by a program, or it can be stored with similar data on another computer, or it can be displayed, like an HTML file. For example, depending on how the application in the receiving computer handles data that is marked as a phone number, the phone number can be stored, displayed, or dialed.
  • the Component B folder 230 includes an XML file 520
  • the Component Colder 240 includes an XML file 530 .
  • the XML file 510 stores all of the UI text strings associated with the UI component 120 .
  • one or more text strings e.g., “Create Lead”
  • a translation source language such as English
  • approved translations that are used when the UI window 110 utilizes a different language (such as Portuguese).
  • storing and maintaining an XML file within a hierarchical folder structure automatically establishes the desired contextual associations between the UI text strings contained in the XML file, the corresponding UI component, and the corresponding application feature.
  • FIG. 6 A is a diagram that illustrates a methodology that utilizes UI text strings stored with the code/files of their respective UI components.
  • identical strings such as the word “Save” can have unique identifiers that indicate the contextual usage of the strings within the domain of the UI environment.
  • the Leads folder 610 can include any number of UI components defined by different component folders, such as a Component C folder 620 that contains the component files discussed above.
  • a Change Time Zone folder 650 can include any number of UI components defined by component folders, such as a Component C folder 660 , which can include the component files as discussed above.
  • the Component C folder 620 (which resides in the Leads folder 610 ) contains an XML file that includes an instantiation of the Save text string 625 to be utilized in the context of Component C of the Leads application feature.
  • the file path of the Save text string 625 distinguishes it from any other text string in the hierarchy.
  • the Component C folder 660 (which resides in the Change Time Zone folder 650 ) contains an XML file that includes an instantiation of the Save text string 665 to be utilized in the context of Component C of the Change Time Zone application feature.
  • the combined file path and ID of the Save text string 665 distinguishes it from any other text string in the hierarchy.
  • the different file paths demonstrate how different instantiations of the same word, which is used for the same function (saving an object to memory), can be distinguished by maintaining the text string files in a component-based file/folder structure.
  • Each text string's unique context is inherent in the string's location in the file/folder hierarchy. Instead of being referenced in the code by its location in a separate database or file structure, which may provide no inherent context, a string is referenced in the code by its location in a component-based hierarchy.
  • a string's location is always unique, is always current, and always provides context about the string's appearance, behavior, purpose, and/or other characteristics in the software interface.
  • each text string is uniquely identifiable by its location, a change to the content of any individual string affects only that string and no other. For example, suppose that it is desirable to change the button label in the Change Time Zone feature from “Save” to “Switch.” In the XML file in the Component C folder 660 , the developer changes the content of string 665 from “Save” to “Switch.” By definition, “Switch” appears only in the UI generated by the code in the Change Time Zone folder 650 , and not in the Save text string 625 or any other part of the UI. This approach represents a practical solution to the problem outlined above (where substitution of “Submit” to “Save” works well for a feature that actually saves a record to storage, but is undesirable for a feature that sends an outgoing email).
  • FIG. 6 B is a diagram that illustrates an extension of the methodology described above.
  • the two instantiations of the Save text string 625 , 665 are stored in their respective locations with corresponding unique identifiers that distinguish them from one another (that from other instances of the same UI text string).
  • identical text strings having similar or identical contextual usage within the UI environment can be referenced using a common alias, a file pointer, a shortcut, or the like.
  • an alias can be used to reference a single text string.
  • one or more of the files within the Component C folder 620 reference the text string “Save” 670 via an alias 672 .
  • one or more of the files within the Component C folder 650 also reference the same text string “Save” 670 via the alias 672 .
  • the use of aliases in this manner can reduce the use of redundant text strings (such as the text strings 435 , 455 , 465 depicted in FIG. 4 ), which can make text string maintenance more efficient and improve the performance of the system.
  • a system utilizing the component structures described herein can provide benefits across software (e.g., at Salesforce, across the entire platform, across a partner app, or including acquired products and features).
  • software e.g., at Salesforce, across the entire platform, across a partner app, or including acquired products and features.
  • Such a system provides context needed to write accurate and appropriate text for each string and to manage UI text effectively across the software.
  • a writer or developer can change any UI text string in the application with confidence that he is not inadvertently changing other UI text strings.
  • a system utilizing the component structures described herein can improve productivity and reduce the costs of updating and maintaining UI text across a platform.
  • UI text strings organized according to such a system can be pulled into a repository (e.g., a content management system, or CMS).
  • a repository e.g., a content management system, or CMS.
  • Writers responsible for the content of the strings can use such a repository to access and update strings without handling the code or involving developers, quality engineers, or product managers.
  • a repository organized in this way can facilitate accurate and timely insertion and removal of strings, for example labels indicating release status such as beta or pilot.
  • a repository organized in this way also makes it much more feasible and cost effective for writers to attach code comments containing additional information for translators, making localization more efficient and accurate.
  • a system utilizing the component structures described herein can be used to improve quality, usability, and consistency.
  • a repository of UI text strings with unique identifiers can be accessed by a software component or module to check, confirm, or search for certain characteristics associated with the various UI text strings.
  • Such a system makes it feasible and cost-effective to check all UI text for errors and ensure consistency (e.g., by running software for analyzing or optimizing content, such as the ACROLINX software product) and to quickly correct problems, for example before source content is delivered to translators, again without involving developers, quality engineers, or product managers.
  • such a system makes localization more efficient and effective by improving the source content that translators work from. These improvements can be made to source content in any language.
  • the system can be used to identify all content in similar components and repeat desirable patterns of voice and tone. For example, if an error occurs after a user edits data, software can display a variety of messages, and when messages with similar meanings are worded in different ways in each feature, software is harder to use.
  • the system described herein makes it feasible and cost-effective to identify messages with similar meanings and update messages for consistency.
  • a system utilizing the component structures described herein can be used to improve performance by facilitating the identification of redundant strings with identical wording (e.g., “Save”), which can then be replaced with references to a single label (as shown in FIG. 6 B ).
  • Such changes can also optimize performance by minimizing the number of UI text strings.
  • Such changes can also reduce localization costs by improving the source content that translators work from and reducing the number of different phrases to be translated.
  • a system utilizing the component structures described herein can also be used to facilitate the integration of products and features added through the acquisition of companies, for example when those products and features are built using similar components.
  • FIG. 7 illustrates a block diagram of an environment 710 wherein an on-demand database service might be used.
  • Environment 710 may include user systems 712 , network 714 , system 716 , processor system 717 , application platform 718 , network interface 720 , tenant data storage 722 , system data storage 724 , program code 726 , and process space 728 .
  • environment 710 need not have all of the components listed and/or may have other elements instead of, or in addition to, those listed above.
  • Environment 710 is an environment in which an on-demand database service exists.
  • User system 712 may be any machine or system that is used by a user to access a database user system.
  • any of user systems 712 can be a handheld computing device, a mobile phone, a laptop computer, a work station, and/or a network of computing devices.
  • user systems 712 might interact via a network 714 with an on-demand database service, which is system 716 .
  • An on-demand database service such as system 716
  • system 716 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).
  • MTS multi-tenant database system
  • “on-demand database service 716 ” and “system 716 ” will be used interchangeably herein.
  • a database image may include one or more database objects.
  • Application platform 718 may be a framework that allows the applications of system 716 to run, such as the hardware and/or software, e.g., the operating system.
  • on-demand database service 716 may include an application platform 718 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 712 , or third party application developers accessing the on-demand database service via user systems 712 .
  • the users of user systems 712 may differ in their respective capacities, and the capacity of a particular user system 712 might be entirely determined by permissions (permission levels) for the current user. For example, where a salesperson is using a particular user system 712 to interact with system 716 , that user system has the capacities allotted to that salesperson. However, while an administrator is using that user system to interact with system 716 , that user system has the capacities allotted to that administrator.
  • 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 714 is any network or combination of networks of devices that communicate with one another.
  • network 714 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.
  • LAN local area network
  • WAN wide area network
  • telephone network wireless network
  • point-to-point network star network
  • token ring network token ring network
  • hub network or other appropriate configuration.
  • TCP/IP Transfer Control Protocol and Internet Protocol
  • User systems 712 might communicate with system 716 using TCP/IP and, at a higher network level, use other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc.
  • HTTP HyperText Transfer Protocol
  • user system 712 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 716 .
  • HTTP server might be implemented as the sole network interface between system 716 and network 714 , but other techniques might be used as well or instead.
  • the interface between system 716 and network 714 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.
  • system 716 implements a web-based customer relationship management (CRM) system.
  • system 716 includes application servers configured to implement and execute CRM software applications as well as provide related data, code, forms, webpages and other information to and from user systems 712 and to store to, and retrieve from, a database system related data, objects, and Webpage content.
  • CRM customer relationship management
  • data for multiple tenants may be stored in the same physical database object, however, tenant data typically is arranged so that data of one tenant is kept logically separate from that of other tenants so that one tenant does not have access to another tenant's data, unless such data is expressly shared.
  • system 716 implements applications other than, or in addition to, a CRM application.
  • system 716 may provide tenant access to multiple hosted (standard and custom) applications, including a CRM application.
  • User (or third party developer) applications which may or may not include CRM, may be supported by the application platform 718 , which manages creation, storage of the applications into one or more database objects and executing of the applications in a virtual machine in the process space of the system 716 .
  • FIG. 7 One arrangement for elements of system 716 is shown in FIG. 7 , including a network interface 720 , application platform 718 , tenant data storage 722 for tenant data 723 , system data storage 724 for system data 725 accessible to system 716 and possibly multiple tenants, program code 726 for implementing various functions of system 716 , and a process space 728 for executing MTS system processes and tenant-specific processes, such as running applications as part of an application hosting service. Additional processes that may execute on system 716 include database indexing processes.
  • each user system 712 could include a desktop personal computer, workstation, laptop, PDA, cell phone, or any wireless access protocol (WAP) enabled device or any other computing device capable of interfacing directly or indirectly to the Internet or other network connection.
  • WAP wireless access protocol
  • User system 712 typically runs an HTTP client, e.g., a browsing program, such as Edge from Microsoft, Safari from Apple, Chrome from Google, or a WAP-enabled browser in the case of a cell phone, PDA or other wireless device, or the like, allowing a user (e.g., subscriber of the multi-tenant database system) of user system 712 to access, process and view information, pages and applications available to it from system 716 over network 714 .
  • HTTP client e.g., a browsing program, such as Edge from Microsoft, Safari from Apple, Chrome from Google, or a WAP-enabled browser in the case of a cell phone, PDA or other wireless device, or the like.
  • Each user system 712 also typically includes one or more user interface devices, such as a keyboard, a mouse, touch pad, touch screen, pen or the like, for interacting with a graphical user interface (GUI) provided by the browser on a display (e.g., a monitor screen, LCD display, etc.) in conjunction with pages, forms, applications and other information provided by system 716 or other systems or servers.
  • GUI graphical user interface
  • the user interface device can be used to access data and applications hosted by system 716 , and to perform searches on stored data, and otherwise allow a user to interact with various GUI pages that may be presented to a user.
  • embodiments are suitable for use with the Internet, which refers to a specific global internetwork of networks. However, it should be understood that other networks can be used instead of the Internet, such as an intranet, an extranet, a virtual private network (VPN), a non-TCP/IP based network, any LAN or WAN or the like.
  • VPN virtual private network
  • each user system 712 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 Core series processor or the like.
  • system 716 (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 717 , which may include an Intel Core series 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 716 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.
  • 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.
  • 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.
  • a transmission medium e.g., over the Internet
  • any other conventional network connection e.g., extranet, VPN, LAN, etc.
  • any communication medium and protocols e.g., TCP/IP, HTTP, HTTPS, Ethernet, etc.
  • 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, JavaTM, JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used.
  • JavaTM is a trademark of Sun Microsystems, Inc.
  • each system 716 is configured to provide webpages, forms, applications, data and media content to user (client) systems 712 to support the access by user systems 712 as tenants of system 716 .
  • system 716 provides security mechanisms to keep each tenant's data separate unless the data is shared.
  • MTS Mobility Management Entity
  • 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).
  • each MTS could include one or more logically and/or physically connected servers distributed locally or across one or more geographic locations.
  • 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.
  • 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.
  • FIG. 8 also illustrates environment 710 . However, in FIG. 8 elements of system 716 and various interconnections in an embodiment are further illustrated.
  • user system 712 may include processor system 712 A, memory system 712 B, input system 712 C, and output system 712 D.
  • FIG. 8 shows network 714 and system 716 .
  • system 716 may include tenant data storage 722 , tenant data 723 , system data storage 724 , system data 725 , User Interface (UI) 830 , Application Program Interface (API) 832 , PL/SOQL 834 , save routines 836 , application setup mechanism 838 , applications servers 8001 - 800 N, system process space 802 , tenant process spaces 804 , tenant management process space 810 , tenant storage area 812 , user storage 814 , and application metadata 816 .
  • environment 710 may not have the same elements as those listed above and/or may have other elements instead of, or in addition to, those listed above.
  • processor system 712 A may be any combination of one or more processors.
  • Memory system 712 B may be any combination of one or more memory devices, short term, and/or long term memory.
  • Input system 712 C may be any combination of input devices, such as one or more keyboards, mice, trackballs, scanners, cameras, and/or interfaces to networks.
  • Output system 712 D may be any combination of output devices, such as one or more monitors, printers, and/or interfaces to networks.
  • system 716 may include a network interface 720 (of FIG.
  • Each application server 800 may be configured to tenant data storage 722 and the tenant data 723 therein, and system data storage 724 and the system data 725 therein to serve requests of user systems 712 .
  • the tenant data 723 might be divided into individual tenant storage areas 812 , which can be either a physical arrangement and/or a logical arrangement of data.
  • user storage 814 and application metadata 816 might be similarly allocated for each user.
  • a copy of a user's most recently used (MRU) items might be stored to user storage 814 .
  • a copy of MRU items for an entire organization that is a tenant might be stored to tenant storage area 812 .
  • a UI 830 provides a user interface and an API 832 provides an application programmer interface to system 716 resident processes to users and/or developers at user systems 712 .
  • the tenant data and the system data may be stored in various databases, such as one or more OracleTM databases.
  • Application platform 718 includes an application setup mechanism 838 that supports application developers' creation and management of applications, which may be saved as metadata into tenant data storage 722 by save routines 836 for execution by subscribers as one or more tenant process spaces 804 managed by tenant management process 810 for example. Invocations to such applications may be coded using PL/SOQL 834 that provides a programming language style interface extension to API 832 . Invocations to applications may be detected by one or more system processes, which manage retrieving application metadata 816 for the subscriber making the invocation and executing the metadata as an application in a virtual machine.
  • Each application server 800 may be communicably coupled to database systems, e.g., having access to system data 725 and tenant data 723 , via a different network connection.
  • one application server 8001 might be coupled via the network 714 (e.g., the Internet)
  • another application server 800 N- 1 might be coupled via a direct network link
  • another application server 800 N 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 800 and the database system.
  • TCP/IP Transfer Control Protocol and Internet Protocol
  • each application server 800 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 800 .
  • an interface system implementing a load balancing function e.g., an F5 BIG-IP load balancer
  • the load balancer uses a least connections algorithm to route user requests to the application servers 800 .
  • Other examples of load balancing algorithms such as round robin and observed response time, also can be used.
  • system 716 is multi-tenant, wherein system 716 handles storage of, and access to, different objects, data and applications across disparate users and organizations.
  • one tenant might be a company that employs a sales force where each salesperson uses system 716 to manage their sales process.
  • 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 722 ).
  • tenant data storage 722 e.g., in tenant data storage 722 .
  • 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.
  • user systems 712 (which may be client systems) communicate with application servers 800 to request and update system-level and tenant-level data from system 716 that may require sending one or more queries to tenant data storage 722 and/or system data storage 724 .
  • System 716 e.g., an application server 800 in system 716
  • System data storage 724 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.
  • 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.
  • standard entity tables might be provided for use by all tenants.
  • 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.”
  • 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.
  • 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.
  • the program or code segments are stored in a tangible processor-readable medium, which may include any medium that can store or transfer information.
  • a non-transitory and processor-readable medium include an electronic circuit, a semiconductor memory device, a ROM, a flash memory, an erasable ROM (EROM), a floppy diskette, a CD-ROM, an optical disk, a hard disk, or the like.

Abstract

A computer-implemented database system as described herein includes a memory device and one or more processors coupled with the memory device. The one or more processors are configurable to create and maintain a folder structure for a user interface (UI) environment, wherein the folder structure includes: a feature folder that defines an application feature supported by the UI environment, the application feature having a UI component associated therewith, and the UI component having a UI text string associated therewith; a component folder located in the feature folder, the component folder having computer readable files that define the UI component; and a text string file located in the component folder, wherein the text string file defines content of the UI text string.

Description

CROSS-REFERENCE TO RELATED APPLICATION
This application is a continuation of U.S. application Ser. No. 15/458,591 filed Mar. 14, 2017, which is incorporated herein by reference in its entirety.
TECHNICAL FIELD
Embodiments relate to techniques for managing content to be displayed on a graphical user interface. More particularly, embodiments relate to techniques for utilizing context to create and coordinate text string content to be displayed on the graphical user interface in conjunction with certain features and components.
BACKGROUND
As part of the content they provide, graphical user interfaces generally include various text strings (i.e., user interface text or “UI text”) in connection with different features and functions. For example, various control and navigation elements such as buttons include UI text (e.g., “save,” “send,” and “cancel”). Other examples of graphical user interface elements that include UI text are links, labels for data fields, error messages, confirmation dialogs, legal notices such as disclaimers and agreements, inline help, walkthroughs, and alternative text (which is text read aloud by screen-reading software used by the blind). A complex software application or suite of applications may include hundreds or thousands (or more) of different text strings utilized with a variety of different features, functions, and/or contexts. Within such a complex system, it can be difficult, burdensome, and time consuming to write and maintain the text strings that appear in the software code that implements the system.
Accordingly, it is desirable to have a methodology that can be used to efficiently and effectively organize the UI text of a software application such as a graphical user interface. In addition, it is desirable to have a methodology that facilitates efficient and effective maintenance—that is, updating, correction, and revision—of UI text contained in a complex software application. Furthermore, other desirable features and characteristics will become apparent from the subsequent detailed description and the appended claims, taken in conjunction with the accompanying drawings and the foregoing technical field and background.
BRIEF DESCRIPTION OF THE DRAWINGS
A more complete understanding of the subject matter may be derived by referring to the detailed description and claims in conjunction with the following figures, wherein like reference numbers refer to similar elements throughout the figures.
FIG. 1 is an exemplary representation of a UI window that includes several UI components;
FIG. 2 is a diagram that illustrates how code for UI components can reference labels in the absence of an organizational principle that manages text strings;
FIG. 3 is a diagram that illustrates a methodology that utilizes UI text strings stored in a location (or different locations) that is referenced by the code of the corresponding UI components;
FIG. 4 is a diagram that illustrates UI components referencing text strings when the corresponding text string files are not included in a component file structure;
FIG. 5 is a diagram that illustrates an exemplary embodiment of a file structure that can be used to manage UI text strings, where the UI text strings are stored within the corresponding UI component file structure;
FIG. 6A is a diagram that illustrates an exemplary embodiment of a methodology that can be used to manage text strings;
FIG. 6B is a diagram that illustrates an exemplary embodiment of a methodology that can be used to manage text strings, where the text strings can be referenced using an alias;
FIG. 7 is a block diagram representation of an exemplary environment in which an on-demand database service might be used; and
FIG. 8 is a block diagram representation of another exemplary environment in which an on-demand database service might be used.
DETAILED DESCRIPTION
The following detailed description is merely illustrative in nature and is not intended to limit the embodiments of the subject matter or the application and uses of such embodiments. As used herein, the word “exemplary” means “serving as an example, instance, or illustration.” Any implementation described herein as exemplary is not necessarily to be construed as preferred or advantageous over other implementations. Furthermore, there is no intention to be bound by any expressed or implied theory presented in the preceding technical field, background, brief summary or the following detailed description.
In the following description, numerous specific details are set forth. However, embodiments of the invention may be practiced without these specific details. In other instances, well-known structures and techniques have not been shown in detail in order to avoid obscuring the understanding of this description.
UI text strings are an essential part of the user interface (UI) of most software. Like any other text, such as the content of a book or a billboard, UI text works best if it is edited for qualities such as spelling, grammar, wording, consistency, and accuracy. That said, UI text strings typically are not organized in a way that allows them to be easily managed for those qualities. In accordance with the various embodiments described herein, however, improved systems and architectures can be utilized to overcome the problems caused by a lack of contextual information needed to efficiently write and maintain UI text strings in software. Various embodiments provide solutions by associating the UI text strings with context about the strings' appearance, behavior, purpose, and/or other characteristics in the software interface. More specifically, the solutions presented herein utilize suitably configured database structures, file structures, and/or data storage elements to organize and maintain UI text strings with corresponding contextual information, in a logical and effective manner.
In this regard, FIG. 1 depicts an exemplary representation of a UI window 110 that includes several UI components. The UI window 110 may be generated by a software application for display on a display device, in accordance with well-known techniques. FIG. 1 shows merely one simple example of a UI window 110 having a plurality of UI components; other UI windows generated by an application can be much more complex. For this particular example, the UI window 110 corresponds to a “Create Lead” interface in a customer relationship management (CRM) environment; however, UI windows in any type of environment can be managed in a similar manner.
The UI components that appear in association with the UI window 110 include, without limitation: a main label (or title) 120, which can include an appropriate UI text string (e.g., “Create Lead”); a plurality of text entry fields 130; and a button 140. In this example, each of the fields 130 has a respective UI text string: First Name, Last Name, Phone, Email, and Company. Moreover, the button 140 has a UI text string associated therewith: Save. The UI window 110 allows a user to create a record for a new sales lead. She can accomplish this task by interacting with the UI window 110. When she has finished entering the lead's name and contact information, she saves the record by clicking the button 140, which is labeled “Save” in FIG. 1 . For this example, the UI window 110 represents one high level feature of the software application, the button 140 represents a UI component of the Create Lead feature, and the word “Save” represents the UI text string content that is associated with the button 140. It should be appreciated that any number of UI text strings and other forms of UI content can be utilized by a software application. In practice, a UI text string can be any word, a combination of words, letters, numbers, or characters, a single character, a phrase, or the like.
Complex software, for example the platforms and services provided by Salesforce.com, Inc., contains tens of thousands of UI text strings across various features. In this regard, a “feature” as used herein refers to a primary module or primary functionality of the software application, such as an email interface, a chat interface, a contacts module, a file uploader, a user profile page, or the like. A feature of an application may include, cooperate with, or be associated with any number of UI components, wherein a “component” represents a self-contained unit of software, for example, a reusable section of a UI. In this regard, a component can range in granularity from a single line of text to an assemblage of elements on a screen. Moreover, a component can include or encompass multiple sub-components if so desired. For example, in a Salesforce-based environment, a component carries information about appearance and behavior that determines the visual and interactive context of the associated UI text (e.g., how a user arrives at the screen, what she sees, and what can happen next). The feature in which the component is used determines the conceptual context of the associated UI text.
As mentioned previously, a software application of the type described here can include any number of features. In turn, each feature may have any number of UI components associated therewith, and each UI component may have one or more UI text strings associated therewith. This hierarchical arrangement can be leveraged for purposes of organizing and maintaining the UI text strings of the application. In this regard, information related to the relationship or association between a UI text string, its corresponding UI component, and its corresponding application feature can be saved and maintained for purposes of managing the text strings of the host software application. In other words, the association of a UI text string with a UI component and an application feature provides much or all of the context needed to ensure that the string accurately and usefully represents an action, instruction, or information in the UI, and to manage it within a repository.
In accordance with some existing software architectures, UI text is maintained in a suitably configured database, folder, or file in a way that allows the application code to reference the maintained UI text. However, the UI text is typically maintained with little to no additional contextual information. For example, in a context-free implementation, the UI text string “Submit” is maintained in a file with an identifier that can be used by the application code as a reference or pointer to that particular instantiation of the word “Submit.” In such an implementation, there can be multiple redundant entries for the same UI text string (“Submit”), which need not include the same identifier as the first instance, and which need not be used in the same context with the same application feature and/or with the same UI component. Consequently, a large and complex software application may include an unruly number of redundant, inconsistent, or duplicative UI text strings, which can make it very difficult to change, correct, or update UI text strings.
The problem of organizing UI text strings in traditional software architectures can manifest itself in several ways. For example, suppose that a single UI text string is used in disparate places associated with different functionality. A developer may want to change the string in one feature, but the change could adversely affect other features where the string is also referenced. Referring again to FIG. 1 , suppose that the original design of the Create Lead window 100 used the word “Submit” as the label for the button 140. Also assume that a developer decided to change the UI text string “Submit” to “Save” (as it appears in FIG. 1 ). That change makes good contextual sense for the UI window 110 because clicking on the button 140 initiates an operation to save the new sales lead. Conversely, that change might not make good contextual sense for other instantiations of the UI text string “Submit.” For example, assume that the original design of an Email window uses the word “Submit” on a button that is activated to deliver an email message. In that scenario, it would be improper to change the word “Submit” to the word “Save” because the intended functionality of the button is to send the email, not to save the email as a draft. Thus, the UI text for the button in the Email window should either be preserved (as “Submit”) or it should be changed to “Send” instead of “Save,” which makes better contextual sense for the Email feature. This example shows that referencing the wrong UI text string in a user interface can result in a serious flaw or bug. If the same UI text entry happens to be referenced by two or more different components (having different functionality), then changing that common UI text entry can produce unexpected results with respect to at least one of those components.
Determining which features a UI text string appears in, or which UI components reference it, can be a time-consuming and unreliable process. Even if a developer finds all the references in the code, the code may be structured in such a way that the desired change cannot be made without also making undesired changes to other strings. The methodology presented herein addresses this scenario by providing a reliable and efficient way to determine which components or features reference a UI text string. In other words, the methodology described herein enables the selective updating, changing, or revising of UI text strings in an efficient and effective manner, even if a UI text string to be changed appears in multiple different contexts within the UI environment.
Another potential issue with maintaining UI text in a context-free manner relates to the redundant use of strings. In this regard, suppose that multiple identical UI text strings are repeated many times in similar places across various features. For example, the label “Save” can be used many times in an app (e.g., as a button label). If a separate UI text string is created and centrally stored each time the word “Save” is used in a button, there could be a high level of redundancy within the environment, resulting in inefficiencies and unnecessary complexities. As another example, suppose that a developer wants to change the label “Cancel” to “Stop” throughout an app. The process of finding and changing all the desired UI text entries can be time consuming and produce unreliable results. After a developer has identified the different UI text entries in the appropriate database or folder, he then has to change each string separately. In some situations, there may be no way to change identical strings all at once across an app or a platform, so that each string has to be changed by a different developer. Furthermore, changing even one string—including fixing an error such as a typo—can be a highly manual and expensive process involving multiple people (e.g., a writer, a product manager, a developer, and a quality engineer, and sometimes a localization program manager working with translators).
As another example of a potential issue with maintaining UI text in a context-free manner, suppose that multiple different UI text strings are used to convey the same message. For example, all of the following strings could be used to convey a similar meaning:
    • 1) Error: You can't see this report because you can't view this record
    • 2) You can't view this task because you don't have access to this account
    • 3) Sorry, you can't view this record because you don't have permission
    • 4) Error: You do not have access to this task
    • 5) Error: Insufficient privileges
      Manually searching a UI text database or repository for different but contextually similar UI text strings is not an effective way to find and correct this kind of inconsistency because the strings may not have enough in common.
For at least the reasons mentioned above, software developers everywhere face the problem of organizing UI text strings. Within a multi-tenant environment (e.g., the Salesforce environment), the problem affects performance, usability, customer support costs, localization, and productivity. These effects span features (e.g., Salesforce clouds) and disciplines across platforms (e.g., at Salesforce, user interfaces for desktop and mobile devices).
FIGS. 2-4 are diagrams that illustrate the shortcomings of an existing UI text string management scheme. More specifically, FIG. 2 is a diagram that illustrates how code for UI components can reference labels in the absence of an organizational principle that manages text strings, and FIG. 3 is a diagram that illustrates a methodology that utilizes UI text strings stored in a location (or different locations) that is referenced by the code of the corresponding UI components. Similarly, FIG. 4 is a diagram that illustrates UI components referencing text strings when the corresponding text string files are not included in a component file structure.
With reference to FIG. 2 , the UI window 110 (also depicted in FIG. 1 ) can display any number of UI components having associated UI text strings and other content. In some implementations, each application feature of the UI environment has one or more component folders (e.g., one component folder for each UI component utilized by the application feature). Each application feature can have an extensive tree of folders, but each folder contains a similar set of file types (e.g., .cmp, .css, controller.js).
In the example of FIG. 2 , folder structures are illustrated for only three UI components, although the actual number of folder structures for a given application feature may be less than or greater than three. For the illustrated implementation, sets of component folders are further grouped within the respective feature folders. Accordingly, FIG. 2 depicts a leads folder 270, which represents a folder at the application feature level. The leads folder 270 contains three component level folders, namely, a Component A folder 220, a Component B folder 230, and a Component C folder 240. This hierarchical folder structure indicates that the Leads feature utilizes at least three UI components (Component A, Component B, and Component C). The Leads example from a CRM environment is just one possibility; any type of application feature providing any type of functionality can be supported in a similar manner.
The Component A folder 220 includes files used in the generation and/or presentation of the UI component 120, which is a label for this particular example. Each UI component associated with the UI window 110 has a corresponding component folder. Thus, the Component B folder 230 stores the files for a UI component 210 (which represents another label in the UI window 110). Similarly, the Component C folder 240 stores the files for another UI component, namely, the button 140. A component folder may contain a variety of different file types as needed to support the UI environment. To this end, a .cmp file can have library content, security settings, user information, navigation information, customization information, and/or personalization information. As another example, a .css file can have style and display information for how content is to be displayed on a screen, paper, and other media. For the example depicted in FIG. 2 , the component folders include .cmp, .evt, and .css files; however, different and/or additional file types can be supported. In accordance with the scheme depicted in FIGS. 2-4 , the code for each UI component points to or otherwise references UI text files stored/located elsewhere.
FIG. 3 is a diagram that illustrates the UI window 110 with the referenced UI text strings in their respective UI components. In contrast to that shown in FIG. 2 , the UI components are shown with their respective UI text strings: Create Lead, First Name, and Save. FIG. 3 also demonstrates how the UI text strings are stored in a location (or different locations) referenced by the code of the corresponding UI components. In the example of FIG. 3 , code within each UI component folder 220, 230, 240 references the text strings used by the respective UI components, wherein the text strings are stored and maintained outside the feature folder (which is the leads folder 270 in this example), and outside the component folders 220, 230, 240.
Thus, the text string intended for use with the UI component 120—“Create Lead”—is stored in an appropriate file location 320 (such as a directory, folder, container, memory space, or file structure) outside of the leads folder 270. Nonetheless, the “Create Lead” text string can be referenced by the code of the appropriate UI component that is defined by the component folder 220. Similarly, the text string intended for use with the UI component 310—“First Name”—is stored in an appropriate external or remote file location 330 that is referenced by the code of the UI component defined by the component folder 230. Likewise, the text string intended for use with the button 140—“Save” is stored in an external/remote file location 340 that is referenced by the code that is associated with the button 140. As shown in FIG. 3 , the text string information stored at the file locations 320, 330, 340 include the words to be displayed in quotation marks, along with respective identifiers, which are used by the code of the UI components to indicate which text strings are to appear in the components.
FIG. 4 is a diagram that illustrates different UI components referencing UI text strings in accordance with a scheme where the corresponding text string files are maintained separately from the code of the UI components. For this particular example, each UI component (shown at the left side of FIG. 4 ) references the same literal text string, namely, the word “Save.” Even though the same word is used by the different UI components, the text string referencing is inconsistent. More specifically, four UI components (the Create Lead component 410, the Create Account component 420, the Edit Task component 430, and the Edit Event component 440) individually reference the text string 415, only one UI component (the Change Time Zone component 425) references the text string 435, only one UI component (the Create Campaign component 450) references the text string 455, and only one UI component (the Update Case component 460) references the text string 465. The approach depicted in FIG. 4 , which suffers from a lack of systematic information about where strings are referenced in the code or where they appear in the UI environment, can be problematic for the various reasons mentioned above. Indeed, in a large and complex software product or platform that includes many application features and many UI components, sorting out what text strings properly belong to what features and components can be an extremely difficult, challenging, and time consuming task.
The issues and problems outlined above (for a system that maintains UI text in a context-free manner) are addressed by an exemplary approach that facilitates the organization and maintenance of UI text strings that are used in complex software. For example, in various embodiments described herein, the problem of uniquely identifying each UI text string within software can be solved by storing each string within a suitably configured file structure, database element, or memory storage structure, together with a logical construct, such as a UI component, that defines or otherwise indicates the appearance and behavior of the interface element in which a string appears; with such structures in turn organized by the purpose filled by the software or a given part of the software. More specifically, the methodology described herein provides improved efficiencies through the inclusion of UI text strings in component-based file structures created and maintained for the software application of interest. As mentioned above in the context of certain embodiments, each text string is associated with other pieces of information, namely, the component in which the text string appears, along with the feature in which that component is used. The component specifies, identifies, or is otherwise associated with the visual and temporal context in which the string appears, and the feature specifies, identifies, or is otherwise associated with the conceptual context.
It should be appreciated that UI text can be organized and managed using any appropriate methodology, hierarchical arrangement of file/folder structures, or the like. The exemplary embodiment described here employs a top-down hierarchy (application feature>UI component>UI text) that is easy to understand and implement. In practice, however, a different hierarchy or a different organization scheme can be utilized to achieve the same benefits and results.
In accordance with certain embodiments, UI text strings are written into suitable files (e.g., extensible markup language (XML) files having the file extension “.xml”) within existing UI component bundles for each application feature. In established systems, this file structure provides the additional benefit of bypassing the effort that would otherwise be needed to untangle the text strings in their current locations and identify the features and components that each text string is currently used in. In an embodiment, to eliminate duplication in the case of text strings used across a platform (such as the button label “Save”), a single UI text string can be used to reference across the code.
FIG. 5 , FIG. 6A, and FIG. 6B are diagrams that illustrate an exemplary embodiment of a scheme that employs file structures to manage UI text strings for a software application. In this regard, FIG. 5 is a diagram that illustrates how the code for each UI component can include a text string file that contains the UI text strings for that particular UI component. In other words, the UI text strings are stored within a component file structure, which in turn may be located within the file or folder arrangement of the corresponding application feature. In the example of FIG. 5 , each string is identified by its unique location in a single component within a single area of the component code.
In certain embodiments, the Component A folder 220 includes the component files discussed above as well as an XML file 510. In general, XML, files are widely used file formats that are used to share format and data utilizing graphical user interfaces. XML describes the content in terms of what data is being described. An XML file can be processed purely as data by a program, or it can be stored with similar data on another computer, or it can be displayed, like an HTML file. For example, depending on how the application in the receiving computer handles data that is marked as a phone number, the phone number can be stored, displayed, or dialed. Similarly, the Component B folder 230 includes an XML file 520, and the Component Colder 240 includes an XML file 530. While text string management is described herein with respect to an exemplary embodiment that uses XML files and structures, other file types and structures can also be used. For this implementation, the XML file 510 stores all of the UI text strings associated with the UI component 120. For example, one or more text strings (e.g., “Create Lead”) that are used when the UI component 120 is displayed in the UI window 110 in a translation source language (such as English), along with approved translations that are used when the UI window 110 utilizes a different language (such as Portuguese). Notably, storing and maintaining an XML file within a hierarchical folder structure automatically establishes the desired contextual associations between the UI text strings contained in the XML file, the corresponding UI component, and the corresponding application feature.
FIG. 6A is a diagram that illustrates a methodology that utilizes UI text strings stored with the code/files of their respective UI components. In certain embodiments, identical strings (such as the word “Save”) can have unique identifiers that indicate the contextual usage of the strings within the domain of the UI environment. More specifically, the Leads folder 610 can include any number of UI components defined by different component folders, such as a Component C folder 620 that contains the component files discussed above. Similarly, a Change Time Zone folder 650 can include any number of UI components defined by component folders, such as a Component C folder 660, which can include the component files as discussed above. The Component C folder 620 (which resides in the Leads folder 610) contains an XML file that includes an instantiation of the Save text string 625 to be utilized in the context of Component C of the Leads application feature. In FIG. 6A, the file path of the Save text string 625 distinguishes it from any other text string in the hierarchy. Similarly, the Component C folder 660 (which resides in the Change Time Zone folder 650) contains an XML file that includes an instantiation of the Save text string 665 to be utilized in the context of Component C of the Change Time Zone application feature. In FIG. 6A, the combined file path and ID of the Save text string 665 distinguishes it from any other text string in the hierarchy. The different file paths demonstrate how different instantiations of the same word, which is used for the same function (saving an object to memory), can be distinguished by maintaining the text string files in a component-based file/folder structure. Each text string's unique context is inherent in the string's location in the file/folder hierarchy. Instead of being referenced in the code by its location in a separate database or file structure, which may provide no inherent context, a string is referenced in the code by its location in a component-based hierarchy. In a component-based system, a string's location is always unique, is always current, and always provides context about the string's appearance, behavior, purpose, and/or other characteristics in the software interface.
Because each text string is uniquely identifiable by its location, a change to the content of any individual string affects only that string and no other. For example, suppose that it is desirable to change the button label in the Change Time Zone feature from “Save” to “Switch.” In the XML file in the Component C folder 660, the developer changes the content of string 665 from “Save” to “Switch.” By definition, “Switch” appears only in the UI generated by the code in the Change Time Zone folder 650, and not in the Save text string 625 or any other part of the UI. This approach represents a practical solution to the problem outlined above (where substitution of “Submit” to “Save” works well for a feature that actually saves a record to storage, but is undesirable for a feature that sends an outgoing email).
FIG. 6B is a diagram that illustrates an extension of the methodology described above. As explained previously, the two instantiations of the Save text string 625, 665 are stored in their respective locations with corresponding unique identifiers that distinguish them from one another (that from other instances of the same UI text string). In certain scenarios, identical text strings having similar or identical contextual usage within the UI environment can be referenced using a common alias, a file pointer, a shortcut, or the like. For this particular example, assume that the Save text string 625 is contextually and functionally identical to the Save text string 665 in that both are used on a clickable button to initiate an object saving operation. In such situations, an alias can be used to reference a single text string. For this example, one or more of the files within the Component C folder 620 reference the text string “Save” 670 via an alias 672. Similarly, one or more of the files within the Component C folder 650 also reference the same text string “Save” 670 via the alias 672. The use of aliases in this manner can reduce the use of redundant text strings (such as the text strings 435, 455, 465 depicted in FIG. 4 ), which can make text string maintenance more efficient and improve the performance of the system.
A system utilizing the component structures described herein, i.e., a system in which each UI text string is uniquely identifiable by its context, can provide benefits across software (e.g., at Salesforce, across the entire platform, across a partner app, or including acquired products and features). Such a system provides context needed to write accurate and appropriate text for each string and to manage UI text effectively across the software. Using such a system, a writer or developer can change any UI text string in the application with confidence that he is not inadvertently changing other UI text strings.
As another benefit, a system utilizing the component structures described herein can improve productivity and reduce the costs of updating and maintaining UI text across a platform. UI text strings organized according to such a system can be pulled into a repository (e.g., a content management system, or CMS). Writers responsible for the content of the strings can use such a repository to access and update strings without handling the code or involving developers, quality engineers, or product managers. A repository organized in this way can facilitate accurate and timely insertion and removal of strings, for example labels indicating release status such as beta or pilot. A repository organized in this way also makes it much more feasible and cost effective for writers to attach code comments containing additional information for translators, making localization more efficient and accurate.
As another benefit, a system utilizing the component structures described herein can be used to improve quality, usability, and consistency. For example, a repository of UI text strings with unique identifiers can be accessed by a software component or module to check, confirm, or search for certain characteristics associated with the various UI text strings. Such a system makes it feasible and cost-effective to check all UI text for errors and ensure consistency (e.g., by running software for analyzing or optimizing content, such as the ACROLINX software product) and to quickly correct problems, for example before source content is delivered to translators, again without involving developers, quality engineers, or product managers. In turn, such a system makes localization more efficient and effective by improving the source content that translators work from. These improvements can be made to source content in any language. As another example, the system can be used to identify all content in similar components and repeat desirable patterns of voice and tone. For example, if an error occurs after a user edits data, software can display a variety of messages, and when messages with similar meanings are worded in different ways in each feature, software is harder to use. The system described herein makes it feasible and cost-effective to identify messages with similar meanings and update messages for consistency.
As another benefit, a system utilizing the component structures described herein can be used to improve performance by facilitating the identification of redundant strings with identical wording (e.g., “Save”), which can then be replaced with references to a single label (as shown in FIG. 6B). Such changes can also optimize performance by minimizing the number of UI text strings. Such changes can also reduce localization costs by improving the source content that translators work from and reducing the number of different phrases to be translated.
As another benefit, a system utilizing the component structures described herein can also be used to facilitate the integration of products and features added through the acquisition of companies, for example when those products and features are built using similar components.
The approaches and methodologies presented here can be utilized in various computer-based environments, network environments, and/or database system environments. In this regard, FIG. 7 illustrates a block diagram of an environment 710 wherein an on-demand database service might be used. Environment 710 may include user systems 712, network 714, system 716, processor system 717, application platform 718, network interface 720, tenant data storage 722, system data storage 724, program code 726, and process space 728. In other embodiments, environment 710 need not have all of the components listed and/or may have other elements instead of, or in addition to, those listed above.
Environment 710 is an environment in which an on-demand database service exists. User system 712 may be any machine or system that is used by a user to access a database user system. For example, any of user systems 712 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 FIG. 7 (and in more detail in FIG. 8 ), user systems 712 might interact via a network 714 with an on-demand database service, which is system 716.
An on-demand database service, such as system 716, 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 716” and “system 716” 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 718 may be a framework that allows the applications of system 716 to run, such as the hardware and/or software, e.g., the operating system. In an embodiment, on-demand database service 716 may include an application platform 718 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 712, or third party application developers accessing the on-demand database service via user systems 712.
The users of user systems 712 may differ in their respective capacities, and the capacity of a particular user system 712 might be entirely determined by permissions (permission levels) for the current user. For example, where a salesperson is using a particular user system 712 to interact with system 716, that user system has the capacities allotted to that salesperson. However, while an administrator is using that user system to interact with system 716, 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 714 is any network or combination of networks of devices that communicate with one another. For example, network 714 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, that network will be used in many of the examples herein. However, it should be understood that the networks that one or more implementations might use are not so limited, although TCP/IP is a frequently implemented protocol.
User systems 712 might communicate with system 716 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 712 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 716. Such an HTTP server might be implemented as the sole network interface between system 716 and network 714, but other techniques might be used as well or instead. In some implementations, the interface between system 716 and network 714 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 716, shown in FIG. 7 , implements a web-based customer relationship management (CRM) system. For example, in one embodiment, system 716 includes application servers configured to implement and execute CRM software applications as well as provide related data, code, forms, webpages and other information to and from user systems 712 and to store to, and retrieve from, a database system related data, objects, and Webpage content. With a multi-tenant system, data for multiple tenants may be stored in the same physical database object, however, tenant data typically is arranged so that data of one tenant is kept logically separate from that of other tenants so that one tenant does not have access to another tenant's data, unless such data is expressly shared. In certain embodiments, system 716 implements applications other than, or in addition to, a CRM application. For example, system 716 may provide tenant access to multiple hosted (standard and custom) applications, including a CRM application. User (or third party developer) applications, which may or may not include CRM, may be supported by the application platform 718, which manages creation, storage of the applications into one or more database objects and executing of the applications in a virtual machine in the process space of the system 716.
One arrangement for elements of system 716 is shown in FIG. 7 , including a network interface 720, application platform 718, tenant data storage 722 for tenant data 723, system data storage 724 for system data 725 accessible to system 716 and possibly multiple tenants, program code 726 for implementing various functions of system 716, and a process space 728 for executing MTS system processes and tenant-specific processes, such as running applications as part of an application hosting service. Additional processes that may execute on system 716 include database indexing processes.
Several elements in the system shown in FIG. 7 include conventional, well-known elements that are explained only briefly here. For example, each user system 712 could include a desktop personal computer, workstation, laptop, PDA, cell phone, or any wireless access protocol (WAP) enabled device or any other computing device capable of interfacing directly or indirectly to the Internet or other network connection. User system 712 typically runs an HTTP client, e.g., a browsing program, such as Edge from Microsoft, Safari from Apple, Chrome from Google, or a WAP-enabled browser in the case of a cell phone, PDA or other wireless device, or the like, allowing a user (e.g., subscriber of the multi-tenant database system) of user system 712 to access, process and view information, pages and applications available to it from system 716 over network 714. Each user system 712 also typically includes one or more user interface devices, such as a keyboard, a mouse, touch pad, touch screen, pen or the like, for interacting with a graphical user interface (GUI) provided by the browser on a display (e.g., a monitor screen, LCD display, etc.) in conjunction with pages, forms, applications and other information provided by system 716 or other systems or servers. For example, the user interface device can be used to access data and applications hosted by system 716, and to perform searches on stored data, and otherwise allow a user to interact with various GUI pages that may be presented to a user. As discussed above, embodiments are suitable for use with the Internet, which refers to a specific global internetwork of networks. However, it should be understood that other networks can be used instead of the Internet, such as an intranet, an extranet, a virtual private network (VPN), a non-TCP/IP based network, any LAN or WAN or the like.
According to one embodiment, each user system 712 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 Core series processor or the like. Similarly, system 716 (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 717, which may include an Intel Core series 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 716 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 716 is configured to provide webpages, forms, applications, data and media content to user (client) systems 712 to support the access by user systems 712 as tenants of system 716. As such, system 716 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.
FIG. 8 also illustrates environment 710. However, in FIG. 8 elements of system 716 and various interconnections in an embodiment are further illustrated. FIG. 8 shows that user system 712 may include processor system 712A, memory system 712B, input system 712C, and output system 712D. FIG. 8 shows network 714 and system 716. FIG. 8 also shows that system 716 may include tenant data storage 722, tenant data 723, system data storage 724, system data 725, User Interface (UI) 830, Application Program Interface (API) 832, PL/SOQL 834, save routines 836, application setup mechanism 838, applications servers 8001-800N, system process space 802, tenant process spaces 804, tenant management process space 810, tenant storage area 812, user storage 814, and application metadata 816. In other embodiments, environment 710 may not have the same elements as those listed above and/or may have other elements instead of, or in addition to, those listed above.
User system 712, network 714, system 716, tenant data storage 722, and system data storage 724 were discussed above with reference to FIG. 7 . Regarding user system 712, processor system 712A may be any combination of one or more processors. Memory system 712B may be any combination of one or more memory devices, short term, and/or long term memory. Input system 712C may be any combination of input devices, such as one or more keyboards, mice, trackballs, scanners, cameras, and/or interfaces to networks. Output system 712D may be any combination of output devices, such as one or more monitors, printers, and/or interfaces to networks. As shown in FIG. 8 , system 716 may include a network interface 720 (of FIG. 7 ) implemented as a set of HTTP application servers 800, an application platform 718, tenant data storage 722, and system data storage 724. Also shown is system process space 802, including individual tenant process spaces 804 and a tenant management process space 810. Each application server 800 may be configured to tenant data storage 722 and the tenant data 723 therein, and system data storage 724 and the system data 725 therein to serve requests of user systems 712. The tenant data 723 might be divided into individual tenant storage areas 812, which can be either a physical arrangement and/or a logical arrangement of data. Within each tenant storage area 812, user storage 814 and application metadata 816 might be similarly allocated for each user. For example, a copy of a user's most recently used (MRU) items might be stored to user storage 814. Similarly, a copy of MRU items for an entire organization that is a tenant might be stored to tenant storage area 812. A UI 830 provides a user interface and an API 832 provides an application programmer interface to system 716 resident processes to users and/or developers at user systems 712. The tenant data and the system data may be stored in various databases, such as one or more Oracle™ databases.
Application platform 718 includes an application setup mechanism 838 that supports application developers' creation and management of applications, which may be saved as metadata into tenant data storage 722 by save routines 836 for execution by subscribers as one or more tenant process spaces 804 managed by tenant management process 810 for example. Invocations to such applications may be coded using PL/SOQL 834 that provides a programming language style interface extension to API 832. Invocations to applications may be detected by one or more system processes, which manage retrieving application metadata 816 for the subscriber making the invocation and executing the metadata as an application in a virtual machine.
Each application server 800 may be communicably coupled to database systems, e.g., having access to system data 725 and tenant data 723, via a different network connection. For example, one application server 8001 might be coupled via the network 714 (e.g., the Internet), another application server 800N-1 might be coupled via a direct network link, and another application server 800N 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 800 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 800 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 800. 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 800 and the user systems 712 to distribute requests to the application servers 800. In one embodiment, the load balancer uses a least connections algorithm to route user requests to the application servers 800. 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 800, and three requests from different users could hit the same application server 800. In this manner, system 716 is multi-tenant, wherein system 716 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 716 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 722). 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 716 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 716 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 712 (which may be client systems) communicate with application servers 800 to request and update system-level and tenant-level data from system 716 that may require sending one or more queries to tenant data storage 722 and/or system data storage 724. System 716 (e.g., an application server 800 in system 716) 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 724 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. 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.
Techniques and technologies may be described herein in terms of functional and/or logical block components, and with reference to symbolic representations of operations, processing tasks, and functions that may be performed by various computing components or devices. Such operations, tasks, and functions are sometimes referred to as being computer-executed, computerized, software-implemented, or computer-implemented. It should be appreciated that the various block components shown in the figures may be realized by any number of hardware, software, and/or firmware components configured to perform the specified functions. For example, an embodiment of a system or a component may employ various integrated circuit components, e.g., memory elements, digital signal processing elements, logic elements, look-up tables, or the like, which may carry out a variety of functions under the control of one or more microprocessors or other control devices.
When implemented in software or firmware, various elements of the systems described herein are essentially the code segments or instructions that perform the various tasks. In certain embodiments, the program or code segments are stored in a tangible processor-readable medium, which may include any medium that can store or transfer information. Examples of a non-transitory and processor-readable medium include an electronic circuit, a semiconductor memory device, a ROM, a flash memory, an erasable ROM (EROM), a floppy diskette, a CD-ROM, an optical disk, a hard disk, or the like.
While at least one exemplary embodiment has been presented in the foregoing detailed description, it should be appreciated that a vast number of variations exist. It should also be appreciated that the exemplary embodiment or embodiments described herein are not intended to limit the scope, applicability, or configuration of the claimed subject matter in any way. Rather, the foregoing detailed description will provide those skilled in the art with a convenient road map for implementing the described embodiment or embodiments. It should be understood that various changes can be made in the function and arrangement of elements without departing from the scope defined by the claims, which includes known equivalents and foreseeable equivalents at the time of filing this patent application.

Claims (20)

What is claimed is:
1. A method of managing text strings for a graphical user interface, the method comprising:
defining a hierarchical folder structure for a user interface (UI) environment of an application comprising: a plurality of application features each having a corresponding UI window for that application feature that comprises one or more UI components each having at least one corresponding UI text string associated with that UI component, wherein the hierarchical folder structure comprises: an application level feature folder for each application feature that defines that application feature and that comprises a respective component folder within the application level feature folder for each of the one or more UI components utilized by that application feature;
for each respective UI component having a UI text string associated with that respective UI component: maintaining a text string file within the respective component folder for that respective UI component, wherein at least one of a visual, a temporal and an interactive context of the UI text string in association with the respective UI component of a respective application feature in the application is uniquely identifiable by a location of that text string file within the respective component folder in the hierarchical folder structure, the at least one of the visual, the temporal and the interactive context comprising at least one of an appearance, a behavior and purpose of the UI text string; and
executing the application to generate UI windows of the UI environment using computer readable files found in the respective component folders, wherein the text string file defines the UI text string to be displayed for a respective UI component.
2. The method of claim 1, wherein each application level feature folder is maintained in the memory.
3. The method of claim 2, wherein each UI component is defined by computer readable component files that are used to generate that UI component.
4. The method of claim 3, wherein each of the computer readable component files for a particular UI component are organized in a respective component folder.
5. The method of claim 4, wherein the respective component folders for the particular UI components are maintained in the memory within a particular application feature folder.
6. The method of claim 1, further comprising:
using the text string files to indicate the UI text strings to be provided with the UI components defined by the computer readable files.
7. The method of claim 1, wherein at least some of the UI components are used in multiple contexts within the UI environment, and with identical UI text strings for each of the multiple contexts.
8. The method of claim 1, wherein the UI text strings comprise labels for the UI components.
9. The method of claim 1, further comprising:
creating the hierarchical folder structure for the UI environment, the hierarchical folder structure arranged to provide associations between UI text strings, UI components, and corresponding application features of the UI environment, and wherein each UI text string is uniquely identifiable by its unique location in a single component folder of the hierarchical folder structure such that a change to content of that UI text string affects only that UI text string and no other UI text string.
10. The method of claim 9, wherein the hierarchical folder structure is accessible to a software component to check characteristics of the UI text strings.
11. The method of claim 1, wherein the text string file for at least one respective UI component comprises an alias that references the UI text string for that respective UI component.
12. The method of claim 11, wherein the alias comprises a file pointer or a shortcut.
13. The method of claim 11, wherein the alias comprises a single text string for a plurality of UI components having similar contextual usage.
14. The method of claim 13, wherein the similar contextual usage comprises contextually and functionally identical UI components to initiate a common operation.
15. The method of claim 1, wherein:
the respective application feature comprises a functionality of the application; and
the interactive context comprises an operation associated with the functionality of the application.
16. The method of claim 1, wherein the text string file comprises an extensible markup language (XML) file.
17. A system comprising:
memory comprising one or more storage structures configurable to store:
an application comprising a plurality of application features, wherein each application feature has a corresponding user interface (UI) window for that application feature, wherein each UI window comprises at least one UI component, each UI component having one or more corresponding UI text strings associated therewith; and
one or more processors coupled with the memory device, the one or more processors configurable to:
define a hierarchical folder structure for a user interface (UI) environment of the application comprising: the plurality of application features, each of the application features having a corresponding UI window for that application feature that comprises one or more UI components each having at least one corresponding UI text string associated with that UI component, wherein the hierarchical folder structure comprises: an application level feature folder for each application feature that defines that application feature and that comprises a respective component folder within the application level feature folder for each of the one or more UI components utilized by that application feature;
for each respective UI component having a corresponding UI text string associated with that respective UI component: maintaining a text string file within the respective component folder for that respective UI component, wherein at least one of a visual, a temporal and an interactive context of the UI text string in association with the respective UI component of a respective application feature in the application is uniquely identifiable by a location of that text string file within the respective component folder in the hierarchical folder structure, the at least one of the visual, the temporal and the interactive context comprising at least one of an appearance, a behavior and purpose of the UI text string; and
execute the application to generate UI windows of the UI environment using computer readable files found in the respective component folders, wherein the text string file defines the UI text string to be displayed for a respective UI component.
18. The system of claim 17, wherein at least some of the UI components are used in multiple contexts within the UI environment, and with identical UI text strings for each of the multiple contexts.
19. The system of claim 17, wherein the hierarchical folder structure for the UI environment is arranged in the memory to provide associations between UI text strings, UI components, and corresponding application features of the UI environment, wherein the hierarchical folder structure is accessible to a software component to check characteristics of the UI text strings, and wherein each UI text string is uniquely identifiable by its unique location in a single component folder of the hierarchical folder structure such that a change to content of that UI text string affects only that UI text string and no other UI text string.
20. A computer-implemented database system comprising a memory and one or more processors coupled with the memory, the one or more processors configurable to create and maintain a hierarchical folder structure for a user interface (UI) environment of an application comprising a plurality of application features each having a corresponding UI window for that application feature that comprises one or more UI components each having at least one corresponding UI text string associated with that UI component, wherein each UI text string is uniquely identifiable by a location of that UI text string in the hierarchical folder structure, the hierarchical folder structure comprising:
for each application feature:
an application level feature folder maintained in the memory, wherein the application level feature folder defines an application feature supported by the UI environment, the application feature comprising a UI component associated therewith, the UI component comprising a UI text string associated therewith, wherein each UI text string is uniquely identifiable by its unique location in a single component folder of a component-based folder hierarchy such that a change to content of that UI text string affects only that UI text string and no other UI text string, wherein each application level feature folder comprises:
a component folder for each UI component utilized by that application feature, each component folder being located in the application level feature folder, wherein each component folder comprises:
computer readable files used to generate that UI component; and
a text string file located in that component folder, wherein the text string file defines content of the UI text strings displayed for that UI component and at least one of a visual, a temporal and an interactive context of the UI text string in association with the respective UI component of a respective application feature in the application is uniquely identifiable by the location of that text string file within the respective component folder in the hierarchical folder structure, the at least one of the visual, the temporal and the interactive context comprising at least one of an appearance, a behavior and purpose of the UI text string.
US16/526,857 2017-03-14 2019-07-30 Database and file structure configurations for managing text strings to be provided by a graphical user interface Active 2038-01-24 US11604765B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/526,857 US11604765B2 (en) 2017-03-14 2019-07-30 Database and file structure configurations for managing text strings to be provided by a graphical user interface

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/458,591 US10417183B2 (en) 2017-03-14 2017-03-14 Database and file structure configurations for managing text strings to be provided by a graphical user interface
US16/526,857 US11604765B2 (en) 2017-03-14 2019-07-30 Database and file structure configurations for managing text strings to be provided by a graphical user interface

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/458,591 Continuation US10417183B2 (en) 2017-03-14 2017-03-14 Database and file structure configurations for managing text strings to be provided by a graphical user interface

Publications (2)

Publication Number Publication Date
US20190354511A1 US20190354511A1 (en) 2019-11-21
US11604765B2 true US11604765B2 (en) 2023-03-14

Family

ID=63519342

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/458,591 Active 2037-10-06 US10417183B2 (en) 2017-03-14 2017-03-14 Database and file structure configurations for managing text strings to be provided by a graphical user interface
US16/526,857 Active 2038-01-24 US11604765B2 (en) 2017-03-14 2019-07-30 Database and file structure configurations for managing text strings to be provided by a graphical user interface

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/458,591 Active 2037-10-06 US10417183B2 (en) 2017-03-14 2017-03-14 Database and file structure configurations for managing text strings to be provided by a graphical user interface

Country Status (1)

Country Link
US (2) US10417183B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10417183B2 (en) * 2017-03-14 2019-09-17 Salesforce.Com, Inc. Database and file structure configurations for managing text strings to be provided by a graphical user interface
USD924901S1 (en) 2020-01-31 2021-07-13 Salesforce.Com, Inc. Display screen or portion thereof with graphical user interface
USD921014S1 (en) 2020-01-31 2021-06-01 Salesforce.Com, Inc. Display screen or portion thereof with graphical user interface

Citations (172)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5577188A (en) 1994-05-31 1996-11-19 Future Labs, Inc. Method to provide for virtual screen overlay
US5608872A (en) 1993-03-19 1997-03-04 Ncr Corporation System for allowing all remote computers to perform annotation on an image and replicating the annotated image on the respective displays of other comuters
US5649104A (en) 1993-03-19 1997-07-15 Ncr Corporation System for allowing user of any computer to draw image over that generated by the host computer and replicating the drawn image to other computers
US5652884A (en) * 1994-11-14 1997-07-29 Object Technology Licensing Corp. Method and apparatus for dynamic update of an existing object in an object editor
US5715450A (en) 1995-09-27 1998-02-03 Siebel Systems, Inc. Method of selecting and presenting data from a database using a query language to a user of a computer system
US5821937A (en) 1996-02-23 1998-10-13 Netsuite Development, L.P. Computer method for updating a network design
US5831610A (en) 1996-02-23 1998-11-03 Netsuite Development L.P. Designing networks
US5873096A (en) 1997-10-08 1999-02-16 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US5918159A (en) 1997-08-04 1999-06-29 Fomukong; Mundi Location reporting satellite paging system with optional blocking of location reporting
US5963953A (en) 1998-03-30 1999-10-05 Siebel Systems, Inc. Method, and system for product configuration
US6092083A (en) 1997-02-26 2000-07-18 Siebel Systems, Inc. Database management system which synchronizes an enterprise server and a workgroup user client using a docking agent
US6128016A (en) * 1996-12-20 2000-10-03 Nec Corporation Graphic user interface for managing a server system
US6161149A (en) 1998-03-13 2000-12-12 Groupserve, Inc. Centrifugal communication and collaboration method
US6169534B1 (en) 1997-06-26 2001-01-02 Upshot.Com Graphical user interface for customer information management
US6178425B1 (en) 1997-02-26 2001-01-23 Siebel Systems, Inc. Method of determining the visibility to a remote database client of a plurality of database transactions using simplified visibility rules
US6216135B1 (en) 1997-02-26 2001-04-10 Siebel Systems, Inc. Method of determining visibility to a remote database client of a plurality of database transactions having variable visibility strengths
US6233617B1 (en) 1997-02-26 2001-05-15 Siebel Systems, Inc. Determining the visibility to a remote database client
US6266669B1 (en) 1997-02-28 2001-07-24 Siebel Systems, Inc. Partially replicated distributed database with multiple levels of remote clients
US6295530B1 (en) 1995-05-15 2001-09-25 Andrew M. Ritchie Internet service of differently formatted viewable data signals including commands for browser execution
US20010044791A1 (en) 2000-04-14 2001-11-22 Richter James Neal Automated adaptive classification system for bayesian knowledge networks
US6324693B1 (en) 1997-03-12 2001-11-27 Siebel Systems, Inc. Method of synchronizing independently distributed software and database schema
US6324568B1 (en) 1999-11-30 2001-11-27 Siebel Systems, Inc. Method and system for distributing objects over a network
US6336137B1 (en) 2000-03-31 2002-01-01 Siebel Systems, Inc. Web client-server system and method for incompatible page markup and presentation languages
US20020004755A1 (en) * 2000-06-29 2002-01-10 Neil Balthaser Methods, systems, and processes for the design and creation of rich-media applications via the internet
US6342907B1 (en) * 1998-10-19 2002-01-29 International Business Machines Corporation Specification language for defining user interface panels that are platform-independent
USD454139S1 (en) 2001-02-20 2002-03-05 Rightnow Technologies Display screen for a computer
US6367077B1 (en) 1997-02-27 2002-04-02 Siebel Systems, Inc. Method of upgrading a software application in the presence of user modifications
US6393605B1 (en) 1998-11-18 2002-05-21 Siebel Systems, Inc. Apparatus and system for efficient delivery and deployment of an application
US20020072951A1 (en) 1999-03-03 2002-06-13 Michael Lee Marketing support database management method, system and program product
US20020082892A1 (en) 1998-08-27 2002-06-27 Keith Raffel Method and apparatus for network-based sales force management
US20020085020A1 (en) * 2000-09-14 2002-07-04 Carroll Thomas J. XML-based graphical user interface application development toolkit
US6429882B1 (en) * 1999-03-15 2002-08-06 Sun Microsystems, Inc. User interface component
US6434550B1 (en) 2000-04-14 2002-08-13 Rightnow Technologies, Inc. Temporal updates of relevancy rating of retrieved information in an information search system
US6446089B1 (en) 1997-02-26 2002-09-03 Siebel Systems, Inc. Method of using a cache to determine the visibility to a remote database client of a plurality of database transactions
US20020143997A1 (en) 2001-03-28 2002-10-03 Xiaofei Huang Method and system for direct server synchronization with a computing device
US20020140731A1 (en) 2001-03-28 2002-10-03 Pavitra Subramaniam Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US20020162090A1 (en) 2001-04-30 2002-10-31 Parnell Karen P. Polylingual simultaneous shipping of software
US20020165742A1 (en) 2000-03-31 2002-11-07 Mark Robins Feature centric release manager method and system
US20030004971A1 (en) 2001-06-29 2003-01-02 Gong Wen G. Automatic generation of data models and accompanying user interfaces
US20030018830A1 (en) 2001-02-06 2003-01-23 Mingte Chen Adaptive communication application programming interface
US20030018705A1 (en) 2001-03-31 2003-01-23 Mingte Chen Media-independent communication server
US6535909B1 (en) 1999-11-18 2003-03-18 Contigo Software, Inc. System and method for record and playback of collaborative Web browsing session
US20030066031A1 (en) 2001-09-28 2003-04-03 Siebel Systems, Inc. Method and system for supporting user navigation in a browser environment
US20030066032A1 (en) 2001-09-28 2003-04-03 Siebel Systems,Inc. System and method for facilitating user interaction in a browser environment
US20030070004A1 (en) 2001-09-29 2003-04-10 Anil Mukundan Method, apparatus, and system for implementing a framework to support a web-based application
US20030070005A1 (en) 2001-09-29 2003-04-10 Anil Mukundan Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US20030069936A1 (en) 2001-10-09 2003-04-10 Warner Douglas K. Method for routing electronic correspondence based on the level and type of emotion contained therein
US20030070000A1 (en) 2001-09-29 2003-04-10 John Coker Computing system and method to implicitly commit unsaved data for a World Wide Web application
US20030074418A1 (en) 2001-09-29 2003-04-17 John Coker Method, apparatus and system for a mobile web client
US6553563B2 (en) 1998-11-30 2003-04-22 Siebel Systems, Inc. Development tool, method, and system for client server applications
US6560461B1 (en) 1997-08-04 2003-05-06 Mundi Fomukong Authorized location reporting paging system
US6574635B2 (en) 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US6577726B1 (en) 2000-03-31 2003-06-10 Siebel Systems, Inc. Computer telephony integration hotelling method and system
US6601087B1 (en) 1998-11-18 2003-07-29 Webex Communications, Inc. Instant document sharing
US6604117B2 (en) 1996-03-19 2003-08-05 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US20030151633A1 (en) 2002-02-13 2003-08-14 David George Method and system for enabling connectivity to a data system
US20030159136A1 (en) 2001-09-28 2003-08-21 Huang Xiao Fei Method and system for server synchronization with a computing device
US20030160822A1 (en) * 2002-02-22 2003-08-28 Eastman Kodak Company System and method for creating graphical user interfaces
US20030169293A1 (en) * 2002-02-01 2003-09-11 Martin Savage Method and apparatus for designing, rendering and programming a user interface
US6621834B1 (en) 1999-11-05 2003-09-16 Raindance Communications, Inc. System and method for voice transmission over network protocols
US20030189600A1 (en) 2002-03-29 2003-10-09 Prasad Gune Defining an approval process for requests for approval
US20030204427A1 (en) 2002-03-29 2003-10-30 Prasad Gune User interface for processing requests for approval
US20030206192A1 (en) 2001-03-31 2003-11-06 Mingte Chen Asynchronous message push to web browser
US6654032B1 (en) 1999-12-23 2003-11-25 Webex Communications, Inc. Instant sharing of documents on a remote server
US20030225730A1 (en) 2002-06-03 2003-12-04 Rightnow Technologies, Inc. System and method for generating a dynamic interface via a communications network
US6665648B2 (en) 1998-11-30 2003-12-16 Siebel Systems, Inc. State models for monitoring process
US6665655B1 (en) 2000-04-14 2003-12-16 Rightnow Technologies, Inc. Implicit rating of retrieved information in an information search system
US20040001092A1 (en) * 2002-06-27 2004-01-01 Rothwein Thomas M. Prototyping graphical user interfaces
US20040010489A1 (en) 2002-07-12 2004-01-15 Rightnow Technologies, Inc. Method for providing search-specific web pages in a network computing environment
US20040015981A1 (en) 2002-06-27 2004-01-22 Coker John L. Efficient high-interactivity user interface for client-server applications
US20040027388A1 (en) 2002-06-27 2004-02-12 Eric Berg Method and apparatus to facilitate development of a customer-specific business process model
US6711565B1 (en) 2001-06-18 2004-03-23 Siebel Systems, Inc. Method, apparatus, and system for previewing search results
US6724399B1 (en) 2001-09-28 2004-04-20 Siebel Systems, Inc. Methods and apparatus for enabling keyboard accelerators in applications implemented via a browser
US6728702B1 (en) 2001-06-18 2004-04-27 Siebel Systems, Inc. System and method to implement an integrated search center supporting a full-text search and query on a database
US6728960B1 (en) 1998-11-18 2004-04-27 Siebel Systems, Inc. Techniques for managing multiple threads in a browser environment
US6732111B2 (en) 1998-03-03 2004-05-04 Siebel Systems, Inc. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US6732095B1 (en) * 2001-04-13 2004-05-04 Siebel Systems, Inc. Method and apparatus for mapping between XML and relational representations
US6732100B1 (en) 2000-03-31 2004-05-04 Siebel Systems, Inc. Database access method and system for user role defined access
US20040128001A1 (en) 2002-08-28 2004-07-01 Levin Issac Stephen Method and apparatus for an integrated process modeller
US6763501B1 (en) 2000-06-09 2004-07-13 Webex Communications, Inc. Remote document serving
US6763351B1 (en) 2001-06-18 2004-07-13 Siebel Systems, Inc. Method, apparatus, and system for attaching search results
US6768904B2 (en) 2000-10-11 2004-07-27 Lg Electronics Inc. Data communication method using mobile terminal
US6772229B1 (en) 2000-11-13 2004-08-03 Groupserve, Inc. Centrifugal communication and collaboration method
US20040163046A1 (en) * 2001-09-28 2004-08-19 Chu Hao-Hua Dynamic adaptation of GUI presentations to heterogeneous device platforms
US6782383B2 (en) 2001-06-18 2004-08-24 Siebel Systems, Inc. System and method to implement a persistent and dismissible search center frame
US20040186860A1 (en) 2003-03-21 2004-09-23 Wen-Hsin Lee Method and architecture for providing data-change alerts to external applications via a push service
US20040193510A1 (en) 2003-03-25 2004-09-30 Catahan Nardo B. Modeling of order data
US20040189707A1 (en) * 2003-03-27 2004-09-30 Microsoft Corporation System and method for filtering and organizing items based on common elements
US20040199536A1 (en) 2003-03-24 2004-10-07 Barnes Leon Maria Theresa Product common object
US20040199489A1 (en) 2003-03-24 2004-10-07 Barnes-Leon Maria Theresa Custom common object
US20040199543A1 (en) 2003-04-04 2004-10-07 Braud Luke A. Facilitating data manipulation in a browser-based user interface of an enterprise business application
US6804330B1 (en) 2002-01-04 2004-10-12 Siebel Systems, Inc. Method and system for accessing CRM data via voice
US6826582B1 (en) 2001-09-28 2004-11-30 Emc Corporation Method and system for using file systems for content management
US6826745B2 (en) 1998-11-30 2004-11-30 Siebel Systems, Inc. System and method for smart scripting call centers and configuration thereof
US6829655B1 (en) 2001-03-28 2004-12-07 Siebel Systems, Inc. Method and system for server synchronization with a computing device via a companion device
US20040249854A1 (en) 2003-03-24 2004-12-09 Barnes-Leon Maria Theresa Common common object
US20040260659A1 (en) 2003-06-23 2004-12-23 Len Chan Function space reservation system
US20040260534A1 (en) 2003-06-19 2004-12-23 Pak Wai H. Intelligent data search
US20040268299A1 (en) 2003-06-30 2004-12-30 Shu Lei Application user interface template with free-form layout
US6842748B1 (en) 2000-04-14 2005-01-11 Rightnow Technologies, Inc. Usage based strength between related information in an information retrieval system
US6850895B2 (en) 1998-11-30 2005-02-01 Siebel Systems, Inc. Assignment manager
US20050050555A1 (en) 2003-08-28 2005-03-03 Exley Richard Mark Universal application network architecture
US6947959B1 (en) * 1992-10-01 2005-09-20 Quark, Inc. Digital media asset management system and process
US6963910B1 (en) * 2000-03-03 2005-11-08 International Business Machines Corporation Graphical user interface for creating assets
US20050257204A1 (en) * 2004-05-17 2005-11-17 Invensys Systems, Inc. System and method for developing animated visualization interfaces
US20060021019A1 (en) 2004-07-21 2006-01-26 International Business Machines Corporation Method and system for federated provisioning
US20060036568A1 (en) * 2003-03-24 2006-02-16 Microsoft Corporation File system shell
US20060080336A1 (en) * 2004-04-02 2006-04-13 Tsinghua University Encapsulation and unified access scheme for components
US7062502B1 (en) 2001-12-28 2006-06-13 Kesler John N Automated generation of dynamic data entry user interface for relational database management systems
US7069231B1 (en) 2000-07-20 2006-06-27 Oracle International Corporation Methods and systems for defining, applying and executing customer care relationship plans
US20060190808A1 (en) * 2000-06-29 2006-08-24 Neil Balthaser Methods, systems, and processes for the design and creation of rich-media applications via the Internet
US7181758B1 (en) 1994-07-25 2007-02-20 Data Innovation, L.L.C. Information distribution and processing system
US20070055936A1 (en) * 2005-08-30 2007-03-08 Microsoft Corporation Markup based extensibility for user interfaces
US20070113287A1 (en) * 2004-11-17 2007-05-17 Steven Blumenau Systems and Methods for Defining Digital Asset Tag Attributes
US7289976B2 (en) 2004-12-23 2007-10-30 Microsoft Corporation Easy-to-use data report specification
US20070288644A1 (en) * 2006-06-07 2007-12-13 Cesar Augusto Rojas Systems and methods for developing and running applications in a web-based computing environment
US7340411B2 (en) 1998-02-26 2008-03-04 Cook Rachael L System and method for generating, capturing, and managing customer lead information over a computer network
US7356482B2 (en) 1998-12-18 2008-04-08 Alternative Systems, Inc. Integrated change management unit
US20080092057A1 (en) * 2006-10-05 2008-04-17 Instrinsyc Software International, Inc Framework for creation of user interfaces for electronic devices
US7412455B2 (en) 2003-04-30 2008-08-12 Dillon David M Software framework that facilitates design and implementation of database applications
US20080216006A1 (en) * 2002-04-01 2008-09-04 Microsoft Corporation System and method to facilitate manageable and agile deployment of services in accordance with various topologies
US20090044144A1 (en) * 2007-08-06 2009-02-12 Morris Robert P Methods And Apparatus For Sharing User Interface Widget Annotations
US20090055760A1 (en) * 2006-08-17 2009-02-26 Vantage Controls, Inc. System and method for creating a user interface
US20090063414A1 (en) 2007-08-31 2009-03-05 Yahoo! Inc. System and method for generating a playlist from a mood gradient
US7508789B2 (en) 1994-04-07 2009-03-24 Data Innovation Llc Information distribution and processing system
US20090100342A1 (en) 2007-10-12 2009-04-16 Gabriel Jakobson Method and system for presenting address and mapping information
US20090177744A1 (en) 2008-01-04 2009-07-09 Yahoo! Inc. Identifying and employing social network relationships
US7620655B2 (en) 2003-05-07 2009-11-17 Enecto Ab Method, device and computer program product for identifying visitors of websites
US7698160B2 (en) 1999-05-07 2010-04-13 Virtualagility, Inc System for performing collaborative tasks
US7730478B2 (en) 2006-10-04 2010-06-01 Salesforce.Com, Inc. Method and system for allowing access to developed applications via a multi-tenant on-demand database service
US20100142542A1 (en) * 2008-12-05 2010-06-10 Social Communications Company Pervasive realtime framework
US20100192167A1 (en) * 2009-01-28 2010-07-29 Microsoft Corporation Graphical user interface generation through use of a binary file
US7779475B2 (en) 2006-07-31 2010-08-17 Petnote Llc Software-based method for gaining privacy by affecting the screen of a computing device
US20100217839A1 (en) * 2007-05-07 2010-08-26 Hiroshi Kawabe Development system, server of development system, and development method
US20110087749A1 (en) * 2009-10-14 2011-04-14 At&T Mobility Ii Llc Systems, apparatus, methods and computer-readable storage media facilitating information sharing via communication devices
US20110107244A1 (en) * 2008-06-27 2011-05-05 Kyocera Corporation User interface generation apparatus
US8014943B2 (en) 2008-05-08 2011-09-06 Gabriel Jakobson Method and system for displaying social networking navigation information
US8032837B2 (en) * 2002-12-09 2011-10-04 Corel Corporation System and method for controlling user interface features of a web application
US8032297B2 (en) 2008-05-08 2011-10-04 Gabriel Jakobson Method and system for displaying navigation information on an electronic map
US20110247051A1 (en) 2010-04-01 2011-10-06 Salesforce.Com, Inc. System, method and computer program product for performing one or more actions based on a determined access permissions for a plurality of users
US8082301B2 (en) 2006-11-10 2011-12-20 Virtual Agility, Inc. System for supporting collaborative activity
US8095413B1 (en) 1999-05-07 2012-01-10 VirtualAgility, Inc. Processing management information
US20120042218A1 (en) 2010-08-13 2012-02-16 Salesforce.Com, Inc. Debugging site errors by an admin as a guest user in a multi-tenant database environment
US20120110515A1 (en) * 2010-10-28 2012-05-03 Cary Scott Abramoff User interface for a digital content management system
US8209308B2 (en) 2006-05-01 2012-06-26 Rueben Steven L Method for presentation of revisions of an electronic document
US20120218958A1 (en) 2008-05-09 2012-08-30 Research In Motion Limited Method for Cell Selection in a Radio Access Network
US20120233137A1 (en) 2006-05-01 2012-09-13 Gabriel Jakobson Presentation of document history in a web browsing application
US8392877B1 (en) * 2004-02-12 2013-03-05 Raju Chiluvuri System and method of application development using replaceable self-contained components (RSCCS)
US8490025B2 (en) 2008-02-01 2013-07-16 Gabriel Jakobson Displaying content associated with electronic mapping systems
US8504945B2 (en) 2008-02-01 2013-08-06 Gabriel Jakobson Method and system for associating content with map zoom function
US8510045B2 (en) 2009-12-22 2013-08-13 Steven L. Rueben Digital maps displaying search-resulting points-of-interest in user delimited regions
US8510664B2 (en) 2008-09-06 2013-08-13 Steven L. Rueben Method and system for displaying email thread information
US20130212497A1 (en) 2012-02-10 2013-08-15 Liveperson, Inc. Analytics driven engagement
US20130218949A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Collaborative web browsing system integrated with social networks
US20130218948A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Variable speed collaborative web browsing system
US20130218966A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Collaborative web browsing system having document object model element interaction detection
US8527943B1 (en) * 2004-02-12 2013-09-03 Raju V. Chiluvuri System and method of application development
US20130247216A1 (en) 2008-11-03 2013-09-19 Salesforce.Com, Inc System, method and computer program product for publicly providing web content of a tenant using a multi-tenant on-demand database service
US8566301B2 (en) 2006-05-01 2013-10-22 Steven L. Rueben Document revisions in a collaborative computing environment
US8578329B1 (en) * 2004-02-12 2013-11-05 Raju V. Chiluvuri System and method of application development using easier to redesign replaceable components
US20140026086A1 (en) * 2010-04-28 2014-01-23 Adobe Systems Incorporated Methods and Systems for Cross-Platform Computing Applications Featuring Adaptable User Interfaces
US8646103B2 (en) 2008-06-30 2014-02-04 Gabriel Jakobson Method and system for securing online identities
US20140282133A1 (en) * 2013-03-15 2014-09-18 Agilent Technologies, Inc. Method for Creating a User Interface
US20140297516A1 (en) * 2013-03-26 2014-10-02 Research In Motion Limited Method for providing composite user interface controls and an online storefront for same
US20150058744A1 (en) * 2013-08-22 2015-02-26 Ashvin Dhingra Systems and methods for managing graphical user interfaces
US20150074562A1 (en) * 2007-05-09 2015-03-12 Illinois Institute Of Technology Hierarchical structured data organization system
US20150199367A1 (en) * 2014-01-15 2015-07-16 Commvault Systems, Inc. User-centric interfaces for information management systems
US9098472B2 (en) * 2010-12-08 2015-08-04 Microsoft Technology Licensing, Llc Visual cues based on file type
US20150277404A1 (en) * 2014-03-26 2015-10-01 Rockwell Automation Technologies, Inc. Component factory for human-machine interface migration to a cloud platform
US20170286229A1 (en) * 2016-03-31 2017-10-05 Box, Inc. Large folder operations in a collaborative cloud-based environment
US20180046365A1 (en) * 2016-08-11 2018-02-15 The Gap, Inc. User interface with integrated user interface elements
US10417183B2 (en) * 2017-03-14 2019-09-17 Salesforce.Com, Inc. Database and file structure configurations for managing text strings to be provided by a graphical user interface

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7783637B2 (en) 2003-09-30 2010-08-24 Microsoft Corporation Label system-translation of text and multi-language support at runtime and design
US7814101B2 (en) 2003-10-30 2010-10-12 Microsoft Corporation Term database extension for label system
US9881002B1 (en) 2014-03-19 2018-01-30 Amazon Technologies, Inc. Content localization
US20180032510A1 (en) 2015-03-27 2018-02-01 Amazon Technologies, Inc. Automated translation of source code
US10509812B2 (en) 2016-10-11 2019-12-17 Sap Se Reducing translation volume and ensuring consistent text strings in software development

Patent Citations (194)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6947959B1 (en) * 1992-10-01 2005-09-20 Quark, Inc. Digital media asset management system and process
US5608872A (en) 1993-03-19 1997-03-04 Ncr Corporation System for allowing all remote computers to perform annotation on an image and replicating the annotated image on the respective displays of other comuters
US5649104A (en) 1993-03-19 1997-07-15 Ncr Corporation System for allowing user of any computer to draw image over that generated by the host computer and replicating the drawn image to other computers
US5761419A (en) 1993-03-19 1998-06-02 Ncr Corporation Remote collaboration system including first program means translating user inputs into annotations and running on all computers while second program means runs on one computer
US5819038A (en) 1993-03-19 1998-10-06 Ncr Corporation Collaboration system for producing copies of image generated by first program on first computer on other computers and annotating the image by second program
US8457545B2 (en) 1994-04-07 2013-06-04 Online News Link Llc Information distribution and processing system
US7508789B2 (en) 1994-04-07 2009-03-24 Data Innovation Llc Information distribution and processing system
US5577188A (en) 1994-05-31 1996-11-19 Future Labs, Inc. Method to provide for virtual screen overlay
US7181758B1 (en) 1994-07-25 2007-02-20 Data Innovation, L.L.C. Information distribution and processing system
US5652884A (en) * 1994-11-14 1997-07-29 Object Technology Licensing Corp. Method and apparatus for dynamic update of an existing object in an object editor
US6295530B1 (en) 1995-05-15 2001-09-25 Andrew M. Ritchie Internet service of differently formatted viewable data signals including commands for browser execution
US6826565B2 (en) 1995-05-15 2004-11-30 Ablaise Limited Method and apparatus for serving files to browsing clients
US5715450A (en) 1995-09-27 1998-02-03 Siebel Systems, Inc. Method of selecting and presenting data from a database using a query language to a user of a computer system
US5831610A (en) 1996-02-23 1998-11-03 Netsuite Development L.P. Designing networks
US5821937A (en) 1996-02-23 1998-10-13 Netsuite Development, L.P. Computer method for updating a network design
US6604117B2 (en) 1996-03-19 2003-08-05 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US6189011B1 (en) 1996-03-19 2001-02-13 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US6128016A (en) * 1996-12-20 2000-10-03 Nec Corporation Graphic user interface for managing a server system
US6233617B1 (en) 1997-02-26 2001-05-15 Siebel Systems, Inc. Determining the visibility to a remote database client
US6216135B1 (en) 1997-02-26 2001-04-10 Siebel Systems, Inc. Method of determining visibility to a remote database client of a plurality of database transactions having variable visibility strengths
US6178425B1 (en) 1997-02-26 2001-01-23 Siebel Systems, Inc. Method of determining the visibility to a remote database client of a plurality of database transactions using simplified visibility rules
US6092083A (en) 1997-02-26 2000-07-18 Siebel Systems, Inc. Database management system which synchronizes an enterprise server and a workgroup user client using a docking agent
US6446089B1 (en) 1997-02-26 2002-09-03 Siebel Systems, Inc. Method of using a cache to determine the visibility to a remote database client of a plurality of database transactions
US6684438B2 (en) 1997-02-26 2004-02-03 Siebel Systems, Inc. Method of using cache to determine the visibility to a remote database client of a plurality of database transactions
US20020129352A1 (en) 1997-02-27 2002-09-12 Brodersen Robert A. Method and apparatus for upgrading a software application in the presence of user modifications
US6367077B1 (en) 1997-02-27 2002-04-02 Siebel Systems, Inc. Method of upgrading a software application in the presence of user modifications
US6266669B1 (en) 1997-02-28 2001-07-24 Siebel Systems, Inc. Partially replicated distributed database with multiple levels of remote clients
US6405220B1 (en) 1997-02-28 2002-06-11 Siebel Systems, Inc. Partially replicated distributed database with multiple levels of remote clients
US6754681B2 (en) 1997-02-28 2004-06-22 Siebel Systems, Inc. Partially replicated distributed database with multiple levels of remote clients
US6324693B1 (en) 1997-03-12 2001-11-27 Siebel Systems, Inc. Method of synchronizing independently distributed software and database schema
US6169534B1 (en) 1997-06-26 2001-01-02 Upshot.Com Graphical user interface for customer information management
US6560461B1 (en) 1997-08-04 2003-05-06 Mundi Fomukong Authorized location reporting paging system
US5918159A (en) 1997-08-04 1999-06-29 Fomukong; Mundi Location reporting satellite paging system with optional blocking of location reporting
US5873096A (en) 1997-10-08 1999-02-16 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US7340411B2 (en) 1998-02-26 2008-03-04 Cook Rachael L System and method for generating, capturing, and managing customer lead information over a computer network
US6732111B2 (en) 1998-03-03 2004-05-04 Siebel Systems, Inc. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US8015495B2 (en) 1998-03-13 2011-09-06 Groupserve It Trust Llc Centrifugal communication and collaboration method
US6161149A (en) 1998-03-13 2000-12-12 Groupserve, Inc. Centrifugal communication and collaboration method
US5963953A (en) 1998-03-30 1999-10-05 Siebel Systems, Inc. Method, and system for product configuration
US20020082892A1 (en) 1998-08-27 2002-06-27 Keith Raffel Method and apparatus for network-based sales force management
US6342907B1 (en) * 1998-10-19 2002-01-29 International Business Machines Corporation Specification language for defining user interface panels that are platform-independent
US6393605B1 (en) 1998-11-18 2002-05-21 Siebel Systems, Inc. Apparatus and system for efficient delivery and deployment of an application
US6549908B1 (en) 1998-11-18 2003-04-15 Siebel Systems, Inc. Methods and apparatus for interpreting user selections in the context of a relation distributed as a set of orthogonalized sub-relations
US6601087B1 (en) 1998-11-18 2003-07-29 Webex Communications, Inc. Instant document sharing
US6728960B1 (en) 1998-11-18 2004-04-27 Siebel Systems, Inc. Techniques for managing multiple threads in a browser environment
US6665648B2 (en) 1998-11-30 2003-12-16 Siebel Systems, Inc. State models for monitoring process
US6553563B2 (en) 1998-11-30 2003-04-22 Siebel Systems, Inc. Development tool, method, and system for client server applications
US6850895B2 (en) 1998-11-30 2005-02-01 Siebel Systems, Inc. Assignment manager
US20050091098A1 (en) 1998-11-30 2005-04-28 Siebel Systems, Inc. Assignment manager
US6826745B2 (en) 1998-11-30 2004-11-30 Siebel Systems, Inc. System and method for smart scripting call centers and configuration thereof
US8484111B2 (en) 1998-12-18 2013-07-09 Applications In Internet Time, Llc Integrated change management unit
US7356482B2 (en) 1998-12-18 2008-04-08 Alternative Systems, Inc. Integrated change management unit
US20030120675A1 (en) 1999-03-03 2003-06-26 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers, objects, and components
US6574635B2 (en) 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US20020072951A1 (en) 1999-03-03 2002-06-13 Michael Lee Marketing support database management method, system and program product
US6429882B1 (en) * 1999-03-15 2002-08-06 Sun Microsystems, Inc. User interface component
US8275836B2 (en) 1999-05-07 2012-09-25 Virtualagility Inc. System and method for supporting collaborative activity
US7698160B2 (en) 1999-05-07 2010-04-13 Virtualagility, Inc System for performing collaborative tasks
US8095413B1 (en) 1999-05-07 2012-01-10 VirtualAgility, Inc. Processing management information
US8095594B2 (en) 1999-05-07 2012-01-10 VirtualAgility, Inc. System for performing collaborative tasks
US6621834B1 (en) 1999-11-05 2003-09-16 Raindance Communications, Inc. System and method for voice transmission over network protocols
US6535909B1 (en) 1999-11-18 2003-03-18 Contigo Software, Inc. System and method for record and playback of collaborative Web browsing session
US6324568B1 (en) 1999-11-30 2001-11-27 Siebel Systems, Inc. Method and system for distributing objects over a network
US20030187921A1 (en) 1999-11-30 2003-10-02 Siebel Systems, Inc. Method and system for distributing objects over a network
US6604128B2 (en) 1999-11-30 2003-08-05 Siebel Systems, Inc. Method and system for distributing objects over a network
US6654032B1 (en) 1999-12-23 2003-11-25 Webex Communications, Inc. Instant sharing of documents on a remote server
US6963910B1 (en) * 2000-03-03 2005-11-08 International Business Machines Corporation Graphical user interface for creating assets
US6336137B1 (en) 2000-03-31 2002-01-01 Siebel Systems, Inc. Web client-server system and method for incompatible page markup and presentation languages
US6577726B1 (en) 2000-03-31 2003-06-10 Siebel Systems, Inc. Computer telephony integration hotelling method and system
US6732100B1 (en) 2000-03-31 2004-05-04 Siebel Systems, Inc. Database access method and system for user role defined access
US6609150B2 (en) 2000-03-31 2003-08-19 Siebel Systems, Inc. Web client-server system and method for incompatible page markup and presentation languages
US20020165742A1 (en) 2000-03-31 2002-11-07 Mark Robins Feature centric release manager method and system
US6434550B1 (en) 2000-04-14 2002-08-13 Rightnow Technologies, Inc. Temporal updates of relevancy rating of retrieved information in an information search system
US20010044791A1 (en) 2000-04-14 2001-11-22 Richter James Neal Automated adaptive classification system for bayesian knowledge networks
US6665655B1 (en) 2000-04-14 2003-12-16 Rightnow Technologies, Inc. Implicit rating of retrieved information in an information search system
US6842748B1 (en) 2000-04-14 2005-01-11 Rightnow Technologies, Inc. Usage based strength between related information in an information retrieval system
US6763501B1 (en) 2000-06-09 2004-07-13 Webex Communications, Inc. Remote document serving
US20060190808A1 (en) * 2000-06-29 2006-08-24 Neil Balthaser Methods, systems, and processes for the design and creation of rich-media applications via the Internet
US20020004755A1 (en) * 2000-06-29 2002-01-10 Neil Balthaser Methods, systems, and processes for the design and creation of rich-media applications via the internet
US7069231B1 (en) 2000-07-20 2006-06-27 Oracle International Corporation Methods and systems for defining, applying and executing customer care relationship plans
US20020085020A1 (en) * 2000-09-14 2002-07-04 Carroll Thomas J. XML-based graphical user interface application development toolkit
US6768904B2 (en) 2000-10-11 2004-07-27 Lg Electronics Inc. Data communication method using mobile terminal
US6772229B1 (en) 2000-11-13 2004-08-03 Groupserve, Inc. Centrifugal communication and collaboration method
US20030018830A1 (en) 2001-02-06 2003-01-23 Mingte Chen Adaptive communication application programming interface
USD454139S1 (en) 2001-02-20 2002-03-05 Rightnow Technologies Display screen for a computer
US20020143997A1 (en) 2001-03-28 2002-10-03 Xiaofei Huang Method and system for direct server synchronization with a computing device
US6829655B1 (en) 2001-03-28 2004-12-07 Siebel Systems, Inc. Method and system for server synchronization with a computing device via a companion device
US20020140731A1 (en) 2001-03-28 2002-10-03 Pavitra Subramaniam Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US20030206192A1 (en) 2001-03-31 2003-11-06 Mingte Chen Asynchronous message push to web browser
US20030018705A1 (en) 2001-03-31 2003-01-23 Mingte Chen Media-independent communication server
US6732095B1 (en) * 2001-04-13 2004-05-04 Siebel Systems, Inc. Method and apparatus for mapping between XML and relational representations
US20020162090A1 (en) 2001-04-30 2002-10-31 Parnell Karen P. Polylingual simultaneous shipping of software
US6728702B1 (en) 2001-06-18 2004-04-27 Siebel Systems, Inc. System and method to implement an integrated search center supporting a full-text search and query on a database
US6711565B1 (en) 2001-06-18 2004-03-23 Siebel Systems, Inc. Method, apparatus, and system for previewing search results
US6763351B1 (en) 2001-06-18 2004-07-13 Siebel Systems, Inc. Method, apparatus, and system for attaching search results
US6782383B2 (en) 2001-06-18 2004-08-24 Siebel Systems, Inc. System and method to implement a persistent and dismissible search center frame
US20030004971A1 (en) 2001-06-29 2003-01-02 Gong Wen G. Automatic generation of data models and accompanying user interfaces
US20040163046A1 (en) * 2001-09-28 2004-08-19 Chu Hao-Hua Dynamic adaptation of GUI presentations to heterogeneous device platforms
US6826582B1 (en) 2001-09-28 2004-11-30 Emc Corporation Method and system for using file systems for content management
US20030066032A1 (en) 2001-09-28 2003-04-03 Siebel Systems,Inc. System and method for facilitating user interaction in a browser environment
US6724399B1 (en) 2001-09-28 2004-04-20 Siebel Systems, Inc. Methods and apparatus for enabling keyboard accelerators in applications implemented via a browser
US20030066031A1 (en) 2001-09-28 2003-04-03 Siebel Systems, Inc. Method and system for supporting user navigation in a browser environment
US20030159136A1 (en) 2001-09-28 2003-08-21 Huang Xiao Fei Method and system for server synchronization with a computing device
US20030070000A1 (en) 2001-09-29 2003-04-10 John Coker Computing system and method to implicitly commit unsaved data for a World Wide Web application
US20030070005A1 (en) 2001-09-29 2003-04-10 Anil Mukundan Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US20030070004A1 (en) 2001-09-29 2003-04-10 Anil Mukundan Method, apparatus, and system for implementing a framework to support a web-based application
US20030074418A1 (en) 2001-09-29 2003-04-17 John Coker Method, apparatus and system for a mobile web client
US20030069936A1 (en) 2001-10-09 2003-04-10 Warner Douglas K. Method for routing electronic correspondence based on the level and type of emotion contained therein
US7401094B1 (en) 2001-12-28 2008-07-15 Kesler John N Automated generation of dynamic data entry user interface for relational database management systems
US7062502B1 (en) 2001-12-28 2006-06-13 Kesler John N Automated generation of dynamic data entry user interface for relational database management systems
US6804330B1 (en) 2002-01-04 2004-10-12 Siebel Systems, Inc. Method and system for accessing CRM data via voice
US20030169293A1 (en) * 2002-02-01 2003-09-11 Martin Savage Method and apparatus for designing, rendering and programming a user interface
US20030151633A1 (en) 2002-02-13 2003-08-14 David George Method and system for enabling connectivity to a data system
US20030160822A1 (en) * 2002-02-22 2003-08-28 Eastman Kodak Company System and method for creating graphical user interfaces
US20030189600A1 (en) 2002-03-29 2003-10-09 Prasad Gune Defining an approval process for requests for approval
US20030204427A1 (en) 2002-03-29 2003-10-30 Prasad Gune User interface for processing requests for approval
US20080216006A1 (en) * 2002-04-01 2008-09-04 Microsoft Corporation System and method to facilitate manageable and agile deployment of services in accordance with various topologies
US6850949B2 (en) 2002-06-03 2005-02-01 Right Now Technologies, Inc. System and method for generating a dynamic interface via a communications network
US20030225730A1 (en) 2002-06-03 2003-12-04 Rightnow Technologies, Inc. System and method for generating a dynamic interface via a communications network
US20040015981A1 (en) 2002-06-27 2004-01-22 Coker John L. Efficient high-interactivity user interface for client-server applications
US20040027388A1 (en) 2002-06-27 2004-02-12 Eric Berg Method and apparatus to facilitate development of a customer-specific business process model
US20040001092A1 (en) * 2002-06-27 2004-01-01 Rothwein Thomas M. Prototyping graphical user interfaces
US20040010489A1 (en) 2002-07-12 2004-01-15 Rightnow Technologies, Inc. Method for providing search-specific web pages in a network computing environment
US20040128001A1 (en) 2002-08-28 2004-07-01 Levin Issac Stephen Method and apparatus for an integrated process modeller
US8032837B2 (en) * 2002-12-09 2011-10-04 Corel Corporation System and method for controlling user interface features of a web application
US20040186860A1 (en) 2003-03-21 2004-09-23 Wen-Hsin Lee Method and architecture for providing data-change alerts to external applications via a push service
US20060036568A1 (en) * 2003-03-24 2006-02-16 Microsoft Corporation File system shell
US20040199489A1 (en) 2003-03-24 2004-10-07 Barnes-Leon Maria Theresa Custom common object
US20040199536A1 (en) 2003-03-24 2004-10-07 Barnes Leon Maria Theresa Product common object
US20040249854A1 (en) 2003-03-24 2004-12-09 Barnes-Leon Maria Theresa Common common object
US20040193510A1 (en) 2003-03-25 2004-09-30 Catahan Nardo B. Modeling of order data
US20040189707A1 (en) * 2003-03-27 2004-09-30 Microsoft Corporation System and method for filtering and organizing items based on common elements
US20040199543A1 (en) 2003-04-04 2004-10-07 Braud Luke A. Facilitating data manipulation in a browser-based user interface of an enterprise business application
US20080249972A1 (en) 2003-04-30 2008-10-09 Dillon David M Software framework that facilitates design and implementation of database applications
US7412455B2 (en) 2003-04-30 2008-08-12 Dillon David M Software framework that facilitates design and implementation of database applications
US7620655B2 (en) 2003-05-07 2009-11-17 Enecto Ab Method, device and computer program product for identifying visitors of websites
US20040260534A1 (en) 2003-06-19 2004-12-23 Pak Wai H. Intelligent data search
US20040260659A1 (en) 2003-06-23 2004-12-23 Len Chan Function space reservation system
US20040268299A1 (en) 2003-06-30 2004-12-30 Shu Lei Application user interface template with free-form layout
US20050050555A1 (en) 2003-08-28 2005-03-03 Exley Richard Mark Universal application network architecture
US8392877B1 (en) * 2004-02-12 2013-03-05 Raju Chiluvuri System and method of application development using replaceable self-contained components (RSCCS)
US8527943B1 (en) * 2004-02-12 2013-09-03 Raju V. Chiluvuri System and method of application development
US8578329B1 (en) * 2004-02-12 2013-11-05 Raju V. Chiluvuri System and method of application development using easier to redesign replaceable components
US20060080336A1 (en) * 2004-04-02 2006-04-13 Tsinghua University Encapsulation and unified access scheme for components
US20050257204A1 (en) * 2004-05-17 2005-11-17 Invensys Systems, Inc. System and method for developing animated visualization interfaces
US20060021019A1 (en) 2004-07-21 2006-01-26 International Business Machines Corporation Method and system for federated provisioning
US20070113287A1 (en) * 2004-11-17 2007-05-17 Steven Blumenau Systems and Methods for Defining Digital Asset Tag Attributes
US7289976B2 (en) 2004-12-23 2007-10-30 Microsoft Corporation Easy-to-use data report specification
US20070055936A1 (en) * 2005-08-30 2007-03-08 Microsoft Corporation Markup based extensibility for user interfaces
US20120233137A1 (en) 2006-05-01 2012-09-13 Gabriel Jakobson Presentation of document history in a web browsing application
US8209308B2 (en) 2006-05-01 2012-06-26 Rueben Steven L Method for presentation of revisions of an electronic document
US8566301B2 (en) 2006-05-01 2013-10-22 Steven L. Rueben Document revisions in a collaborative computing environment
US20070288644A1 (en) * 2006-06-07 2007-12-13 Cesar Augusto Rojas Systems and methods for developing and running applications in a web-based computing environment
US7779475B2 (en) 2006-07-31 2010-08-17 Petnote Llc Software-based method for gaining privacy by affecting the screen of a computing device
US20090055760A1 (en) * 2006-08-17 2009-02-26 Vantage Controls, Inc. System and method for creating a user interface
US7730478B2 (en) 2006-10-04 2010-06-01 Salesforce.Com, Inc. Method and system for allowing access to developed applications via a multi-tenant on-demand database service
US20080092057A1 (en) * 2006-10-05 2008-04-17 Instrinsyc Software International, Inc Framework for creation of user interfaces for electronic devices
US8082301B2 (en) 2006-11-10 2011-12-20 Virtual Agility, Inc. System for supporting collaborative activity
US20100217839A1 (en) * 2007-05-07 2010-08-26 Hiroshi Kawabe Development system, server of development system, and development method
US20150074562A1 (en) * 2007-05-09 2015-03-12 Illinois Institute Of Technology Hierarchical structured data organization system
US20090044144A1 (en) * 2007-08-06 2009-02-12 Morris Robert P Methods And Apparatus For Sharing User Interface Widget Annotations
US20090063414A1 (en) 2007-08-31 2009-03-05 Yahoo! Inc. System and method for generating a playlist from a mood gradient
US20090100342A1 (en) 2007-10-12 2009-04-16 Gabriel Jakobson Method and system for presenting address and mapping information
US20090177744A1 (en) 2008-01-04 2009-07-09 Yahoo! Inc. Identifying and employing social network relationships
US8490025B2 (en) 2008-02-01 2013-07-16 Gabriel Jakobson Displaying content associated with electronic mapping systems
US8504945B2 (en) 2008-02-01 2013-08-06 Gabriel Jakobson Method and system for associating content with map zoom function
US8014943B2 (en) 2008-05-08 2011-09-06 Gabriel Jakobson Method and system for displaying social networking navigation information
US8032297B2 (en) 2008-05-08 2011-10-04 Gabriel Jakobson Method and system for displaying navigation information on an electronic map
US20120218958A1 (en) 2008-05-09 2012-08-30 Research In Motion Limited Method for Cell Selection in a Radio Access Network
US20110107244A1 (en) * 2008-06-27 2011-05-05 Kyocera Corporation User interface generation apparatus
US8646103B2 (en) 2008-06-30 2014-02-04 Gabriel Jakobson Method and system for securing online identities
US8510664B2 (en) 2008-09-06 2013-08-13 Steven L. Rueben Method and system for displaying email thread information
US20130247216A1 (en) 2008-11-03 2013-09-19 Salesforce.Com, Inc System, method and computer program product for publicly providing web content of a tenant using a multi-tenant on-demand database service
US20100142542A1 (en) * 2008-12-05 2010-06-10 Social Communications Company Pervasive realtime framework
US20100192167A1 (en) * 2009-01-28 2010-07-29 Microsoft Corporation Graphical user interface generation through use of a binary file
US20110087749A1 (en) * 2009-10-14 2011-04-14 At&T Mobility Ii Llc Systems, apparatus, methods and computer-readable storage media facilitating information sharing via communication devices
US8510045B2 (en) 2009-12-22 2013-08-13 Steven L. Rueben Digital maps displaying search-resulting points-of-interest in user delimited regions
US20110247051A1 (en) 2010-04-01 2011-10-06 Salesforce.Com, Inc. System, method and computer program product for performing one or more actions based on a determined access permissions for a plurality of users
US20140026086A1 (en) * 2010-04-28 2014-01-23 Adobe Systems Incorporated Methods and Systems for Cross-Platform Computing Applications Featuring Adaptable User Interfaces
US20120042218A1 (en) 2010-08-13 2012-02-16 Salesforce.Com, Inc. Debugging site errors by an admin as a guest user in a multi-tenant database environment
US20120110515A1 (en) * 2010-10-28 2012-05-03 Cary Scott Abramoff User interface for a digital content management system
US9098472B2 (en) * 2010-12-08 2015-08-04 Microsoft Technology Licensing, Llc Visual cues based on file type
US20130212497A1 (en) 2012-02-10 2013-08-15 Liveperson, Inc. Analytics driven engagement
US20130218948A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Variable speed collaborative web browsing system
US20130218966A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Collaborative web browsing system having document object model element interaction detection
US20130218949A1 (en) 2012-02-17 2013-08-22 Gabriel Jakobson Collaborative web browsing system integrated with social networks
US20140282133A1 (en) * 2013-03-15 2014-09-18 Agilent Technologies, Inc. Method for Creating a User Interface
US20140297516A1 (en) * 2013-03-26 2014-10-02 Research In Motion Limited Method for providing composite user interface controls and an online storefront for same
US20150058744A1 (en) * 2013-08-22 2015-02-26 Ashvin Dhingra Systems and methods for managing graphical user interfaces
US20150199367A1 (en) * 2014-01-15 2015-07-16 Commvault Systems, Inc. User-centric interfaces for information management systems
US20150277404A1 (en) * 2014-03-26 2015-10-01 Rockwell Automation Technologies, Inc. Component factory for human-machine interface migration to a cloud platform
US20170286229A1 (en) * 2016-03-31 2017-10-05 Box, Inc. Large folder operations in a collaborative cloud-based environment
US20180046365A1 (en) * 2016-08-11 2018-02-15 The Gap, Inc. User interface with integrated user interface elements
US10417183B2 (en) * 2017-03-14 2019-09-17 Salesforce.Com, Inc. Database and file structure configurations for managing text strings to be provided by a graphical user interface

Also Published As

Publication number Publication date
US20190354511A1 (en) 2019-11-21
US10417183B2 (en) 2019-09-17
US20180267967A1 (en) 2018-09-20

Similar Documents

Publication Publication Date Title
US11281847B2 (en) Generating content objects using an integrated development environment
US10997260B2 (en) Extensible moderation framework
US10880257B2 (en) Combining updates of a social network feed
US8782605B2 (en) Methods and systems for presenting different versions of an application
US20150143248A1 (en) Apparatus and methods for performing an action on a database record
US20180096020A1 (en) Validating educational content in an educational content management system
US20140317093A1 (en) Facilitating dynamic creation of multi-column index tables and management of customer queries in an on-demand services environment
US11030180B2 (en) Intra-platform data migration
US10180837B2 (en) Version control and management
US20130019235A1 (en) Mechanism for facilitating management of metadata and metada-based update of software
US9251164B2 (en) System, method and computer program product for using a database to access content stored outside of the database
US20210232563A1 (en) Techniques and architectures for data field lifecycle management
US11604765B2 (en) Database and file structure configurations for managing text strings to be provided by a graphical user interface
US10360136B2 (en) Dashboard execution engine
US10417210B2 (en) Multi-token matching scheme
US11010481B2 (en) Systems and methods for secure data transfer between entities in a multi-user on-demand computing environment
US11295068B2 (en) Techniques and architectures for native data field lifecycle management
US20160283947A1 (en) Sharing knowledge article content via a designated communication channel in an enterprise social networking and customer relationship management (crm) environment
US10852926B2 (en) Filter of data presentations via user-generated links
US8312013B1 (en) On-demand service system, method and computer program product for linking a custom share row cause to a sharing record associated with a custom object
US20110302222A1 (en) System, method and computer program product for creating a child database object using a child database object type identified from a parent database object
US20180267678A1 (en) Techniques and architectures for managing text strings to be provided by a graphical user interface
US20190227857A1 (en) Smart clipboard for secure data transfer
US9785620B2 (en) Creating linked communications
US9953301B2 (en) Searchable screen sharing sessions

Legal Events

Date Code Title Description
AS Assignment

Owner name: SALESFORCE.COM, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DESPORTES, ANTHONY;DE HEER, CATHERINE JANE;SIGNING DATES FROM 20170313 TO 20170314;REEL/FRAME:049908/0970

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STCF Information on status: patent grant

Free format text: PATENTED CASE