Versions Compared

Key

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

...

ชื่อคำอธิบาย
Prefixuser
Description

เพื่อรับข้อมูลผู้ใช้โดยอิงจาก username.

Attributes
  • #user. username .id#
  • #user. username .username#
  • #user. username .firstName#
  • #user. username .lastName#
  • #user. username .email#
  • #user. username .active#
  • #user. username .timeZone#

ใน Joget Enterprise edition แอตทริบิวต์เพิ่มเติมเหล่านี้จะพร้อมใช้งาน:-

User Meta

  • #user. username .meta.KEY#
    ในการอ่านข้อมูลเมตาของผู้ใช้เพิ่มเติมที่เก็บไว้ในตาราง dir_user_meta 
    ตัวอย่าง: #user.cat.meta.duration# จะรีเทิร์นค่า "100".

Organization

  • #user. username .organization.id#
  • #user. username .organization.name#
  • #user. username .organization.description#

Department

  • #user. username .department.id#
  • #user. username .department.name#
  • #user. username .department.description#
  • #user. username .department.treeStructure#

Grade

  • #user. username .grade.id#
  • #user. username .grade.name#
  • #user. username .grade.description#
  • #user. username .grade.organizationId#

HOD

  • #user. username .hod.username#
  • #user. username .hod.firstName#
  • #user. username .hod.lastName#
  • #user. username .hod.email#
  • #user. username .hod.active#
  • #user. username .hod.timeZone#

Group

  • #user. username .groups.id#
  • #user. username .groups.name#

Employment

  • #user. username .employee.code#
  • #user. username .employee.jobTitle#
  • #user. username .employee.isHod#

Department HOD

  • #user. username .department.hod.username#
  • #user. username .department.hod.firstName#
  • #user. username .department.hod.lastName#
  • #user. username .department.hod.email#
  • #user. username .department.hod.active#
  • #user. username .department.hod.timeZone#
Scope of Use
  • ส่วนประกอบทั้งหมดภายใน App
Sample Attributes
  • #user.admin.email#
  • #user.cat.firstName#
  • #user.{requestParam.username}.email# เพื่อดึงที่อยู่อีเมลของผู้ใช้ที่ส่งผ่านพารามิเตอร์ url

ตัวแปรแฮชของ Userview Key (Userview Key Hash Variable  

Nameชื่อDescriptionคำอธิบาย
PrefixuserviewKey
Description

ตัวแปรแฮชของ Userview Key Hash Variable is used solely for the purpose of accessing the current ถูกใช้เพื่อวัตถุประสงค์ในการเข้าถึง Userview key's value. ปัจจุบันเท่านั้น

กรณีการใช้งานทั่วไปสำหรับตัวแปร hash นี้คือTypical use case for this hash variable are:-

  • Filtering a Datalist based on การกรองข้อมูลตาม Userview Key.Preloading certain form data field (e.g. subform) in a Form or Form part of a process flow based on Userview Key.
  • การโหลดล่วงหน้าฟิลด์ข้อมูลฟอร์มบางอย่าง (เช่นฟอร์มย่อย) ในแบบฟอร์มหรือส่วนหนึ่งของผังกระบวนการตาม Userview Key
Attributes
  • #userviewKey#
Scope of Use

ตัวแปรแฮชของตัวแปรเวิร์กโฟลว์ (Workflow Variable Hash Variable)

Nameชื่อDescriptionคำอธิบาย
Prefixvariable
Description

To get the value of a workflow variable in a เพื่อรับค่าของตัวแปรเวิร์กโฟลว์ใน Process Flow.

Attributes
  • #variable. variableName #
Scope of Use
  • องค์ประกอบภายในและเป็นส่วนหนึ่งของกระบวนการ

    1. ชื่อกิจกรรม
    2. แบบฟอร์มที่แมปเป็นส่วนหนึ่งของแมปกิจกรรมของกระบวนการ
    3. การกำหนดเครื่องมืออีเมล์เป็นส่วนหนึ่งของการแมปเครื่องมือกระบวนการ
    Elements within and part of a Process.
    1. Activity Name.
    2. Form mapped as part of process activity mapping.
    3. Email Tool configuration as part of process tool mapping.
Sample Attributes#variable.approvalStatus#

...