أرجو توضيح مثال لاستحضار معلومات بكويري وإرسالها عن طريق SMS باستخدام مهمة مجدولة.
Originally posted at https://answers.namasoft.com/question/844/ on 2019-04-03.
أرجو توضيح مثال لاستحضار معلومات بكويري وإرسالها عن طريق SMS باستخدام مهمة مجدولة.
Originally posted at https://answers.namasoft.com/question/844/ on 2019-04-03.
Suppose, for example, you want to send an SMS message to remind the customer of the installment payment.
Create a Task Schedule.
In the "Send To" page, write a query like this:
select 'Hesham' name,'01555555555' phone
In the Notification Template field, write a statement like this:
{loop()}{msg}{sendto}{phone}{endsendto}Dear {name}, Please note that you need to pay your installment within 15 days{endmsg}{endloop}
Originally posted at https://answers.namasoft.com/question/844/ on 2019-04-03.