SMS alert for workitems
![]()
If a user subscibes for a workitem, is it feasible to get the SMS alerts if there are any change in the workitem.
|
One answer
![]()
it should be possible using JAVA as it will support SMS concept.
* Capture the Changed field and other details when saving the Work item * Get the Subscribers list and Get their mobiel numbers * Invoke the SMS routine and send SMS to the registered mobile numbers If a user subscibes for a workitem, is it feasible to get the SMS alerts if there are any change in the workitem. |