Question

Example of perform_process_message_to_mobile

  • 15 March 2023
  • 1 reply
  • 49 views

Userlevel 3
Badge +7
  • Sidekick (Customer)
  • 21 replies

Does anyone have examples of using perform_process_message_to_mobile?

 

Looking for some of the XML parameters required or offered.

 

Thanks!


1 reply

Userlevel 3
Badge +6

Hi @ssabo ,

Going off memory, the only usage for that MPM can be seen in the Extract records that exist for all Real Time and Batch-Delta sync rules.  It is basically a wrapper around the outbound XML message to direct the message to the Mobile Manager to ensure that a message is inserted into mm_message_out for all devices that need to get the message.

Regarding MPM parameters in general, you can query the database to see the parameters defined in metadata.  Something like: select * from metrix_perform_param where param_name = ‘perform_process_message_to_mobile’.  The metadata doesn’t necessarily guarantee that the parameters are functional, but you can get a good idea of what may be possible.

Reply