You will need to enable the Process Data Collector plugin in your app's Plugin Default Properties before Joget can start collecting the data needed for the generation of SLA Report Menu.

Go to Properties & Export > Set Plugin Default Properties -> Choose Process Data Collector.

คุณจะต้องเปิดใช้งานปลั๊กอินตัวประมวลผลข้อมูลในคุณสมบัติเริ่มต้นปลั๊กอินของแอปก่อนที่ Joget จะสามารถเริ่มรวบรวมข้อมูลที่จำเป็นสำหรับการสร้างรายงาน SLA

ไปที่คุณสมบัติ & ส่งออก> ตั้งค่าคุณสมบัติเริ่มต้นของปลั๊กอิน -> เลือกตัวประมวลผลข้อมูล


Figure 1: Enable Process Data Collector in the App

Without the Process Data Collector plugin enabled, you are likely to hit into the following error while accessing the SLA Report Menu in Userview.

รูปที่ 1: เปิดใช้งาน Process Data Collector ในแอพ

หากไม่มีปลั๊กอินตัวประมวลผลข้อมูลที่เปิดใช้งานคุณมีโอกาสที่จะเข้าสู่ error ต่อไปนี้ในขณะที่เข้าถึงรายงาน SLA ใน Userview

java.lang.NullPointerException
	at org.joget.plugin.enterprise.SlaReportMenu.getJspPage(SlaReportMenu.java:83)
	at org.joget.apps.userview.model.UserviewMenu.getReadyJspPage(UserviewMenu.java:84)
	at sun.reflect.GeneratedMethodAccessor410.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at javax.el.BeanELResolver.getValue(BeanELResolver.java:87)
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:67)
	at org.apache.el.parser.AstValue.getValue(AstValue.java:169)
	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)
	at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:985)
	...