Versions Compared

Key

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

...

ชื่อคำอธิบาย
PrefixcurrentUser
Descriptionในการเรียกข้อมูลผู้ใช้ที่บันทึกไว้ในปัจจุบัน
Attributes
  • #currentUser.id#
  • #currentUser.username#
  • #currentUser.firstName#
  • #currentUser.lastName#
  • #currentUser.email#
  • #currentUser.active#
  • #currentUser.timeZone#

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

User Meta

  • #currentUser.meta.KEY#
    ในการอ่านข้อมูลเมตาของผู้ใช้เพิ่มเติมที่เก็บไว้ในตาราง dir_user_meta
    Example: #currentUser.meta.duration#.

    Panel
    borderColorpurple
    borderWidth1
    titleBGColor#ddccff
    borderStylesolid
    titleNew Feature

    This is a new feature in Joget นี่คือฟีเจอร์ใหม่ใน Joget Workflow v6.

องค์กร (Organization)

  • #currentUser.organization.id#
  • #currentUser.organization.name#
  • #currentUser.organization.description#

แผนก (Department)

  • #currentUser.department.id#
  • #currentUser.department.name#
  • #currentUser.department.description#
  • #currentUser.department.treeStructure#

ระดับ (Grade)

  • #currentUser.grade.id#
  • #currentUser.grade.name#
  • #currentUser.grade.description#
  • #currentUser.grade.organizationId#

HOD

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

กลุ่ม (Group)

  • #currentUser.groups.id#
  • #currentUser.groups.name#

พนักงาน (Employment)

  • #currentUser.employee.code#
  • #currentUser.employee.jobTitle#
  • #currentUser.employee.isHod#

แผนก HOD (Department HOD)

  • #currentUser.department.hod.username#
  • #currentUser.department.hod.firstName#
  • #currentUser.department.hod.lastName#
  • #currentUser.department.hod.email#
  • #currentUser.department.hod.active#
  • #currentUser.department.hod.timeZone#
Scope of Use
  • ส่วนประกอบทั้งหมดภายใน App

...

ตัวแปร Hash ของวันที่ (Date Hash Variable)

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

To get date time according to a specified format.หากต้องการรับเวลาวันที่ตามรูปแบบที่ระบุ

Info
titleLocalization

In ใน Joget Workflow v5, the returned value would follow current logged in user's timezone. If user's information is not available, then it will use server's timezone. ค่าที่ส่งคืนจะทำตามค่าปัจจุบันที่เข้าสู่ระบบในเขตเวลาของผู้ใช้ ถ้าข้อมูลของผู้ใช้ไม่พร้อมใช้งานจะใช้เขตเวลาของเซิร์ฟเวอร์

Attributes
  • #date.dateFormat#
  • #date.dateUnit[+-]integerValue.dateFormat#

    Info
    titleOptions

    dateFormat

    • In ใน Java date format; e.g., รูปแบบวันที่จะเป็น; yyyy-MM-dd for แสดงเป็น 2011-06-01

    dateUnit

    • ปี (YEAR)
    • เดือน (MONTH)
    • วัน (DAY)

    integerValue

    • Numeric integer value. E.g. ค่าจำนวนเต็มที่เป็นตัวเลขเช่น 10
  • #date.DATE_FORMAT_TO[INPUT_DATE_VALUE | INPUT_VALUE_FORMAT]#

    Info

    INPUT_DATE_VALUE accepts any date value and even nested hash variables, e.g: form data hash variable. See example in sample attributes below. ยอมรับค่าวันที่ใดๆและแม้กระทั่งตัวแปร hash ซ้อนกันเช่น: ตัวแปร hash ข้อมูลแบบฟอร์ม ดูแอตทริบิวต์ตัวอย่างด้านล่าง

    INPUT_VALUE_FORMAT is the เป็น INPUT_DATE_VALUE original format รูปแบบต้นฉบับ.

    DATE_FORMAT_TO defines the format to change to.TO กำหนดรูปแบบการเปลี่ยนแปลง

    Panel
    borderColorpurple
    borderWidth1
    titleBGColor#ddccff
    borderStylesolid
    titleNew Feature

    This is a new feature in Joget นี่คือฟีเจอร์ใหม่ใน Joget Workflow v6.


Scope of Use
    All components within the
  • ส่วนประกอบทั้งหมดภายใน App
  • .
Sample Attributes

#date.h:mm a# // shows current time of 12 แสดงเวลาปัจจุบัน 12:08 PM

#date.EEE,d MMM yyyy h:mm:ss a# // shows current date time of  แสดงวันที่ปัจจุบัน Wed, 4 Jul 2014 12:08:56 PM

#date.DAY+7.EEE,d MMM yyyy h:mm:ss a# // Add 7 days on top of current date time  เพิ่ม 7 วันจากวันที่ปัจจุบัน - Wed, 11 Jul 2014 12:08:56 PM

#date.DAY-1.EEE,d MMM yyyy h:mm:ss a# // Minus 1 days on top of current date time  ลบ 1 วันของวันที่ปัจจุบัน - Wed, 3 Jul 2014 12:08:56 PM

#date.dd-MM-yyyy[{form.j_expense_claim.title}|yyyy-MM-dd]# // Retrieves date from  ดึงวันที่จากตาราง  j_expense_claim table, form field title, changes its origin format of  , ชื่อเขตข้อมูลฟอร์ม, เปลี่ยนแปลงรูปแบบต้นกำเนิดของ yyyy-MM-dd to เป็น dd-MM-yyyy.

Environment Variable Hash Variable  

...