Salesforce

How Do I Send the MSMQ External Message Table to the Message Setup Program? (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Send the MSMQ External Message Table to the Message Setup Program? (Magic xpa 3.x)

Next, you need to package the table into a BLOB and send it to the component. This is done as follows:

  1. Package the table into a BLOB using MTblGet().

  2. Call the program MSMQ Message Setup, sending the BLOB as the second parameter.

  3. If you don’t always set up the table, condition the MSMQ Message Setup call based on whether or not there are records in the setup table.

  4. Now, when the message is sent, the Label property will be set to the value you chose.

Now, when the message is sent, the Priority will be set to the value you chose.

Reference
Attachment 
Attachment