BITEX التوثيق English

طلب ردود الفعل باستخدام نموذج ويب

في الإصدار 11 من BITEX، لدينا ميزة تسمح بجمع التعليقات من العميل والمستخدمين. في BITEX، أصبحت هذه الميزة الآن قابلة للإدارة باستخدام أدوات التخصيص المضمنة مثل:

  • مخصص DocType
  • نموذج الويب
  • إشعار
  1. في الحقول الأولى، قم بإدراج DocTypes الذي تريد جمع تقييم له
  2. In the Document Name field, just enter the name of first field "document", so that it becomes a Dynamic Link field.
  3. أدخل حقل التقييم. يمكنك أيضًا اختيار بيانات أخرى أو تحديد حقل، إذا كنت ترغب في الحصول على تقييم على هذه السطور.

A Notification should be created to send a link to a user following which they will submit a rating. You can define the conditions for triggering an email based on standard features of Notification. Following is the help on how to define a message and link which would take user to a Web Form and allow submitting a rating.

https://example.bitex.com/feedback?new=1&document=Sales%20Order&document_name={{doc.name}}

أين:

  • example.bitex.com سيكون عنوان URL لحساب BITEX الخاص بك
  • التعليقات ستكون اسم نوع المستند المخصص الذي تمت إضافته لجمع التعليقات
  • document=Sales%20Order& سيكون اسم DocType الذي تريد إرسال إشعار إليه
  • document_name={{doc.name}} سوف يلتقط اسم مستند محدد ويحدثه في حقل اسم المستند في نموذج الملاحظات.