Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If this property appear in the Properties Options JSON, admin user is set to store this field value to a workflow variable.

    Thai

    หากคุณสมบัตินี้ปรากฏในตัวเลือกคุณสมบัติ JSON ผู้ใช้ที่เป็นผู้ดูแลระบบจะถูกตั้งค่าให้เก็บค่าฟิลด์นี้เป็นตัวแปรเวิร์กโฟลว์

  • The value of this field will auto set to the mentioned workflow variable if the Form Store Binder is set to Workflow Form BinderDefault.

    Thai

    ค่าของฟิลด์นี้จะตั้งค่าโดยอัตโนมัติเป็นตัวแปรเวิร์กโฟลว์ที่กล่าวถึงหาก Form Store Binder ถูกตั้งค่าเป็น Workflow Form BinderDefault

Code Block
    {
        name : 'workflowVariable',
        label : '@@form.checkbox.workflowVariable@@',
        type : 'textfield'
    }

...

Following is a sample Form Field Template of a Text Field element. It is constructed using FreeMaker FreeMarker syntax. This template will be used and returned by renderTemplate method.

...