Versions Compared

Key

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

Problem

Thai

ปัญหา

English
Using multiapproval [Multiple Approval v2 (Thread safe)] while having forms in both parent and child process. You have 2 different processes while subprocess approve doesnt contain any row in database, so it can't be linked with datalist inbox only with inbox as in example, which takes data only from SHKAssignmentsTable, without any data from forms.
Thai

การใช้ multiapproval [Multiple Approval v2 (Thread safe)] ในขณะที่มีแบบฟอร์มทั้งในกระบวนการผู้ปกครองและเด็ก คุณมี 2 กระบวนการที่แตกต่างกันในขณะที่การอนุมัติการประมวลผลย่อยไม่มีแถวใด ๆ ในฐานข้อมูลดังนั้นจึงไม่สามารถเชื่อมโยงกับกล่องขาเข้าดาต้าลิสต์กับกล่องขาเข้าได้เป็นตัวอย่างเท่านั้นซึ่งใช้ข้อมูลจาก SHKAssignmentsTable เท่านั้น

...

Thai

สร้างเครื่องมือใหม่ในกระบวนการใช้


Create new tool in processImage RemovedImage Added

Using Preset Form Data Tool set ID for Approval Form, which leads to creating row in table with correct process ID (which datalist inbox uses for pairing with assignments through SHKAssignmentsTable ). Into field ID we assign #assignment.processId#, for Approval Form.

Thai

การใช้ ID ชุดเครื่องมือข้อมูลแบบฟอร์มที่ตั้งไว้ล่วงหน้าสำหรับแบบฟอร์มการอนุมัติซึ่งนำไปสู่การสร้างแถวในตารางที่มี ID กระบวนการที่ถูกต้อง (ซึ่งกล่องจดหมายของนักดาต้าลิสต์ใช้สำหรับการจับคู่กับการมอบหมายผ่าน SHKAssignmentsTable) ในฟิลด์ ID เรากำหนด # assignment.processId # สำหรับแบบฟอร์มการอนุมัติ


Configure Preset Form Data ToolImage RemovedImage Added

  DataImage RemovedImage Added

Ignore "Multi User Approval Sample Form" it is my application with different names, there should be Form linked to Approval.

...

data binder: JDBC

Thai

data binder: JDBC


Image RemovedImage Added

setup connection to JWDB

Thai

ตั้งค่าการเชื่อมต่อกับ JWDB


 Image RemovedImage Added

Now write your own query to UNION data of this 2 processes.

...

P.S. I would like to provide my application, but it is quite robust and this is only small part of it, I will try to provide edited Multiple Approval v2 (Thread safe) with datalist inbox as soon as possible.

Thai

ป.ล. ฉันต้องการให้แอปพลิเคชันของฉัน แต่มันค่อนข้างแข็งแกร่งและนี่เป็นเพียงส่วนเล็ก ๆ ของมันฉันจะพยายามจัดเตรียมการ Multiple Approval v2 (Thread safe) ที่แก้ไขแล้วด้วยกล่องขาเข้าดาต้าลิสต์โดยเร็วที่สุด

...