应用构建器 - 常见问题 > App Builder Create Application

App Builder Create Application


常见问题 - 创建应用

  1. 在百会Creator中创建应用有哪些不同的途径?
  2. 是否提供一些应用,我可以即时安装使用它们?
  3. 我已经创建了一个简单的应用,其中有一个联系人表单。现在,我怎么访问这个表单,怎么提交数据和浏览数据呢?
  4. 我怎么共享应用给特定的用户?
  5. 有什么途径可以嵌入整个应用,也就是说包括所有页签化的表单和视图?
  6. 我可以修改我的应用名吗?
  7. 我怎么创建我的应用的备份呢?
  8. 我怎么备份我的应用数据呢?
  9. 我怎么删除一个应用呢?
  10. 我怎么设置我的应用的日期格式?
  11. 我是否可以按照我的时区修改我的应用的时区格式?
  12. 我可以创建多少个应用?
  13. 一个应用的记录数是否有什么限制?

 

  1. 在百会Creator中创建应用有哪些不同的途径?

    登录百会Creator,选择按钮开始构建应用。在弹出的新建应用对话框中填写您要创建应用的变量。

    通过新建表单创建应用

    首先,你需要确定你的应用需要的不同表单。确定之后,百会creator提供了选项 - 你可以创建空白表单,再逐步定制。或者从预设的模板中选择创建您的应用。

    a. 空白表单:

    1. 选择图标。
    2. 指定应用名表单名
    3. 选择从头创建选择按钮。
    4. 选择从时区列表中选择时区。
    5. 点击现在创建按钮开始生成一个空白表单的应用
    6. 空白表单就会在表单页签中列出来。然后拖拽需要的字段到你的表单。

    百会Creator会为表单创建一个默认的视图。默认视图会在视图页签中列出来。表单和视图都可以通过选择访问此应用按钮进行访问。通过表单提交的数据会在表单中显示出来。

    b. 从模板创建应用:

    模板表单是预备的,可以立即使用。有些常用的表单,例如联系人表单,注册表单,反馈表单等已经在百会Creator中提供了。要了解全部的模板表单列表,选择使用模板表单选项,浏览模板列表看看是否能满足您的需求。

    1. 选择图标。
    2. 指定应用名表单名
    3. 选择使用表单模板选择按钮,并从模板列表中选择需要的表单模板。您可以点击预览表单来浏览表单内容。
    4. 从时区中为应用选择时区。
    5. 点击现在创建按钮开始基于模板表单生成应用。

    百会Creator会为表单创建一个默认的视图。默认视图会在视图页签中列出来。表单和视图都可以通过选择访问此应用按钮进行访问。通过表单提交的数据会在表单中显示出来。

    通过导入数据创建应用

    如果你想从.XLS常见一个在线数据库应用,你可以从这些文件中粘贴数据并直接创建应用的表单及其数据。逗号分隔符格式(.csv)或者制表符格式(.tsv)的文件都可以用于创建应用。创建成功的应用的数据在活动模式下就可以直接显示了。

    1. 选择按钮。
    2. 从.xls文件或者其他各式的文件中拷贝数据。
    3. 指定应用名,并将粘贴已拷贝的数据。
    4. 如果数据包含日期格式,从支持的日期格式中选择需要的日期格式。
    5. 从时区中为应用选择时区。
    6. 点击现在创建按钮开始导入数据。“导入数据”对话框以下面的格式显示数据:
      • 表单就会创建。
      • 数据中每列的首行将作为标签名,如果你想修改一个字段名,在标签名中输入新的名称。
      • 默认字段类型基于粘贴数据的每列。如果字段类型不正确,请从下拉框中选择合适的字段类型。
      • 点击完成完成,应用就会创建成功。

    在访问模式下,创建应用的表单和视图都会直接显示。

    通过写Deluge脚本创建应用

    用百会Creator的Deluge脚本语言创建应用,可以通过写Deluge脚本或者导入一个Deluge脚本文件(.ds文件)。

    1. 从头写代码,请参考常见问题 -> Deluge脚本,更多信息请参考表单和字段的定义。
    2. 倒入一个Deluge脚本文件(.ds文件)。要将一个印度用保存为.ds文件,在编辑模式下的右上角,选择更多操作 -> 保存为脚本选项。
Note Icon

如果管理员将您配置为一个开发者角色的共享用户,您就可以在管理员的工作空间中创建应用。这种情况下,在你自己的工作空间或则和管理员的工作空间中,选项中就会列出新建应用选项,显示如下:

参考常见问题 -> 商用版 -> 定义,可以了解更多工作空间的知识,以及管理员,开发者和用户之间的差别。


  1. 是否提供一些应用,我可以即时安装使用它们?

    是的,我们有一些常用的示例应用,你可以自己安装使用。

  1. 我已经创建了一个简单的应用,其中有一个联系人表单。现在,我怎么访问这个表单,怎么提交数据和浏览数据呢?

    百会Creator应用是基于表单视图的 - 表单用于收集信息,视图用于浏览收集的数据。编辑模式用于应用所有者创建需要的表单和视图。访问模式用于所有者通过表单提交数据,以及在视图中浏览提交的数据。只有所有者可以使用编辑模式对应用的框架进行编辑。共享用户以及公开访问者只可以基于共享配置通过访问模式提交和浏览数据。

     

        • 选择按钮,可以进入访问模式。
        • 在访问模式下,选择右上角的编辑应用链接,可以进入编辑模式。

    参考开始使用百会Creator可以帮助您在百会Creator中轻松创建应用。

  1. 我怎么共享应用给特定的用户?

    百会Creator中应用的模式可以是公开,或者私有。公开应用的所有表单和视图可以被公众公开访问。私有应用只能被共享者访问,关于共享的更多信息,请参考常见问题 -> 共享

  1. 有什么途径可以嵌入整个应用,也就是说包括所有页签化的表单和视图?

    目前,Creator不支持讲整个应用嵌入网站/博客。你只能嵌入单个表单视图。然而,您可以提供应用的链接,也就是应用的URL(http://creator.zoho.com/<Username>/<AppName>),点击它,共享的用户就可以访问整个应用了。

  1. 我可以修改我的应用名吗?

    是的,你可以在应用设置对话框中修改应用名。应用设置对话框可以从百会Creator主页调用或者从应用的编辑模式下调用。

    从主页中调用应用设置,

    1. 登录百会Creator。
    2. 在主页中选择应用对应的设置选项。
    3. 应用对话框中,指定新建应用名。


    从应用设置对话框中挑用应用设置,

    1. 在编辑模式下打开您的应用,并选择右上角的更多操作 -> 应用设置选项。
    2. 在应用设置对话框中,指定新应用名。如果您想更新更新应用的链接名,可以在“应用链接”中指定链接名。

  1.  我怎么创建我的应用的备份呢?

    可以从百会Creator主页或者从应用中复制你的应用。从主页复制应用,

    1. 登录百会Creator。
    2. 将鼠标放在要复制的应用上面。
    3. 选择复制按钮,创建应用的一个副本。
    4. 只复制应用的框架,名称为"复件 <应用名>"。

       

    从应用的访问模式/编辑模式复制应用,

    1. 选择右上角的更多操作选项。
    2. Select the menu item Copy application to create a copy of the application. Only the application structure will be copied with name "Copy of <ApplicationName>".
    3. Select the menu item Save as Script to save the application as a .ds file (deluge sript file). Your entire application is saved as a deluge script and you can create a copy of the application using the .ds file, whenever required. Refer to Creating an application by Importing Deluge Script.

  1. How can I backup my application with data?

    Zoho Creator supports the backup feature only in Business Free Edition and above. This backup includes the data also. To take a back up of your application,

    1. Select the Account Settings option from the Home page.
    2. Select the Backup tab and click on Start New Backup
    3. In the Backup dialog, select the application to backup and click on Backup Now
    4. The backed up applications will be listed under Completed, along with the version number and the date of backup.

    The backed up application can be restored anytime. Also, you can have many back ups for a single application. If you are using the Free Personal Edition, kindly upgrade to the Business Free Edition so that the Back up option will be available. Check out Why should I upgrade? for more information on the benefits of upgrading to the business edition.

  1. How can I delete an application?

    To delete an application,

    1. Go to Home page.
    2. Select the delete icon displayed on the right end of each application name listed in the Home page. The application structure along with the data, will be deleted.


  1. How can I set the date format for my application?

    You can select the required date format from the Application Settings dialog. This dialog can be invoked from the Settings option in the Home page or from the More Actions -> Application Settings option displayed in the Edit mode of an application.


  1. Can I change the time zone format for my application according to my locale?

    Creator does have a feature that supports various Time Zones. Users have the flexibility of choosing different Time Zones for each application that they create in Zoho Creator.

    1. Go to the Edit mode of the application and click on Application Settings available in More Actions drop down.
    2. In the pop up window, select the time zone relevant to your locale from Time Zone dropdown menu.

  1. How many applications can I create?

    While Zoho Creator pricing is based on number of users, we have a cap on number of applications in free edition.
    In Personal Free Edition, you can have maximum of 3 applications. In paid business editions you can create UNLIMITED number of applications.

  1. Is there any limit on the number of records an application can hold?

    The number of records an application can hold varies with the type of plan. Refer the Pricing Plan for more information.


0 评论  从新到旧显示
发布评论





 此页的RSS