Versions Compared

Key

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

...

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

เพื่อรับข้อมูลผู้ใช้ของผู้กระทำของกิจกรรม

Attributes
  • #performer. activityDefId .id#
  • #performer. activityDefId .username#
  • #performer. activityDefId .firstName#
  • #performer. activityDefId .lastName#
  • #performer. activityDefId .email#
  • #performer. activityDefId .active#
  • #performer. activityDefId .timeZone#
Scope of Use
  • องค์ประกอบภายในและเป็นส่วนหนึ่งของกระบวนการ

    1. ชื่อกิจกรรม
    2. แบบฟอร์มที่แมปเป็นส่วนหนึ่งของแมปกิจกรรมของกระบวนการ
    3. การกำหนดเครื่องมืออีเมล์เป็นส่วนหนึ่งของการแมปเครื่องมือกระบวนการ
Info

เพื่อรับ activityDefId (รหัสข้อกำหนดของกิจกรรม) ให้วางเมาส์เหนือชื่อกิจกรรมในแท็บการแม็ปกิจกรรม (การควบคุมการจัดการเวิร์กโฟลว์) จะมีการซ้อนทับแสดง ID

Warning

กิจกรรมที่เลือกจะต้องได้รับการดำเนินการแล้ว

Sample Attributes
  • #performer.runProcess.firstName#
  • #performer.submitLeave.firstName#

ตัวแปรแฮชของการร้องขอพารามิเตอร์ (Request Parameter Hash Variable  

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

To access request parameter' values.ในการเข้าถึงค่าของการร้องขอพารามิเตอร์

Attributes
  • #requestParam.parameterName[separator]#
  • Separator ตัวคั่น (, or ;) can be indicated if requestParam is used in datalist filter with multiple values, to define the separator character in data output. Comma "," is used as default if no separator is indicated in cases of multiple values. หรือ;) สามารถระบุได้ว่าการร้องขอใช้ในตัวกรองข้อมูลที่มีหลายค่าเพื่อกำหนดอักขระตัวคั่นในเอาต์พุตข้อมูล เครื่องหมายจุลภาค ","จะใช้เป็นค่าเริ่มต้นถ้าไม่มีการระบุตัวคั่น
Scope of Use
  • All components within the ส่วนประกอบทั้งหมดภายใน App.
Sample Attributes
  • #requestParam.key# can be used specifically to obtain key# สามารถนำมาใช้โดยเฉพาะเพื่อรับ Userview Key value.
  • #requestParam.name[;]# to indicate เพื่อระบุตัวแปร 'name' variable will store multiple values separated by semicolon. For example, this SQL statement จะเก็บค่าหลายค่าคั่นด้วยเครื่องหมายอัฒภาค ตัวอย่างเช่นคำสั่ง SQL นี้ "select * from expenses where title in (#requestParam.title[,]#)" will be translated to  จะได้รับการแปลเป็น  "select * from expenses where title in (a,b,c)" to cater for multiple values in เพื่อรองรับหลายค่าในคำสั่ง "where-in" statement. 
  • ในเพจ Userview อาจเข้าถึงแอตทริบิวต์ต่อไปนี้In a Userview page, one may access the following attributes.
    • #requestParam.key#
    • #requestParam.userviewId#
    • #requestParam.menuId#
    • #requestParam.appId#

...