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

Viewed 2

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


Originally posted at https://answers.namasoft.com/question/734/ on 2019-02-13.

1 Answers

To add a notification if an error happens, create a notification definition on the register and set its code to poserror.

The error data can be accessed using the following fields:

  • 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.


Originally posted at https://answers.namasoft.com/question/734/ on 2019-02-13.