Search Results for

    Show / Hide Table of Contents

    Custom fields

    Configuration

    You can extend the system-defined data model and add more custom fields to store additional data for pool schemes, pools, pool rounds, and applications. Navigate to "Custom fields / Configuration" to set up custom fields for your solution.

    image-20240725163355029

    The custom-field editor looks as follows.

    image-20240725163457588

    Basically, you need to specify the resource type, such as CwGmApplication, which represents the application data entity, and then select the form template designed for inputting data for the custom fields.

    Demo

    In this demo, we will guide you on how to add a new Remark field for the application data entity.

    Firstly, navigate to the form data source under "Form management / Form data sources" and edit the "Application" data source.

    image-20240725164448087

    In the data source editor, navigate to the "Custom fields" tab and add a new field, Remark.

    • Attribute name: The name of the field in the database.
    • Attribute title: To be displayed to the end users.
    • Container: Choose Metadata.
    • Data type: Choose String.
    • Field type: Choose Text area.

    image-20240725165120899

    Follow the above configuration guideline to add a new form template and configure it for the resource type CwGmApplication. After that, you can start to edit the form template. Here, you simply drag and drop the Remark field into the form.

    image-20240725165906002

    After publishing the form template, you can see the form appears in the "Metadata" tab in the application dialog.

    image-20240725170200378

    In This Article
    Back to top Generated by DocFX