Movatterモバイル変換


[0]ホーム

URL:


US20220091860A1 - Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform - Google Patents

Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform
Download PDF

Info

Publication number
US20220091860A1
US20220091860A1US17/447,889US202117447889AUS2022091860A1US 20220091860 A1US20220091860 A1US 20220091860A1US 202117447889 AUS202117447889 AUS 202117447889AUS 2022091860 A1US2022091860 A1US 2022091860A1
Authority
US
United States
Prior art keywords
platform
cloud computing
user interface
computing platform
application
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.)
Abandoned
Application number
US17/447,889
Inventor
Shaun RUSSELL
John Bracken
Adam Torman
Cloves Carneiro Junior
Carlos Enrique Mogollan JIMENEZ
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 IncfiledCriticalSalesforce com Inc
Priority to US17/447,889priorityCriticalpatent/US20220091860A1/en
Assigned to SALESFORCE.COM, INC.reassignmentSALESFORCE.COM, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: TORMAN, ADAM, BRACKEN, JOHN, JIMENEZ, CARLOS ENRIQUE MOGOLLAN, JUNIOR, CLOVES CARNEIRO, RUSSELL, Shaun
Publication of US20220091860A1publicationCriticalpatent/US20220091860A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Technologies are provided for integrating learning data provided by an external learning platform (ELP) to create a custom learner experience within a context of an application provided by a cloud computing platform (CCP). The system can include the CCP, the ELP, learner APIs that expose a common learning data schema on the CCP, and a user interface platform (UIP). The UIP can include a compiler that transforms source code of UICs of a componentized learner user interface for usage on the CCP, and a bundler that generates a package of UI components (UICs) that are compatible for usage on the CCP. The UICs are specific to the learning data schema shared with the learner APIs. The UIP exports the package to the CCP, which composes the learning data provided via learner APIs and UICs from the package to provide the custom learner experience within the context of the application.

Description

Claims (20)

What is claimed is:
1. A system for integrating learning data provided by an external learning platform to create a custom learner experience within a context of an application provided by a cloud computing platform, the system comprising:
learner application programming interfaces (APIs) that expose a common learning data schema on the cloud computing platform;
a user interface platform, comprising:
a compiler configured to transform source code of user interface components of a componentized learner user interface for usage on the cloud computing platform, wherein the user interface components are specific to the common learning data schema shared with the learner APIs; and
a bundler configured to: generate a package of user interface components that are compatible for usage on the cloud computing platform, and
wherein the user interface platform is configured to export the package to the cloud computing platform, and wherein the cloud computing platform composes the learning data provided via the learner APIs and the user interface components from the package to provide a custom learner experience within the context of the application provided by the cloud computing platform.
2. The system according toclaim 1, wherein the learner APIs and the user interface components have an implicit shared knowledge of the common learning data schema that results in interoperability between them.
3. The system according toclaim 1, wherein the cloud computing platform composes the learning data provided via the learner application interfaces and the user interface components from the package via at least one of:
application code;
composition in an experience builder by an administrator; or
an automation application.
4. The system according toclaim 1, wherein the cloud computing platform implements external learning entities that are instances of the learner APIs that make the common learning data schema available within the cloud computing platform.
5. The system according toclaim 4, wherein the external learning entities comprise the learning data, and have attributes expected by the user interface components.
6. The system according toclaim 1, wherein the package of user interface components is specific to the cloud computing platform, and comprises: transformed source code, assets, configuration, and metadata of the user interface components.
7. The system according toclaim 1, wherein the learning data comprises: learning content and contextual user information, and wherein the package comprises: source code specifically compiled for interoperability with the target cloud computing platform, and includes one or more of: metadata, configuration, JavaScript, stylesheets, images, and other artifacts of the packaging performed by the bundler.
8. The system according toclaim 1, wherein the cloud computing platform comprises:
a platform compiler that is configured to: transform the source code of the package into application code of the cloud computing platform.
9. The system according toclaim 1, wherein the user interface components provide an eventing function for communication with the cloud computing platform that allows for integration with the application provided by the cloud computing platform.
10. The system according toclaim 1, wherein e user interface components provide an eventing integration function for interacting with resources from the external learning platform system within an iFrame, wherein the eventing integration function allows for the external learning platform to communicate with the application provided by the cloud computing platform.
11. A method for integrating learning data provided by an external learning platform to create a custom learner experience within a context of an application provided by a cloud computing platform, the method comprising:
exposing, via learner application programming interfaces (AP), a common learning data schema on the cloud computing platform;
transforming, via a compiler of a user interface platform, source code of user interface components of a componentized learner user interface for usage on the cloud computing platform, wherein the user interface components are specific to the common learning data schema shared with the learner APIs;
generating, via a bundler of the user interface platform, generate a package of user interface components that are compatible for usage on the cloud computing platform;
the package from the user interface platform to the cloud computing platform and
composing, at the cloud computing platform, the learning data provided via the learner APIs and the user interface components from the package to provide a custom learner experience within the context of the application provided by the cloud computing platform.
12. The method according toclaim 11, wherein the learner APIs and the user interface components have an implicit shared knowledge of the common learning data schema that results in interoperability between them.
13. The method according toclaim 11, wherein the cloud computing platform composes the learning data provided via the learner application interfaces and the user interface components from the package via at least one of:
application code;
composition in an experience builder by an administrator; or
an automation application.
14. The method according toclaim 11, further comprising:
implementing, at the cloud computing platform, external learning entities that are instances of the learner APIs that make the common learning data schema available within the cloud computing platform.
15. The method according toclaim 14, wherein the external learning entities comprise the learning data, and have attributes expected by the user interface components.
16. The method according toclaim 11, wherein the package of user interface components is specific to the cloud computing platform, and comprises: transformed source code, assets, configuration and metadata of the user interface components.
17. The method according toclaim 11, wherein the learning data comprises learning content and contextual user information, and wherein the package comprises:
source code specifically compiled for interoperability with the target cloud computing platform, and includes one or more of: metadata, configuration, JavaScript, stylesheets, images, and other artifacts of the packaging performed by the bundler.
18. The method according toclaim 11, further comprising:
transforming, at a platform compiler of the cloud computing platform, the source code of the package into application code of the cloud computing platform.
19. The method according toclaim 11, further comprising:
providing, via the user interface components, an eventing integration function for interacting with resources from the external learning platform within an iFrame, wherein the eventing integration function allows for the external learning platform to communicate with the application provided by the cloud computing platform.
20. A system for integrating learning data provided by an external learning platform to create a custom learner experience within a context of an application provided by a cloud computing platform, comprising:
at least one hardware-based processor and memory, wherein the memory comprises processor-executable instructions encoded on a non-transient processor-readable media, wherein the processor-executable instructions, when executed by the processor, are configurable to cause:
exposing, via learner application programming interfaces (APIs), a common learning data schema on the cloud computing platform;
transforming, via a compiler of a user interface platform, source code of user interface components of a componentized learner user interface for usage on the cloud computing platform, wherein the user interface components are specific to the common learning data schema shared with the learner APIs;
generating, via a bundler of the user interface platform, generate a package of user interface components that are compatible for usage on the cloud computing platform;
exporting the package from the user interface platform to the cloud computing platform; and
composing, at the cloud computing platform, the learning data provided via the learner APIs and the user interface components from the package to provide a custom learner experience within the context of the application provided by the cloud computing platform.
US17/447,8892020-09-182021-09-16Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platformAbandonedUS20220091860A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US17/447,889US20220091860A1 (en)2020-09-182021-09-16Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US202063080608P2020-09-182020-09-18
US17/447,889US20220091860A1 (en)2020-09-182021-09-16Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform

Publications (1)

Publication NumberPublication Date
US20220091860A1true US20220091860A1 (en)2022-03-24

Family

ID=80740586

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US17/447,889AbandonedUS20220091860A1 (en)2020-09-182021-09-16Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform
US17/447,917Active2042-05-12US12002125B2 (en)2020-09-182021-09-16Provisioning an escrow user account for tracking learning progress of an end user of a cloud computing platform while interacting with virtual learning entities of the cloud computing platform that represent content of an external learning application

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US17/447,917Active2042-05-12US12002125B2 (en)2020-09-182021-09-16Provisioning an escrow user account for tracking learning progress of an end user of a cloud computing platform while interacting with virtual learning entities of the cloud computing platform that represent content of an external learning application

Country Status (1)

CountryLink
US (2)US20220091860A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20240086845A1 (en)*2022-09-082024-03-14Jpmorgan Chase Bank, N.A.Systems and methods for facilitating collaboration and integration across customer relationship management instances
WO2024107281A1 (en)*2022-11-182024-05-23Microsoft Technology Licensing, LlcMulti-mode in-context service integration

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20220091860A1 (en)*2020-09-182022-03-24Salesforce.Com, Inc.Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform
US11895238B1 (en)*2022-08-152024-02-06Expel, Inc.Systems and methods for intelligently constructing, transmitting, and validating spoofing-conscious digitally signed web tokens using microservice components of a cybersecurity threat mitigation platform
US20240232409A1 (en)*2023-01-062024-07-11Stripe, Inc.Controlling access to data in a cloud-based software platform based on data schemas
US20240232408A1 (en)*2023-01-062024-07-11Stripe, Inc.Controlling access to data in a cloud-based software platform based on user roles

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080086482A1 (en)*2006-10-042008-04-10Salesforce.Com, Inc.Method and system for allowing access to developed applications via a multi-tenant on-demand database service
US20180113684A1 (en)*2016-10-242018-04-26International Business Machines CorporationDynamically compiled artifact sharing on paas clouds
US20180278494A1 (en)*2017-03-242018-09-27National Cheng Kung UniversityAutomated constructing method of cloud manufacturing service and cloud manufacturing system
US10564961B1 (en)*2018-11-072020-02-18Sap SeArtifact report for cloud-based or on-premises environment/system infrastructure
US11263229B1 (en)*2019-10-182022-03-01Splunk Inc.Efficient detection of alert states within unstructured event data based on evaluation of structured data set

Family Cites Families (141)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5608872A (en)1993-03-191997-03-04Ncr CorporationSystem 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-191997-07-15Ncr CorporationSystem for allowing user of any computer to draw image over that generated by the host computer and replicating the drawn image to other computers
US7991347B1 (en)1994-04-072011-08-02Data Innovation LlcSystem and method for accessing set of digital data at a remote site
US5577188A (en)1994-05-311996-11-19Future Labs, Inc.Method to provide for virtual screen overlay
US7181758B1 (en)1994-07-252007-02-20Data Innovation, L.L.C.Information distribution and processing system
GB2300991B (en)1995-05-151997-11-05Andrew Macgregor RitchieServing signals to browsing clients
US5715450A (en)1995-09-271998-02-03Siebel 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-231998-10-13Netsuite Development, L.P.Computer method for updating a network design
US5831610A (en)1996-02-231998-11-03Netsuite Development L.P.Designing networks
US6604117B2 (en)1996-03-192003-08-05Siebel Systems, Inc.Method of maintaining a network of partially replicated database system
US5873096A (en)1997-10-081999-02-16Siebel Systems, Inc.Method of maintaining a network of partially replicated database system
AU6654798A (en)1997-02-261998-09-18Siebel Systems, Inc.Method of determining visibility to a remote database client of a plurality of database transactions using a networked proxy server
WO1998038583A1 (en)1997-02-261998-09-03Siebel Systems, Inc.Method of determining visibility to a remote database client of a plurality of database transactions having variable visibility strengths
WO1998038587A1 (en)1997-02-261998-09-03Siebel Systems, Inc.Method of using a cache to determine the visibility to a remote database client of a plurality of database transactions
EP1021775A4 (en)1997-02-262005-05-11Siebel Systems IncMethod of determining the visibility to a remote databaseclient of a plurality of database transactions using simplified visibility rules
AU6336698A (en)1997-02-261998-09-29Siebel Systems, Inc.Distributed relational database
WO1998040805A2 (en)1997-02-271998-09-17Siebel Systems, Inc.Method of synchronizing independently distributed software and database schema
AU6183798A (en)1997-02-271998-09-29Siebel Systems, Inc.Method of migrating to a successive level of a software distribution incorporating local modifications
WO1998038564A2 (en)1997-02-281998-09-03Siebel Systems, Inc.Partially replicated distributed database with multiple levels of remote clients
US6169534B1 (en)1997-06-262001-01-02Upshot.ComGraphical user interface for customer information management
US5918159A (en)1997-08-041999-06-29Fomukong; MundiLocation reporting satellite paging system with optional blocking of location reporting
US6560461B1 (en)1997-08-042003-05-06Mundi FomukongAuthorized location reporting paging system
US20020059095A1 (en)1998-02-262002-05-16Cook Rachael LinetteSystem and method for generating, capturing, and managing customer lead information over a computer network
US6732111B2 (en)1998-03-032004-05-04Siebel Systems, Inc.Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US6161149A (en)1998-03-132000-12-12Groupserve, Inc.Centrifugal communication and collaboration method
US6772229B1 (en)2000-11-132004-08-03Groupserve, Inc.Centrifugal communication and collaboration method
US5963953A (en)1998-03-301999-10-05Siebel Systems, Inc.Method, and system for product configuration
JP2002523842A (en)1998-08-272002-07-30アップショット・コーポレーション Method and apparatus for network-based sales force management
US7730089B2 (en)*1998-11-162010-06-01Punch Networks CorporationMethod and system for providing remote access to the facilities of a server computer
US6728960B1 (en)1998-11-182004-04-27Siebel Systems, Inc.Techniques for managing multiple threads in a browser environment
US6549908B1 (en)1998-11-182003-04-15Siebel 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-182003-07-29Webex Communications, Inc.Instant document sharing
WO2000033187A1 (en)1998-11-302000-06-08Siebel Systems, Inc.Development tool, method, and system for client server appications
JP2002531896A (en)1998-11-302002-09-24シーベル システムズ,インコーポレイティド Call center using smart script
AU2034500A (en)1998-11-302000-06-19Siebel Systems, Inc.State models for monitoring processes
JP2002531900A (en)1998-11-302002-09-24シーベル システムズ,インコーポレイティド Assignment manager
US7356482B2 (en)1998-12-182008-04-08Alternative Systems, Inc.Integrated change management unit
US20020072951A1 (en)1999-03-032002-06-13Michael LeeMarketing support database management method, system and program product
US6574635B2 (en)1999-03-032003-06-03Siebel Systems, Inc.Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US8095413B1 (en)1999-05-072012-01-10VirtualAgility, Inc.Processing management information
US7698160B2 (en)1999-05-072010-04-13Virtualagility, IncSystem for performing collaborative tasks
US6621834B1 (en)1999-11-052003-09-16Raindance Communications, Inc.System and method for voice transmission over network protocols
US6535909B1 (en)1999-11-182003-03-18Contigo Software, Inc.System and method for record and playback of collaborative Web browsing session
US6324568B1 (en)1999-11-302001-11-27Siebel Systems, Inc.Method and system for distributing objects over a network
US6654032B1 (en)1999-12-232003-11-25Webex Communications, Inc.Instant sharing of documents on a remote server
US6732100B1 (en)2000-03-312004-05-04Siebel Systems, Inc.Database access method and system for user role defined access
US7266502B2 (en)2000-03-312007-09-04Siebel Systems, Inc.Feature centric release manager method and system
US6336137B1 (en)2000-03-312002-01-01Siebel Systems, Inc.Web client-server system and method for incompatible page markup and presentation languages
US6577726B1 (en)2000-03-312003-06-10Siebel Systems, Inc.Computer telephony integration hotelling method and system
US6434550B1 (en)2000-04-142002-08-13Rightnow Technologies, Inc.Temporal updates of relevancy rating of retrieved information in an information search system
US6842748B1 (en)2000-04-142005-01-11Rightnow Technologies, Inc.Usage based strength between related information in an information retrieval system
US7730072B2 (en)2000-04-142010-06-01Rightnow Technologies, Inc.Automated adaptive classification system for knowledge networks
US6665655B1 (en)2000-04-142003-12-16Rightnow Technologies, Inc.Implicit rating of retrieved information in an information search system
US6763501B1 (en)2000-06-092004-07-13Webex Communications, Inc.Remote document serving
US7069231B1 (en)2000-07-202006-06-27Oracle International CorporationMethods and systems for defining, applying and executing customer care relationship plans
KR100365357B1 (en)2000-10-112002-12-18엘지전자 주식회사Method for data communication of mobile terminal
US7581230B2 (en)2001-02-062009-08-25Siebel Systems, Inc.Adaptive communication application programming interface
USD454139S1 (en)2001-02-202002-03-05Rightnow TechnologiesDisplay screen for a computer
US7363388B2 (en)2001-03-282008-04-22Siebel Systems, Inc.Method and system for direct server synchronization with a computing device
US7174514B2 (en)2001-03-282007-02-06Siebel Systems, Inc.Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US6829655B1 (en)2001-03-282004-12-07Siebel Systems, Inc.Method and system for server synchronization with a computing device via a companion device
US20030206192A1 (en)2001-03-312003-11-06Mingte ChenAsynchronous message push to web browser
US20030018705A1 (en)2001-03-312003-01-23Mingte ChenMedia-independent communication server
US6732095B1 (en)2001-04-132004-05-04Siebel Systems, Inc.Method and apparatus for mapping between XML and relational representations
US7761288B2 (en)2001-04-302010-07-20Siebel Systems, Inc.Polylingual simultaneous shipping of software
US6728702B1 (en)2001-06-182004-04-27Siebel Systems, Inc.System and method to implement an integrated search center supporting a full-text search and query on a database
US6782383B2 (en)2001-06-182004-08-24Siebel Systems, Inc.System and method to implement a persistent and dismissible search center frame
US6711565B1 (en)2001-06-182004-03-23Siebel Systems, Inc.Method, apparatus, and system for previewing search results
US6763351B1 (en)2001-06-182004-07-13Siebel Systems, Inc.Method, apparatus, and system for attaching search results
US20030004971A1 (en)2001-06-292003-01-02Gong Wen G.Automatic generation of data models and accompanying user interfaces
US6978445B2 (en)2001-09-282005-12-20Siebel Systems, Inc.Method and system for supporting user navigation in a browser environment
US6993712B2 (en)2001-09-282006-01-31Siebel Systems, Inc.System and method for facilitating user interaction in a browser environment
US7761535B2 (en)2001-09-282010-07-20Siebel Systems, Inc.Method and system for server synchronization with a computing device
US6826582B1 (en)2001-09-282004-11-30Emc CorporationMethod and system for using file systems for content management
US6724399B1 (en)2001-09-282004-04-20Siebel Systems, Inc.Methods and apparatus for enabling keyboard accelerators in applications implemented via a browser
US7146617B2 (en)2001-09-292006-12-05Siebel Systems, Inc.Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US7962565B2 (en)2001-09-292011-06-14Siebel Systems, Inc.Method, apparatus and system for a mobile web client
US8359335B2 (en)2001-09-292013-01-22Siebel Systems, Inc.Computing system and method to implicitly commit unsaved data for a world wide web application
US6901595B2 (en)2001-09-292005-05-31Siebel Systems, Inc.Method, apparatus, and system for implementing a framework to support a web-based application
US7289949B2 (en)2001-10-092007-10-30Right Now Technologies, Inc.Method for routing electronic correspondence based on the level and type of emotion contained therein
US7062502B1 (en)2001-12-282006-06-13Kesler John NAutomated generation of dynamic data entry user interface for relational database management systems
US6804330B1 (en)2002-01-042004-10-12Siebel Systems, Inc.Method and system for accessing CRM data via voice
US7058890B2 (en)2002-02-132006-06-06Siebel Systems, Inc.Method and system for enabling connectivity to a data system
US7672853B2 (en)2002-03-292010-03-02Siebel Systems, Inc.User interface for processing requests for approval
US7131071B2 (en)2002-03-292006-10-31Siebel Systems, Inc.Defining an approval process for requests for approval
US6850949B2 (en)2002-06-032005-02-01Right Now Technologies, Inc.System and method for generating a dynamic interface via a communications network
US7594181B2 (en)2002-06-272009-09-22Siebel Systems, Inc.Prototyping graphical user interfaces
US7437720B2 (en)2002-06-272008-10-14Siebel Systems, Inc.Efficient high-interactivity user interface for client-server applications
US8639542B2 (en)2002-06-272014-01-28Siebel Systems, Inc.Method and apparatus to facilitate development of a customer-specific business process model
US20040010489A1 (en)2002-07-122004-01-15Rightnow Technologies, Inc.Method for providing search-specific web pages in a network computing environment
US7251787B2 (en)2002-08-282007-07-31Siebel Systems, Inc.Method and apparatus for an integrated process modeller
US9448860B2 (en)2003-03-212016-09-20Oracle America, Inc.Method and architecture for providing data-change alerts to external applications via a push service
JP2006523353A (en)2003-03-242006-10-12シーベル システムズ,インコーポレイティド Common common object
WO2004086197A2 (en)2003-03-242004-10-07Siebel Systems, Inc.Custom common object
US7904340B2 (en)2003-03-242011-03-08Siebel Systems, Inc.Methods and computer-readable medium for defining a product model
US8762415B2 (en)2003-03-252014-06-24Siebel Systems, Inc.Modeling of order data
US7685515B2 (en)2003-04-042010-03-23Netsuite, Inc.Facilitating data manipulation in a browser-based user interface of an enterprise business application
US7412455B2 (en)2003-04-302008-08-12Dillon David MSoftware framework that facilitates design and implementation of database applications
US7620655B2 (en)2003-05-072009-11-17Enecto AbMethod, device and computer program product for identifying visitors of websites
US7409336B2 (en)2003-06-192008-08-05Siebel Systems, Inc.Method and system for searching data based on identified subset of categories and relevance-scored text representation-category combinations
US20040260659A1 (en)2003-06-232004-12-23Len ChanFunction space reservation system
US7237227B2 (en)2003-06-302007-06-26Siebel Systems, Inc.Application user interface template with free-form layout
US7694314B2 (en)2003-08-282010-04-06Siebel Systems, Inc.Universal application network architecture
US7529728B2 (en)*2003-09-232009-05-05Salesforce.Com, Inc.Query optimization in a multi-tenant database system
US8607322B2 (en)2004-07-212013-12-10International Business Machines CorporationMethod and system for federated provisioning
US7289976B2 (en)2004-12-232007-10-30Microsoft CorporationEasy-to-use data report specification
JP5395434B2 (en)*2005-09-092014-01-22セールスフォース ドット コム インコーポレイティッド System and method for exporting, publishing, browsing and installing on-demand applications in a multi-tenant database environment
US9135228B2 (en)2006-05-012015-09-15Domo, Inc.Presentation of document history in a web browsing application
US8566301B2 (en)2006-05-012013-10-22Steven L. RuebenDocument revisions in a collaborative computing environment
US8209308B2 (en)2006-05-012012-06-26Rueben Steven LMethod for presentation of revisions of an electronic document
US7779475B2 (en)2006-07-312010-08-17Petnote LlcSoftware-based method for gaining privacy by affecting the screen of a computing device
US8332435B2 (en)*2006-10-032012-12-11Salesforce.Com, Inc.Method and system for customizing a user interface to an on-demand database service
US8082301B2 (en)2006-11-102011-12-20Virtual Agility, Inc.System for supporting collaborative activity
US8954500B2 (en)2008-01-042015-02-10Yahoo! Inc.Identifying and employing social network relationships
US8583615B2 (en)2007-08-312013-11-12Yahoo! Inc.System and method for generating a playlist from a mood gradient
US20090100342A1 (en)2007-10-122009-04-16Gabriel JakobsonMethod and system for presenting address and mapping information
US8490025B2 (en)2008-02-012013-07-16Gabriel JakobsonDisplaying content associated with electronic mapping systems
US8504945B2 (en)2008-02-012013-08-06Gabriel JakobsonMethod and system for associating content with map zoom function
US8014943B2 (en)2008-05-082011-09-06Gabriel JakobsonMethod and system for displaying social networking navigation information
US8032297B2 (en)2008-05-082011-10-04Gabriel JakobsonMethod and system for displaying navigation information on an electronic map
EP2117277A1 (en)2008-05-092009-11-11Research In Motion LimitedMethod for cell selection in a radio access network
US8250207B2 (en)*2009-01-282012-08-21Headwater Partners I, LlcNetwork based ambient services
US8646103B2 (en)2008-06-302014-02-04Gabriel JakobsonMethod and system for securing online identities
US8473518B1 (en)*2008-07-032013-06-25Salesforce.Com, Inc.Techniques for processing group membership data in a multi-tenant database system
US8510664B2 (en)2008-09-062013-08-13Steven L. RuebenMethod and system for displaying email thread information
US8661056B1 (en)2008-11-032014-02-25Salesforce.Com, Inc.System, method and computer program product for publicly providing web content of a tenant using a multi-tenant on-demand database service
US8510045B2 (en)2009-12-222013-08-13Steven L. RuebenDigital maps displaying search-resulting points-of-interest in user delimited regions
US8925041B2 (en)2010-04-012014-12-30Salesforce.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
US8566654B2 (en)2010-08-132013-10-22Salesforce.Com, Inc.Debugging site errors by an admin as a guest user in a multi-tenant database environment
US10885179B2 (en)*2011-10-052021-01-05Salesforce.Com, Inc.Just-in-time user provisioning framework in a multitenant environment
US8943002B2 (en)2012-02-102015-01-27Liveperson, Inc.Analytics driven engagement
US8756275B2 (en)2012-02-172014-06-17ZebedoVariable speed collaborative web browsing system
US8769017B2 (en)2012-02-172014-07-01ZebedoCollaborative web browsing system having document object model element interaction detection
US8769004B2 (en)2012-02-172014-07-01ZebedoCollaborative web browsing system integrated with social networks
US8955080B2 (en)*2012-12-072015-02-10Sap SeManaging single sign-ons between different entities
WO2015015251A1 (en)*2013-08-012015-02-05Yogesh Chunilal RathodPresenting plurality types of interfaces and functions for conducting various activities
US20150326511A1 (en)*2014-05-072015-11-12Mitake Information CorporationMessage transmission system and method suitable for individual and organization
US10460313B1 (en)*2014-12-152019-10-29United Services Automobile Association (Usaa)Systems and methods of integrated identity verification
US20180096130A1 (en)*2016-09-302018-04-05Salesforce.Com, Inc.Associating multiple e-learning development environments with a single user
US10613709B2 (en)*2016-09-302020-04-07Salesforce.Com, Inc.Leveraging and managing assessment environments in an assessment hub
US20220091860A1 (en)*2020-09-182022-03-24Salesforce.Com, Inc.Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080086482A1 (en)*2006-10-042008-04-10Salesforce.Com, Inc.Method and system for allowing access to developed applications via a multi-tenant on-demand database service
US20180113684A1 (en)*2016-10-242018-04-26International Business Machines CorporationDynamically compiled artifact sharing on paas clouds
US20180278494A1 (en)*2017-03-242018-09-27National Cheng Kung UniversityAutomated constructing method of cloud manufacturing service and cloud manufacturing system
US10564961B1 (en)*2018-11-072020-02-18Sap SeArtifact report for cloud-based or on-premises environment/system infrastructure
US11263229B1 (en)*2019-10-182022-03-01Splunk Inc.Efficient detection of alert states within unstructured event data based on evaluation of structured data set

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20240086845A1 (en)*2022-09-082024-03-14Jpmorgan Chase Bank, N.A.Systems and methods for facilitating collaboration and integration across customer relationship management instances
WO2024107281A1 (en)*2022-11-182024-05-23Microsoft Technology Licensing, LlcMulti-mode in-context service integration
US12197909B2 (en)2022-11-182025-01-14Microsoft Technology Licensing, LlcMulti-mode in-context service integration

Also Published As

Publication numberPublication date
US12002125B2 (en)2024-06-04
US20220092713A1 (en)2022-03-24

Similar Documents

PublicationPublication DateTitle
US11665268B2 (en)Customization in standard application programming interfaces (APIs) provided by a cloud computing platform
US11922382B2 (en)Transaction system having a serverless architecture that provides multi-language multi-platform transaction support for multiple vendors in conjunction with a cloud-based computing platform
US10853154B2 (en)Orchestration of a sequence of computations by external systems
US20220091860A1 (en)Integrating learning data provided by an external learning platform to create a custom learner experience within the context of an application provided by a cloud computing platform
US10956146B2 (en)Content deployment system having a content publishing module for selectively extracting content items for integration into a specific release and methods for implementing the same
US11016757B2 (en)Content deployment system having a proxy for continuously providing selected content items to a content publishing engine for integration into a specific release and methods for implementing the same
US11416830B2 (en)Method and system for automatically creating action plans based on an action plan template
US9646064B2 (en)Template based software container
US10482135B2 (en)Facilitating dynamic generation and customization of software applications at client computing devices using server metadata in an on-demand services environment
US10127297B2 (en)Dynamic integration of disparate database architectures for efficient management of resources in an on-demand services environment
US10938907B2 (en)Techniques and architectures for managing disparate heterogeneous cloud-based resources
US20180330334A1 (en)Calendar application, system and method for creating records in a cloud computing platform from within the context of the calendar application
US20200249921A1 (en)Structured development for web application frameworks
US11303706B2 (en)Methods and systems for session synchronization and sharing of applications between different user systems of a user
US10504069B2 (en)Calendar application, system and method for performing actions on records in a cloud computing platform from within the context of the calendar application
US10642862B2 (en)System and method for referencing master data in a multi-tenant application-platform-as-a-service architecture
US20130290406A1 (en)Mechanism for providing a cloud platform for facilitating and supporting user-controlled development and management of user products
US20190138658A1 (en)Generation of a multi-tenant skinny table for a base table
US20210271767A1 (en)Systems and methods for secure data transfer between entities in a multi-user on-demand computing environment
US20210224254A1 (en)Intelligent data-loader for management of data in database systems
US20240104630A1 (en)Generation of recommendations from dynamically-mapped data
US9774688B2 (en)Discovery of server functions
US11683318B2 (en)Dynamic deployment of access controls anchored on request actions

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:SALESFORCE.COM, INC., UNITED STATES

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BRACKEN, JOHN;TORMAN, ADAM;JIMENEZ, CARLOS ENRIQUE MOGOLLAN;AND OTHERS;SIGNING DATES FROM 20210909 TO 20210920;REEL/FRAME:057708/0091

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:ADVISORY ACTION MAILED

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp