1

كيف يمكن إرسال تنبيهات من نقطة البيع الى مستخدم نما عند وجود خطأ معين فى نقل البيانات حتى يتسنى للإدارة مراجعة الأخطاء؟

كيف يمكن إرسال تنبيهات من نقطة البيع الى مستخدم نما عند وجود خطأ معين فى نقل البيانات حتى يتسنى للإدارة مراجعة الأخطاء؟

Eldabbas's avatar
9.1k
Eldabbas
asked 2019-02-13 08:41:50 +0200
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

To add a notification if error happens, create notification definition on register and make its code poserror.
The error data can be accessed using the following:
error.entityType
error.entityCode
error.entityID
error.onTime
error.failure
error.log
error.registerCode
error.errorArrivalTime
The register code and name can be accessed normally using code, name1, etc

Eldabbas's avatar
9.1k
Eldabbas
answered 2019-02-13 08:43:53 +0200, updated 2019-02-13 08:44:36 +0200
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer