Human interaction with application from email client
    1.
    发明授权
    Human interaction with application from email client 有权
    人与电子邮件客户端的应用交互

    公开(公告)号:US08694895B2

    公开(公告)日:2014-04-08

    申请号:US11771915

    申请日:2007-06-29

    摘要: The embodiments described herein generally relate to systems and methods for providing human interaction with a business application from an email client. To complete a business process, individuals often must provide information to a business application. However, it may be difficult for the individual to interact with the application if the user is not familiar with the application's user interface (UI) or if it is necessary to navigate to the application's UI. Accordingly, it may be more efficient to interact with the application using a UI within an email client. User input for an automated business process can be submitted from a general-purpose email client. Benefits from such include providing input to a business application while working within the familiar email interface; not needing to switch contexts to complete work for the application; and completing work for the application while being offline or having limited corporate network connectivity.

    摘要翻译: 本文描述的实施例通常涉及用于从电子邮件客户端提供与业务应用程序的人际交互的系统和方法。 要完成业务流程,个人经常必须向业务应用程序提供信息。 然而,如果用户不熟悉应用程序的用户界面(UI),或者有必要导航到应用程序的UI,则个人可能难以与应用程序交互。 因此,使用电子邮件客户端内的UI与应用程序交互可能更有效。 自动化业务流程的用户输入可以从通用电子邮件客户端提交。 这样的好处包括在熟悉的电子邮件界面中工作时为业务应用程序提供输入; 不需要切换上下文来完成应用程序的工作; 并在离线或有限的企业网络连接的情况下完成应用程序的工作。

    Interfaces for a productivity suite application and a hosted user interface
    3.
    发明申请
    Interfaces for a productivity suite application and a hosted user interface 有权
    用于生产力套件应用程序和托管用户界面的接口

    公开(公告)号:US20070074121A1

    公开(公告)日:2007-03-29

    申请号:US11479372

    申请日:2006-06-29

    IPC分类号: G06F3/00

    CPC分类号: G06F9/451 G06F17/3056

    摘要: User interfaces are defined by metadata for use with productivity suite applications in a wrapped window, a task pain, or some other suitable representation. Data can be bound to a data source in a one-way format such that changes from the data source propagate to property fields in the UI form. Data can also be bound to a data source in a two-way format such that changes from the property field of the UI propagate back to the data source. The data source can be a local cache such as for synchronization between a productivity suite application and a line of business (LOB) application (e.g., CRM applications). A rendering engine is arranged to process the UI and data bindings such that custom event handlers are defined in a code behind assembly format. Productivity suite items are accessible from the code behind assembly through a series of item interfaces.

    摘要翻译: 用户界面由元数据定义,用于包装窗口中的生产力套件应用程序,任务疼痛或其他合适的表示。 可以以单向格式将数据绑定到数据源,以便数据源中的更改传播到UI窗体中的属性字段。 数据也可以以双向格式绑定到数据源,使得UI的属性字段的更改传播回数据源。 数据源可以是本地缓存,例如用于生产力套件应用程序和业务线(LOB)应用程序(例如CRM应用程序)之间的同步。 渲染引擎被安排为处理UI和数据绑定,使得自定义事件处理程序在汇编格式的代码中定义。 通过一系列项目界面,可通过组装后的代码访问生产力套件项目。

    Isolating declarative code to preserve customizations
    4.
    发明申请
    Isolating declarative code to preserve customizations 有权
    隔离声明式代码以保留自定义

    公开(公告)号:US20060294506A1

    公开(公告)日:2006-12-28

    申请号:US11511637

    申请日:2006-08-29

    IPC分类号: G06F9/44

    CPC分类号: G06F8/71

    摘要: Embodiments provide a software model which allows a user to modify a software program in substantially the same manner as the original programmer or developer. In one embodiment, declarative code and user customizations are isolated from other code and structure of the software program. The isolated customizations can be quickly and efficiently examined to determine whether any changes or other modifications have been made to the software program. Additionally, the isolated changes can be efficiently located and applied when updating or upgrading the software program to persist any customized changes made to the software program.

    摘要翻译: 实施例提供一种软件模型,其允许用户以与原始编程器或开发人员基本相同的方式修改软件程序。 在一个实施例中,声明性代码和用户定制与软件程序的其他代码和结构隔离。 可以快速有效地检查隔离的自定义,以确定是否对软件程序进行了任何更改或其他修改。 此外,在更新或升级软件程序时,可以有效地定位和应用单独的更改,以便对软件程序进行任何定制的更改。

    Metadata driven user interface
    5.
    发明申请
    Metadata driven user interface 有权
    元数据驱动的用户界面

    公开(公告)号:US20070130205A1

    公开(公告)日:2007-06-07

    申请号:US11418829

    申请日:2006-05-05

    IPC分类号: G06F17/00

    CPC分类号: G06F9/451

    摘要: Metadata is used to create customized user interface (UI) portions for an application. The metadata may be XML-based and can be interpreted and then rendered to implement a customized UI that also supports data binding between data and the UI controls. Once created, the metadata is processed by a rendering engine to display the UI controls. An interpreter may be used to interpret the metadata file before it sent to the rendering engine. Neither the rendering engine nor the interpreter needs knowledge of the host application and provides support for arbitrary metadata driven UI. The metadata schema may include mechanisms to create custom controls for the UI; programmatically modify the UI controls by providing access to a code-behind assembly as well as support event handling for the UI controls.

    摘要翻译: 元数据用于为应用程序创建自定义的用户界面(UI)部分。 元数据可以是基于XML的,并且可以被解释然后被渲染以实现也支持数据和UI控件之间的数据绑定的定制UI。 创建后,元数据由渲染引擎处理,以显示UI控件。 在将元数据文件发送到渲染引擎之前,可以使用解释器来解释元数据文件。 渲染引擎和解释器都不需要主机应用程序的知识,并为任意元数据驱动的用户界面提供支持。 元数据模式可以包括为UI创建自定义控件的机制; 通过提供对代码隐藏程序集的访问以及支持UI控件的事件处理来以编程方式修改UI控件。

    Human Interaction With Application From Email Client
    7.
    发明申请
    Human Interaction With Application From Email Client 有权
    人与电子邮件客户端的应用交互

    公开(公告)号:US20080189622A1

    公开(公告)日:2008-08-07

    申请号:US11771915

    申请日:2007-06-29

    IPC分类号: G06F3/01

    摘要: The embodiments described herein generally relate to systems and methods for providing human interaction with a business application from an email client. To complete a business process, individuals often must provide information to a business application. However, it may be difficult for the individual to interact with the application if the user is not familiar with the application's user interface (UI) or if it is necessary to navigate to the application's UI. Accordingly, it may be more efficient to interact with the application using a UI within an email client. User input for an automated business process can be submitted from a general-purpose email client. Benefits from such include providing input to a business application while working within the familiar email interface; not needing to switch contexts to complete work for the application; and completing work for the application while being offline or having limited corporate network connectivity.

    摘要翻译: 本文描述的实施例通常涉及用于从电子邮件客户端提供与业务应用程序的人际交互的系统和方法。 要完成业务流程,个人经常必须向业务应用程序提供信息。 然而,如果用户不熟悉应用程序的用户界面(UI),或者有必要导航到应用程序的UI,则个人可能难以与应用程序交互。 因此,使用电子邮件客户端内的UI与应用程序交互可能更有效。 自动化业务流程的用户输入可以从通用电子邮件客户端提交。 这样的好处包括在熟悉的电子邮件界面中工作时为业务应用程序提供输入; 不需要切换上下文来完成应用程序的工作; 并在离线或有限的企业网络连接的情况下完成应用程序的工作。

    Productivity suite to line of business synchronization mechanism
    8.
    发明申请
    Productivity suite to line of business synchronization mechanism 审中-公开
    生产力套件到业务线同步机制

    公开(公告)号:US20070067354A1

    公开(公告)日:2007-03-22

    申请号:US11437430

    申请日:2006-05-19

    IPC分类号: G06F17/30

    CPC分类号: G06F16/27

    摘要: A synchronization method is arranged to permit synchronization between a productivity suite application and a line of business (LOB) application such as a Customer Relation Management or CRM application. Requests are sent from the productivity suite application to the LOB application via a web service call to update, delete, or create a new entity in the LOB application. The LOB application extracts each request from received web service calls, where the request can be provided in an XML data representation. Requests are communicated to the productivity suite application via control messages that are embedded in an email to update, delete, or create an item in the productivity suite application, where the item is associated with a LOB entity. The control messages are hidden from the user, and extracted from the email message for evaluation, conflict resolution, property promotion and binding between the LOB entity and the productivity suite application item.

    摘要翻译: 布置同步方法以允许生产力套件应用程序和业务线(LOB)应用程序(例如客户关系管理或CRM应用程序)之间的同步。 请求通过Web服务调用从生产力套件应用程序发送到LOB应用程序,以在LOB应用程序中更新,删除或创建新实体。 LOB应用程序从接收的Web服务调用中提取每个请求,其中请求可以以XML数据表示形式提供。 请求通过嵌入在电子邮件中的控制消息传递给生产力套件应用程序,以便在生产力套件应用程序中更新,删除或创建项目,其中项目与LOB实体相关联。 控制消息从用户隐藏,并从电子邮件消息中提取出来,用于LOB实体和生产力套件应用项之间的评估,冲突解决,属性推广和绑定。

    Multi-dose radio-isotope container
    10.
    发明授权
    Multi-dose radio-isotope container 失效
    多剂量放射性同位素容器

    公开(公告)号:US4673813A

    公开(公告)日:1987-06-16

    申请号:US739145

    申请日:1985-05-30

    申请人: Lawrence Sanchez

    发明人: Lawrence Sanchez

    IPC分类号: G21F5/015 G21F5/00

    CPC分类号: G21F5/015

    摘要: A multi-dose container for radio-isotopes comprises a body having a cover. The cover contains a slidable portion which opens to reveal a small opening for withdrawing the contents of the container. The slidable portion is spring loaded and locks in the open position by engaging holding means formed on the cover. The cover contains a release bar which, when pressed, removes the holding means from engagement with the slidable portion and allows the spring to return the slidable portion to a closed position. The operation can easily be performed with one hand.

    摘要翻译: 用于放射性同位素的多剂量容器包括具有盖的主体。 盖子包含可滑动的部分,该部分打开以露出用于抽出容器内容物的小开口。 可滑动部分是弹簧加载的,并通过形成在盖上的固定装置锁定在打开位置。 盖子包含释放杆,当被按压时,释放杆移除保持装置以与可滑动部分接合,并允许弹簧将可滑动部分返回到关闭位置。 一只手可以轻松执行操作。