cancel
Showing results for 
Search instead for 
Did you mean: 

Push Alert in MAM 3.0

Former Member
0 Kudos

Hello Everyone,

Is it possible to send messages from back end to Mobile users using the push alert ? Is this feasible? We need to alert users of an up coming master data mass changes so they will have to synchronize there work before that particular date.

Thanks to all for your continuos help.

Laid Tlili

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi laid,

It is possible to push data to MI Client from middleware.

Please got hrough this thread in which i have posted the same question.

Regards

Devendra

Answers (2)

Answers (2)

0 Kudos

Hi,

There is PushAlert with MAM 3.0 using which your alert users to synchronize.

Here are some of the details which might help you to know better abt it.

1. Alerts are sent from the middleware to the client as a eMail. (Every Mobile number has a corresponding email id as " <mobile_number>@<Serviceprovider-Domain>"

2. This email is delivered as SMS to the mobile phones.

3. Push Alert could be very useful if the users (MI Client) have a Windows Mobile Phone edition device.

4. Incase your requirement is to send alerts to a saperate mobile phone, then the alerts that are received on the phone would be less readable.

for Ex. "Alert ID: ##00263##20MAM12345678900 This is a test for alerts - by email##"

this could be your alert message.

5. if you have a phone edition device on which the MAM is running the the Alert gets decoded and you also would have the possibility of replying to the same in positive or negative ("Accept"/"Reject").

Hope you find this information useful.

raghavendra_sn
Explorer
0 Kudos

Hi,

It is not possible to send push alert. Anything that goes to mobile should be routed through middleware for tracking purpose.

This can be modeled by having customized syncbo called ALERT_SYNCBO of t51 type where backend can push data to the middleware and the users are informed inadvacne during there synchronization.

Your though of having push alert like a person getting SMS on his cell phone is not possible. The MI is not meant for this purpose.

Former Member
0 Kudos

Thanks Raghavendra for quick response,

So if I understand we can have our own customer sync bio type t51 and send messages to the users from R3 to middleware then to users devices at sync time. Is this correct.

thanks again

Laid

Former Member
0 Kudos

Hi Laid, Raghavendra,

In Synchronization type T51 whenever there is change in the backend data , delta determination will happen and all data will be updated in the replica DB of MI server and during synchronization from client this data will be stored in the out box (inside outbound container ) and data will be updated on client at sync. then what is the use of syncBO which u have mentioned?can u please elaborate.IS my understanding is right.

regards

devendra